Age | Commit message (Expand) | Author | Files | Lines |
2014-08-04 | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -9/+0 |
2014-07-22 | x86_32, entry: Store badsys error code in %eax | Sven Wegener | 1 | -4/+5 |
2014-07-18 | ftrace: x86: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 1 | -9/+0 |
2014-06-24 | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) | Andy Lutomirski | 1 | -2/+8 |
2014-06-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -33/+0 |
2014-05-04 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 1 | -0/+12 |
2014-05-01 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 1 | -5/+0 |
2014-04-24 | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu | 1 | -33/+0 |
2014-01-10 | ftrace/x86: Load ftrace_ops in parameter not the variable holding it | Steven Rostedt | 1 | -2/+2 |
2013-11-14 | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+10 |
2013-11-09 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 1 | -0/+10 |
2013-09-25 | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 1 | -5/+2 |
2013-09-05 | x86-32, ftrace: Fix static ftrace when early microcode is enabled | H. Peter Anvin | 1 | -0/+3 |
2013-06-21 | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 1 | -1/+11 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -45/+0 |
2013-02-13 | X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts | K. Y. Srinivasan | 1 | -1/+8 |
2013-02-04 | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 1 | -21/+0 |
2013-02-04 | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 1 | -23/+0 |
2013-02-04 | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 1 | -1/+0 |
2013-01-19 | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+0 |
2013-01-17 | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. | Andrew Cooper | 1 | -1/+0 |
2012-12-20 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 1 | -1/+0 |
2012-11-29 | x86, um: switch to generic fork/vfork/clone | Al Viro | 1 | -18/+0 |
2012-10-19 | Merge commit 'v3.7-rc1' into stable/for-linus-3.7 | Konrad Rzeszutek Wilk | 1 | -28/+118 |
2012-10-19 | xen/x86: don't corrupt %eip when returning from a signal handler | David Vrabel | 1 | -3/+5 |
2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+12 |
2012-10-12 | x86, um: convert to saner kernel_execve() semantics | Al Viro | 1 | -19/+12 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+6 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+18 |
2012-10-02 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+26 |
2012-10-01 | x86: get rid of duplicate code in case of CONFIG_VM86 | Al Viro | 1 | -11/+6 |
2012-10-01 | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 1 | -3/+8 |
2012-10-01 | x86: split ret_from_fork | Al Viro | 1 | -5/+10 |
2012-09-22 | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entry | H. Peter Anvin | 1 | -0/+26 |
2012-09-14 | ftrace/x86: Adjust x86 regs.ip as like as x86-64 | Masami Hiramatsu | 1 | -2/+1 |
2012-07-31 | ftrace/x86: Remove function_trace_stop check from graph caller | Steven Rostedt | 1 | -3/+0 |
2012-07-31 | ftrace/x86_32: Simplify parameter setup for ftrace_regs_caller | Uros Bizjak | 1 | -3/+2 |
2012-07-19 | ftrace/x86: Add save_regs for i386 function calls | Steven Rostedt | 1 | -0/+68 |
2012-07-19 | ftrace/x86: Add separate function to save regs | Steven Rostedt | 1 | -1/+3 |
2012-07-19 | ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracer | Steven Rostedt | 1 | -0/+1 |
2012-06-01 | x86: get rid of calling do_notify_resume() when returning to kernel mode | Al Viro | 1 | -3/+10 |
2012-04-21 | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en... | H. Peter Anvin | 1 | -33/+14 |
2012-03-23 | x86-32: Fix endless loop when processing signals for kernel tasks | Dmitry Adamushko | 1 | -7/+10 |
2012-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
2012-01-18 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -1/+1 |
2012-01-18 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 1 | -4/+4 |
2012-01-17 | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -23/+14 |
2011-12-06 | x86: Call do_notify_resume() with interrupts enabled | Srikar Dronamraju | 1 | -0/+4 |
2011-11-18 | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 1 | -23/+14 |
2011-08-26 | x86-32: Fix boot with CONFIG_X86_INVD_BUG | Andy Lutomirski | 1 | -6/+2 |