aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/entry_32.S
AgeCommit message (Expand)Author
2014-01-25ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro
2013-01-18Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-01-16xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk
2012-10-19xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-01x86: get rid of duplicate code in case of CONFIG_VM86Al Viro
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro
2012-09-30x86: split ret_from_forkAl Viro
2012-09-21x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin
2012-09-13ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu
2012-07-31ftrace/x86: Remove function_trace_stop check from graph callerSteven Rostedt
2012-07-31ftrace/x86_32: Simplify parameter setup for ftrace_regs_callerUros Bizjak
2012-07-19ftrace/x86: Add save_regs for i386 function callsSteven Rostedt
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt
2012-07-19ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracerSteven Rostedt
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin
2012-03-22x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-06x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin
2011-08-25x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-03-09x86: Fix binutils-2.21 symbol related build failuresSedat Dilek
2011-03-08x86: Separate out entry text sectionJiri Olsa
2011-02-28x86: Use {push,pop}_cfi in more placesJan Beulich
2011-02-25x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov
2010-11-18x86, asm: Fix binutils 2.15 build failureTetsuo Handa
2010-10-22x86, asm: Restore parentheses around one pushl_cfi argumentJan Beulich
2010-10-19x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich
2010-09-03x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich
2010-09-03i386: Add unwind directives to syscall ptregs stubsJan Beulich
2010-08-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds