summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* x86-32, ftrace: Fix static ftrace when early microcode is enabledH. Peter Anvin2013-09-051-0/+3
* x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-211-1/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-45/+0Star
|\
| * x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-041-21/+0Star
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-23/+0Star
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+0Star
* | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-131-1/+8
|/
* Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-181-1/+0Star
|\
| * xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper2013-01-161-1/+0Star
* | introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-201-1/+0Star
* | x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-291-18/+0Star
|/
* Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-191-28/+118
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-19/+12Star
| |\
| | * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-121-19/+12Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-11/+6Star
| |\|
| | * x86: get rid of duplicate code in case of CONFIG_VM86Al Viro2012-10-011-11/+6Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-8/+18
| |\|
| | * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-011-3/+8
| | * x86: split ret_from_forkAl Viro2012-10-011-5/+10
| * | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-0/+26
| |\ \
| | * | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin2012-09-211-0/+26
| | |/
| * | ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu2012-09-141-2/+1Star
| * | ftrace/x86: Remove function_trace_stop check from graph callerSteven Rostedt2012-07-311-3/+0Star
| * | ftrace/x86_32: Simplify parameter setup for ftrace_regs_callerUros Bizjak2012-07-311-3/+2Star
| * | ftrace/x86: Add save_regs for i386 function callsSteven Rostedt2012-07-191-0/+68
| * | ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-1/+3
| * | ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracerSteven Rostedt2012-07-191-0/+1
| |/
* / xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-191-3/+5
|/
* 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/+14Star
* 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-181-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-171-23/+14Star
|\ \ | |/ |/|
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-171-23/+14Star
* | 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/+2Star
* 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-161-3/+2Star
|\ \
| * | x86: Use {push,pop}_cfi in more placesJan Beulich2011-02-281-2/+1Star
| * | x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis2011-02-261-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/+98Star
* i386: Add unwind directives to syscall ptregs stubsJan Beulich2010-09-031-4/+12