aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+14
2011-12-06x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju1-0/+4
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin1-23/+14
2011-08-25x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski1-6/+2
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2011-03-09x86: Fix binutils-2.21 symbol related build failuresSedat Dilek1-1/+1
2011-03-08x86: Separate out entry text sectionJiri Olsa1-2/+4
2011-02-28x86: Use {push,pop}_cfi in more placesJan Beulich1-2/+1
2011-02-25x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis1-1/+1
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov1-0/+10
2010-11-18x86, asm: Fix binutils 2.15 build failureTetsuo Handa1-1/+1
2010-10-22x86, asm: Restore parentheses around one pushl_cfi argumentJan Beulich1-1/+1
2010-10-19x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich1-3/+3
2010-09-03x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich1-196/+98
2010-09-03i386: Add unwind directives to syscall ptregs stubsJan Beulich1-4/+12
2010-08-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+5
2010-08-01x86-32, asm: Directly access per-cpu GDTBrian Gerst1-6/+5
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang1-0/+3
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin1-1/+1
2010-05-03x86-32: Rework cache flush denied handlerBrian Gerst1-0/+19
2009-12-10x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst1-6/+2
2009-12-09x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin1-3/+3
2009-12-09x86: Merge sys_cloneBrian Gerst1-1/+13
2009-12-09x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst1-2/+2
2009-12-09x86: Merge sys_sigaltstackBrian Gerst1-1/+1
2009-12-09x86: Merge sys_execveBrian Gerst1-1/+1
2009-12-09x86: Merge sys_ioplBrian Gerst1-1/+1
2009-12-09x86-32: Add new pt_regs stubsBrian Gerst1-11/+38
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-5/+2
2009-10-14function-graph/x86: Replace unbalanced ret with jmpSteven Rostedt1-5/+2
2009-09-11kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu1-0/+24
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-06-18function-graph: add stack frame testSteven Rostedt1-0/+2
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-1/+0
2009-06-17i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum1-15/+34
2009-06-17i386: fix return to 16-bit stack from NMI handlerAlexander van Heukelum1-6/+8
2009-03-14x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput1-10/+8
2009-02-23x86: minor cleanup in the espfix codeStas Sergeev1-1/+1
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-1/+1
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar1-160/+283
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst1-0/+20
2009-02-10x86: implement x86_32 stack protectorTejun Heo1-1/+1
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-19/+113
2009-02-10x86: use asm .macro instead of cpp #define in entry_32.STejun Heo1-142/+151
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-21x86: make x86_32 use tlb_64.cTejun Heo1-2/+4
2009-01-12Revert "i386: add TRACE_IRQS_OFF for the nmi"Ingo Molnar1-2/+0
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+50