summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2012-06-011-3/+10
* x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-33/+14
* x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko2012-03-221-7/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-5/+5
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-1/+1
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-4/+4
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-161-23/+14
|\ \ | |/ |/|
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-171-23/+14
* | x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju2011-12-061-0/+4
|/
* x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski2011-08-251-6/+2
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-161-1/+1
|\
| * x86: Fix binutils-2.21 symbol related build failuresSedat Dilek2011-03-091-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-151-3/+2
|\ \
| * | x86: Use {push,pop}_cfi in more placesJan Beulich2011-02-281-2/+1
| * | x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis2011-02-251-1/+1
| |/
* / x86: Separate out entry text sectionJiri Olsa2011-03-081-2/+4
|/
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-121-0/+10
* x86, asm: Fix binutils 2.15 build failureTetsuo Handa2010-11-181-1/+1
* x86, asm: Restore parentheses around one pushl_cfi argumentJan Beulich2010-10-221-1/+1
* x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-191-3/+3
* x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich2010-09-031-196/+98
* i386: Add unwind directives to syscall ptregs stubsJan Beulich2010-09-031-4/+12
* Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2010-08-061-1/+1
|\
| * x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin2010-07-071-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-6/+5
|\ \
| * | x86-32, asm: Directly access per-cpu GDTBrian Gerst2010-08-011-6/+5
| |/
* / x86/xen: event channels delivery on HVM.Sheng Yang2010-07-221-0/+3
|/
* x86-32: Rework cache flush denied handlerBrian Gerst2010-05-031-0/+19
* x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst2009-12-101-6/+2
* x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin2009-12-091-3/+3
* x86: Merge sys_cloneBrian Gerst2009-12-091-1/+13
* x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-091-2/+2
* x86: Merge sys_sigaltstackBrian Gerst2009-12-091-1/+1
* x86: Merge sys_execveBrian Gerst2009-12-091-1/+1
* x86: Merge sys_ioplBrian Gerst2009-12-091-1/+1
* x86-32: Add new pt_regs stubsBrian Gerst2009-12-091-11/+38
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-5/+2
|\
| * function-graph/x86: Replace unbalanced ret with jmpSteven Rostedt2009-10-141-5/+2
* | kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu2009-09-111-0/+24
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-201-0/+2
|\
| * function-graph: add stack frame testSteven Rostedt2009-06-181-0/+2
* | x86: de-assembler-ize asm/desc.hAlexander van Heukelum2009-06-171-1/+0
* | i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum2009-06-171-15/+34
* | i386: fix return to 16-bit stack from NMI handlerAlexander van Heukelum2009-06-171-6/+8
|/
* x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput2009-03-141-10/+8
* x86: minor cleanup in the espfix codeStas Sergeev2009-02-231-1/+1
* x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-1/+1
* Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-131-160/+283
|\
| * x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-111-0/+20
| * x86: implement x86_32 stack protectorTejun Heo2009-02-101-1/+1