1. 29722cd x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
  2. 9b47668 x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST' by Andy Lutomirski · 10 years ago
  3. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  4. 1e3fbb8 x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
  5. d441c1f x86/asm/entry/64: Simplify optimistic SYSRET by Denys Vlasenko · 10 years ago
  6. 911d2bb x86/asm/entry/64: Use more readable constants by Denys Vlasenko · 10 years ago
  7. ebfc453 x86/asm/entry/64: Clean up and document various entry code details by Denys Vlasenko · 10 years ago
  8. 1eeb207 x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their users by Denys Vlasenko · 10 years ago
  9. b87cf63 x86/asm/entry: Add comments about various syscall instructions by Denys Vlasenko · 10 years ago
  10. 050273d x86/asm/entry/64: Remove 'int_check_syscall_exit_work' by Andy Lutomirski · 10 years ago
  11. f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 10 years ago
  12. 0d55083 x86/asm/entry/64: Shrink code in 'paranoid_exit' by Denys Vlasenko · 10 years ago
  13. e90e147 x86/asm/entry/64: Fix comments by Denys Vlasenko · 10 years ago
  14. 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 10 years ago
  15. 6e1327b x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSET by Denys Vlasenko · 10 years ago
  16. fdfd811 x86/xen: allow privcmd hypercalls to be preempted by David Vrabel · 10 years ago
  17. 96b6352 x86_64, entry: Remove the syscall exit audit and schedule optimizations by Andy Lutomirski · 11 years ago
  18. 2a23c6b x86_64, entry: Use sysret to return to userspace when possible by Andy Lutomirski · 10 years ago
  19. 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
  20. 0fcedc8 x86_64 entry: Fix RCX for ptraced syscalls by Andy Lutomirski · 10 years ago
  21. f6f6468 x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole user by Denys Vlasenko · 10 years ago
  22. af9cfe2 x86: entry_64.S: delete unused code by Denys Vlasenko · 10 years ago
  23. 48e08d0 x86, entry: Switch stacks on a paranoid entry from userspace by Andy Lutomirski · 10 years ago
  24. 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
  25. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  26. 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
  27. b645af2 x86_64, traps: Rework bad_iret by Andy Lutomirski · 10 years ago
  28. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  29. af726f2 x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 10 years ago
  30. 1dcf74f x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscalls by Andy Lutomirski · 10 years ago
  31. 54eea99 x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscalls by Andy Lutomirski · 10 years ago
  32. 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 · 10 years ago
  33. 7209a75 x86_64/entry/xen: Do not invoke espfix64 on Xen by Andy Lutomirski · 10 years ago
  34. 3bab13b x86/debug: Drop several unnecessary CFI annotations by Jan Beulich · 11 years ago
  35. 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
  36. 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
  37. 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
  38. 577ed45 x86_64, entry: Merge paranoidzeroentry_ist into idtentry by Andy Lutomirski · 11 years ago
  39. cb5dd2c x86_64, entry: Merge most 64-bit asm entry macros by Andy Lutomirski · 11 years ago
  40. 1bd24ef x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations by Andy Lutomirski · 11 years ago
  41. e18eead3 ftrace/x86: Move the mcount/fentry code out of entry_64.S by Steven Rostedt · 11 years ago
  42. 34273f4 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 11 years ago
  43. 3891a04 x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 11 years ago
  44. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
  45. 1739f09 ftrace/x86: Load ftrace_ops in parameter not the variable holding it by Steven Rostedt · 11 years ago
  46. 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
  47. 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
  48. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  49. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  50. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
  51. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago
  52. c0da0fa x86: Remove now-unused save_rest() by Borislav Petkov · 11 years ago
  53. 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
  54. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 12 years ago
  55. 33e5ff6 x86/tracing: Add config option checking to the definitions of mce handlers by Seiji Aguchi · 12 years ago
  56. cf910e8 x86, trace: Add irq vector tracepoints by Seiji Aguchi · 12 years ago
  57. d78f266 KVM: VMX: Register a new IPI for posted interrupt by Yang Zhang · 12 years ago
  58. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  59. bc2b033 X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts by K. Y. Srinivasan · 12 years ago
  60. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  61. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  62. ea93a6e amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() by Al Viro · 12 years ago
  63. 444723d x86-64: Fix unwind annotations in recent NMI changes by Jan Beulich · 12 years ago
  64. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  65. 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
  66. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  67. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  68. 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
  69. 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
  70. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  71. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  72. ee4eb87 x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions by Jan Beulich · 12 years ago
  73. 28696f4 x86: Don't clobber top of pt_regs in nested NMI by Salman Qazi · 12 years ago
  74. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  75. a349e23d1 xen/x86: don't corrupt %eip when returning from a signal handler by David Vrabel · 12 years ago
  76. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  77. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  78. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  79. 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
  80. 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
  81. 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
  82. 6783eaa2 x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  83. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  84. 0430499 x86: Use the new schedule_user API on userspace preemption by Frederic Weisbecker · 13 years ago
  85. 1b2b23d x86_64: Work around old GAS bug by Tao Guo · 12 years ago
  86. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  87. 47d5a5f ftrace/x86-64: Allow to change RIP in handlers by Steven Rostedt · 12 years ago
  88. 6eebdda x86: Drop unnecessary kernel_eflags variable on 64-bit by Ian Campbell · 12 years ago
  89. d57c5d5 ftrace/x86: Add support for -mfentry to x86_64 by Steven Rostedt · 14 years ago
  90. 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 · 12 years ago
  91. 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 · 12 years ago
  92. 5767cfe ftrace/x86: Remove function_trace_stop check from graph caller by Steven Rostedt · 13 years ago
  93. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
  95. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  96. 52aec33 x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR by Alex Shi · 13 years ago
  97. 7fbb98c x86: Save cr2 in NMI in case NMIs take a page fault by Steven Rostedt · 13 years ago
  98. 5963e31 ftrace/x86: Do not change stacks in DEBUG when calling lockdep by Steven Rostedt · 13 years ago
  99. d7abc0f x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_64.S by H. Peter Anvin · 13 years ago
  100. 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