1. 45d7b25 x86/entry/32: Enter the kernel via trampoline stack by Joerg Roedel · 7 years ago
  2. 0d2eb73 x86/entry/32: Split off return-to-kernel path by Joerg Roedel · 7 years ago
  3. 8e676ce x86/entry/32: Unshare NMI return path by Joerg Roedel · 7 years ago
  4. 46eabca x86/entry/32: Put ESPFIX code into a macro by Joerg Roedel · 7 years ago
  5. ae2e565 x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack by Joerg Roedel · 7 years ago
  6. 236f0cd x86/entry/32: Add explicit 'l' instruction suffix by Jan Beulich · 7 years ago
  7. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  8. 248e742 Drivers: hv: vmbus: Implement Direct Mode for stimer0 by Michael Kelley · 7 years ago
  9. d1c9910 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" by David Woodhouse · 7 years ago
  10. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  11. 10bcc80 membarrier/x86: Provide core serializing command by Mathieu Desnoyers · 7 years ago
  12. 9328626 x86/hyperv: Reenlightenment notifications support by Vitaly Kuznetsov · 7 years ago
  13. 1dde741 x86/retpoline: Simplify vmexit_fill_RSB() by Borislav Petkov · 7 years ago
  14. c995efd x86/retpoline: Fill RSB on context switch for affected CPUs by David Woodhouse · 7 years ago
  15. 2641f08 x86/retpoline/entry: Convert entry assembler indirect jumps by David Woodhouse · 7 years ago
  16. 4fe2d8b x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack by Dave Hansen · 7 years ago
  17. c482fee x86/entry/64: Make cpu_entry_area.tss read-only by Andy Lutomirski · 7 years ago
  18. 0f9a481 x86/entry: Clean up the SYSENTER_stack code by Andy Lutomirski · 7 years ago
  19. 72f5e08 x86/entry: Remap the TSS into the CPU entry area by Andy Lutomirski · 7 years ago
  20. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  21. 5c99b69 x86/unwind: Use MSB for frame pointer encoding on 32-bit by Josh Poimboeuf · 7 years ago
  22. 4b9a8dc x86/idt: Remove the tracing IDT completely by Thomas Gleixner · 7 years ago
  23. 11a7ffb x86/traps: Simplify pagefault tracing logic by Thomas Gleixner · 7 years ago
  24. ebd5749 Revert "x86/entry: Fix the end of the stack for newly forked tasks" by Josh Poimboeuf · 8 years ago
  25. 3d82c59 x86/ftrace: Move the ftrace specific code out of entry_32.S by Steven Rostedt (VMware) · 8 years ago
  26. fdbd518 x86/entry/32: Relax a pvops stub clobber specification by Jan Beulich · 8 years ago
  27. ff3f7e2 x86/entry: Fix the end of the stack for newly forked tasks by Josh Poimboeuf · 8 years ago
  28. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  29. 847fa1a ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps to it by Steven Rostedt (Red Hat) · 8 years ago
  30. 946c191 x86/entry/unwind: Create stack frames for saved interrupt registers by Josh Poimboeuf · 8 years ago
  31. 4d516f4 x86/entry/32: Fix the end of the stack for newly forked tasks by Josh Poimboeuf · 8 years ago
  32. 7252c4c x86/entry/32: Rename 'error_code' to 'common_exception' by Josh Poimboeuf · 8 years ago
  33. 1b00255 x86/entry/32, x86/boot/32: Use local labels by Josh Poimboeuf · 8 years ago
  34. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  35. 616d248 sched/x86: Pass kernel thread parameters in 'struct fork_frame' by Brian Gerst · 8 years ago
  36. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  37. 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
  38. 2deb4be x86/dumpstack: When OOPSing, rewind the stack before do_exit() by Andy Lutomirski · 9 years ago
  39. 1e17880 x86/entry/32: Remove GET_THREAD_INFO() from entry code by Brian Gerst · 9 years ago
  40. 092c74e x86/entry, sched/x86: Don't save/restore EFLAGS on task switch by Brian Gerst · 9 years ago
  41. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 9 years ago
  42. fda57b2 x86/entry: Improve system call entry comments by Andy Lutomirski · 9 years ago
  43. 7536656 x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup by Andy Lutomirski · 9 years ago
  44. f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 9 years ago
  45. c2c9b52 x86/entry/32: Restore FLAGS on SYSEXIT by Andy Lutomirski · 9 years ago
  46. 67f590e x86/entry/32: Filter NT and speed up AC filtering in SYSENTER by Andy Lutomirski · 9 years ago
  47. 58a5aac x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled by Andy Lutomirski · 9 years ago
  48. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  49. 04d1d28 x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32 by Andy Lutomirski · 9 years ago
  50. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  51. 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
  52. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  53. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  54. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  55. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  56. 5fdf5d3 x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  57. 3bd2951 x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT by Andy Lutomirski · 9 years ago
  58. 657c1ee x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on by Andy Lutomirski · 9 years ago
  59. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  60. 150ac78 x86/entry/32: Switch INT80 to the new C syscall path by Andy Lutomirski · 9 years ago
  61. 39e8701 x86/entry/32: Open-code return tracking from fork and kthreads by Andy Lutomirski · 9 years ago
  62. 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  63. 5d73fc7 x86/entry/32: Migrate to C exit path by Andy Lutomirski · 9 years ago
  64. c5f69fd x86/entry/32: Remove 32-bit syscall audit optimizations by Andy Lutomirski · 9 years ago
  65. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  66. 9b47feb x86/asm/entry: Clean up entry*.S style, final bits by Denys Vlasenko · 10 years ago
  67. a49976d x86/asm/entry/32: Clean up entry_32.S by Ingo Molnar · 10 years ago
  68. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 10 years ago
  69. 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
  70. 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]
  71. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 10 years ago
  72. 54cfa45 x86/asm/entry/32: Tidy up JNZ instructions after TESTs by Denys Vlasenko · 10 years ago
  73. 3304c9c x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout by Denys Vlasenko · 10 years ago
  74. ff8287f x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING comment by Andy Lutomirski · 10 years ago
  75. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 10 years ago
  76. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
  77. 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
  78. fdfd811 x86/xen: allow privcmd hypercalls to be preempted by David Vrabel · 10 years ago
  79. 8e65f6e x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro by Borislav Petkov · 10 years ago
  80. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  81. 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
  82. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  83. 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
  84. f823b37 ftrace/x86: Update i386 call to prepare_ftrace_return() by Steven Rostedt (Red Hat) · 10 years ago
  85. 26c2d2b i386/audit: stop scribbling on the stack frame by Eric Paris · 10 years ago
  86. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  87. b4f0d37 audit: x86: drop arch from __audit_syscall_entry() interface by Richard Guy Briggs · 11 years ago
  88. fb21b84 x86_32, entry: Clean up sysenter_badsys declaration by Stefan Bader · 10 years ago
  89. 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
  90. 8142b21 x86_32, entry: Store badsys error code in %eax by Sven Wegener · 10 years ago
  91. fdc841b ftrace: x86: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 11 years ago
  92. 554086d x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) by Andy Lutomirski · 11 years ago
  93. 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
  94. 34273f4 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 11 years ago
  95. 246f2d2 x86-32, espfix: Remove filter for espfix32 due to race by H. Peter Anvin · 11 years ago
  96. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
  97. 1739f09 ftrace/x86: Load ftrace_ops in parameter not the variable holding it by Steven Rostedt · 11 years ago
  98. 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
  99. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  100. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago