aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-6/+5
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-6/+5
2014-08-15x86_32, entry: Clean up sysenter_badsys declarationStefan Bader1-1/+1
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-9/+0
2014-07-22x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-07-18ftrace: x86: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-9/+0
2014-06-23x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+0
2014-05-04x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin1-0/+12
2014-04-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu1-33/+0
2014-01-09ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt1-2/+2
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-0/+10
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-5/+2
2013-09-05x86-32, ftrace: Fix static ftrace when early microcode is enabledH. Peter Anvin1-0/+3
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-1/+11
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-45/+0
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan1-1/+8
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro1-21/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-23/+0
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+0
2013-01-18Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+0
2013-01-16xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper1-1/+0
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-1/+0
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