1. 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  3. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  4. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  5. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  6. 5fdf5d3 x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  7. 3bd2951 x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT by Andy Lutomirski · 9 years ago
  8. 657c1ee x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on by Andy Lutomirski · 9 years ago
  9. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  10. 150ac78 x86/entry/32: Switch INT80 to the new C syscall path by Andy Lutomirski · 9 years ago
  11. 39e8701 x86/entry/32: Open-code return tracking from fork and kthreads by Andy Lutomirski · 9 years ago
  12. 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  13. 5d73fc7 x86/entry/32: Migrate to C exit path by Andy Lutomirski · 9 years ago
  14. c5f69fd x86/entry/32: Remove 32-bit syscall audit optimizations by Andy Lutomirski · 9 years ago
  15. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  16. 9b47feb x86/asm/entry: Clean up entry*.S style, final bits by Denys Vlasenko · 9 years ago
  17. a49976d x86/asm/entry/32: Clean up entry_32.S by Ingo Molnar · 10 years ago
  18. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 10 years ago
  19. 4c8cd0c x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_32 and entry_SYSENTER_compat by Ingo Molnar · 10 years ago
  20. 905a36a x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/ by Ingo Molnar · 10 years ago[Renamed from arch/x86/kernel/entry_32.S]
  21. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 10 years ago
  22. 54cfa45 x86/asm/entry/32: Tidy up JNZ instructions after TESTs by Denys Vlasenko · 10 years ago
  23. 3304c9c x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout by Denys Vlasenko · 10 years ago
  24. ff8287f x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING comment by Andy Lutomirski · 10 years ago
  25. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 10 years ago
  26. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
  27. f8e92fb Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 10 years ago
  28. fdfd811 x86/xen: allow privcmd hypercalls to be preempted by David Vrabel · 10 years ago
  29. 8e65f6e x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro by Borislav Petkov · 10 years ago
  30. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  31. 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
  32. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  33. 52bb452 Merge tag 'trace-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  34. f823b37 ftrace/x86: Update i386 call to prepare_ftrace_return() by Steven Rostedt (Red Hat) · 10 years ago
  35. 26c2d2b i386/audit: stop scribbling on the stack frame by Eric Paris · 10 years ago
  36. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  37. b4f0d37 audit: x86: drop arch from __audit_syscall_entry() interface by Richard Guy Briggs · 11 years ago
  38. fb21b84 x86_32, entry: Clean up sysenter_badsys declaration by Stefan Bader · 10 years ago
  39. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  40. 8142b21 x86_32, entry: Store badsys error code in %eax by Sven Wegener · 10 years ago
  41. fdc841b ftrace: x86: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  42. 554086d x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) by Andy Lutomirski · 10 years ago
  43. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  44. 34273f4 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 11 years ago
  45. 246f2d2 x86-32, espfix: Remove filter for espfix32 due to race by H. Peter Anvin · 11 years ago
  46. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
  47. 1739f09 ftrace/x86: Load ftrace_ops in parameter not the variable holding it by Steven Rostedt · 11 years ago
  48. 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
  49. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  50. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago
  51. af058ab x86-32, ftrace: Fix static ftrace when early microcode is enabled by H. Peter Anvin · 11 years ago
  52. cf910e8 x86, trace: Add irq vector tracepoints by Seiji Aguchi · 11 years ago
  53. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  54. bc2b033 X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts by K. Y. Srinivasan · 12 years ago
  55. 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
  56. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  57. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  58. 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  59. 9174adb xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. by Andrew Cooper · 12 years ago
  60. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  61. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  62. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  63. a349e23d1 xen/x86: don't corrupt %eip when returning from a signal handler by David Vrabel · 12 years ago
  64. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  65. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  66. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  67. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  68. 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
  69. 969ae0b x86: get rid of duplicate code in case of CONFIG_VM86 by Al Viro · 13 years ago
  70. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  71. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  72. e59d1b0 x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entry by H. Peter Anvin · 12 years ago
  73. a5e3786 ftrace/x86: Adjust x86 regs.ip as like as x86-64 by Masami Hiramatsu · 12 years ago
  74. 5767cfe ftrace/x86: Remove function_trace_stop check from graph caller by Steven Rostedt · 12 years ago
  75. e4ea3f6 ftrace/x86_32: Simplify parameter setup for ftrace_regs_caller by Uros Bizjak · 12 years ago
  76. 4de7239 ftrace/x86: Add save_regs for i386 function calls by Steven Rostedt · 13 years ago
  77. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
  78. 28fb5df ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracer by Steven Rostedt · 13 years ago
  79. 44fbbb3 x86: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 13 years ago
  80. 6837a54 x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_32.S by H. Peter Anvin · 13 years ago
  81. 29a2e28 x86-32: Fix endless loop when processing signals for kernel tasks by Dmitry Adamushko · 13 years ago
  82. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  83. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  84. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  85. 5674124 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  86. 3596ff4 x86: Call do_notify_resume() with interrupts enabled by Srikar Dronamraju · 13 years ago
  87. 303395a x86: Generate system call tables and unistd_*.h from tables by H. Peter Anvin · 13 years ago
  88. b4ca46e x86-32: Fix boot with CONFIG_X86_INVD_BUG by Andy Lutomirski · 13 years ago
  89. e7fd3b4 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  90. da849ab Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  91. 2ae9d29 x86: Fix binutils-2.21 symbol related build failures by Sedat Dilek · 14 years ago
  92. ea71454 x86: Separate out entry text section by Jiri Olsa · 14 years ago
  93. 60cf637 x86: Use {push,pop}_cfi in more places by Jan Beulich · 14 years ago
  94. 7bf04be x86, asm: Cleanup unnecssary macros in asm-offsets.c by Stratos Psomadakis · 14 years ago
  95. 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
  96. 96e612f x86, asm: Fix binutils 2.15 build failure by Tetsuo Handa · 14 years ago
  97. 07bd851 x86, asm: Restore parentheses around one pushl_cfi argument by Jan Beulich · 14 years ago
  98. 3234282 x86, asm: Fix CFI macro invocations to deal with shortcomings in gas by Jan Beulich · 14 years ago
  99. df5d187 x86: Use {push,pop}{l,q}_cfi in more places by Jan Beulich · 14 years ago
  100. a34107b i386: Add unwind directives to syscall ptregs stubs by Jan Beulich · 14 years ago