1. 96b6352 x86_64, entry: Remove the syscall exit audit and schedule optimizations by Andy Lutomirski · 11 years ago
  2. 2a23c6b x86_64, entry: Use sysret to return to userspace when possible by Andy Lutomirski · 11 years ago
  3. 772a9ac Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux into x86/asm by Ingo Molnar · 10 years ago
  4. 0fcedc8 x86_64 entry: Fix RCX for ptraced syscalls by Andy Lutomirski · 10 years ago
  5. f6f6468 x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole user by Denys Vlasenko · 10 years ago
  6. af9cfe2 x86: entry_64.S: delete unused code by Denys Vlasenko · 10 years ago
  7. 48e08d0 x86, entry: Switch stacks on a paranoid entry from userspace by Andy Lutomirski · 10 years ago
  8. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  10. 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
  11. b645af2 x86_64, traps: Rework bad_iret by Andy Lutomirski · 10 years ago
  12. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  13. af726f2 x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 10 years ago
  14. 1dcf74f x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscalls by Andy Lutomirski · 11 years ago
  15. 54eea99 x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscalls by Andy Lutomirski · 11 years ago
  16. 19d402c Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 7209a75 x86_64/entry/xen: Do not invoke espfix64 on Xen by Andy Lutomirski · 11 years ago
  18. 3bab13b x86/debug: Drop several unnecessary CFI annotations by Jan Beulich · 11 years ago
  19. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  21. 2071b3e Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  22. 577ed45 x86_64, entry: Merge paranoidzeroentry_ist into idtentry by Andy Lutomirski · 11 years ago
  23. cb5dd2c x86_64, entry: Merge most 64-bit asm entry macros by Andy Lutomirski · 11 years ago
  24. 1bd24ef x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations by Andy Lutomirski · 11 years ago
  25. e18eead3 ftrace/x86: Move the mcount/fentry code out of entry_64.S by Steven Rostedt · 11 years ago
  26. 34273f4 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 11 years ago
  27. 3891a04 x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 11 years ago
  28. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
  29. 1739f09 ftrace/x86: Load ftrace_ops in parameter not the variable holding it by Steven Rostedt · 11 years ago
  30. 7971e23 Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  31. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  32. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  33. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  34. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 12 years ago
  35. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 12 years ago
  36. c0da0fa x86: Remove now-unused save_rest() by Borislav Petkov · 12 years ago
  37. 96a3d99 Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  38. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 12 years ago
  39. 33e5ff6 x86/tracing: Add config option checking to the definitions of mce handlers by Seiji Aguchi · 12 years ago
  40. cf910e8 x86, trace: Add irq vector tracepoints by Seiji Aguchi · 12 years ago
  41. d78f266 KVM: VMX: Register a new IPI for posted interrupt by Yang Zhang · 12 years ago
  42. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  43. bc2b033 X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts by K. Y. Srinivasan · 12 years ago
  44. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  45. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  46. ea93a6e amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() by Al Viro · 12 years ago
  47. 444723d x86-64: Fix unwind annotations in recent NMI changes by Jan Beulich · 12 years ago
  48. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  49. 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
  50. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  51. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  52. 0019fab Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  53. 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  54. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  55. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  56. ee4eb87 x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions by Jan Beulich · 12 years ago
  57. 28696f4 x86: Don't clobber top of pt_regs in nested NMI by Salman Qazi · 12 years ago
  58. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  59. a349e23d1 xen/x86: don't corrupt %eip when returning from a signal handler by David Vrabel · 12 years ago
  60. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  61. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  62. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  63. 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  64. da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  65. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 13 years ago
  67. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  68. 0430499 x86: Use the new schedule_user API on userspace preemption by Frederic Weisbecker · 13 years ago
  69. 1b2b23d x86_64: Work around old GAS bug by Tao Guo · 12 years ago
  70. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  71. 47d5a5f ftrace/x86-64: Allow to change RIP in handlers by Steven Rostedt · 13 years ago
  72. 6eebdda x86: Drop unnecessary kernel_eflags variable on 64-bit by Ian Campbell · 13 years ago
  73. d57c5d5 ftrace/x86: Add support for -mfentry to x86_64 by Steven Rostedt · 14 years ago
  74. bcada3d Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  75. 26198c2 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  76. 5767cfe ftrace/x86: Remove function_trace_stop check from graph caller by Steven Rostedt · 13 years ago
  77. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  78. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
  79. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 14 years ago
  80. 52aec33 x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR by Alex Shi · 13 years ago
  81. 7fbb98c x86: Save cr2 in NMI in case NMIs take a page fault by Steven Rostedt · 13 years ago
  82. 5963e31 ftrace/x86: Do not change stacks in DEBUG when calling lockdep by Steven Rostedt · 13 years ago
  83. d7abc0f x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_64.S by H. Peter Anvin · 13 years ago
  84. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  85. 4c64616 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  86. e24b90b Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into x86/asm by Ingo Molnar · 13 years ago
  87. 458ce29 Merge branch 'linus' into x86/asm by Ingo Molnar · 13 years ago
  88. 928282e x86-64: Fix CFI data for common_interrupt() by Mark Wielaard · 13 years ago
  89. 79fb4ad x86: Fix the NMI nesting comments by Steven Rostedt · 13 years ago
  90. 6946646 x86-64: Improve insn scheduling in SAVE_ARGS_IRQ by Jan Beulich · 13 years ago
  91. 6261091 x86-64: Fix CFI annotations for NMI nesting code by Jan Beulich · 13 years ago
  92. a38449ef x86: Specify a size for the cmp in the NMI handler by Steven Rostedt · 13 years ago
  93. d1a797f x32: Handle process creation by H. Peter Anvin · 13 years ago
  94. c5a3739 x32: Signal-related system calls by H. Peter Anvin · 13 years ago
  95. fca460f x32: Handle the x32 system call flag by H. Peter Anvin · 13 years ago
  96. 45d5a16 x86/nmi: Test saved %cs in NMI to determine nested NMI case by Steven Rostedt · 13 years ago
  97. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  98. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  99. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  100. 83c2f91 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago