aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro1-18/+0
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-28/+118
2012-10-19xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel1-3/+5
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-19/+12
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro1-19/+12
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-11/+6
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+18
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2012-10-01x86: get rid of duplicate code in case of CONFIG_VM86Al Viro1-11/+6
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-3/+8
2012-09-30x86: split ret_from_forkAl Viro1-5/+10
2012-09-21x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin1-0/+26
2012-09-13ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu1-2/+1
2012-07-31ftrace/x86: Remove function_trace_stop check from graph callerSteven Rostedt1-3/+0
2012-07-31ftrace/x86_32: Simplify parameter setup for ftrace_regs_callerUros Bizjak1-3/+2
2012-07-19ftrace/x86: Add save_regs for i386 function callsSteven Rostedt1-0/+68
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt1-1/+3
2012-07-19ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracerSteven Rostedt1-0/+1
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro1-3/+10
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_32.SH. Peter Anvin1-33/+14
2012-03-22x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko1-7/+10
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-5/+5
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-1/+1
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-4/+4
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