1. 720909a x86/entry: Convert various system vectors by Thomas Gleixner · 4 years, 8 months ago
  2. 582f919 x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  3. db0338e x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  4. 6368558 x86/entry: Provide IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  5. fa5e5c4 x86/entry: Use idtentry for interrupts by Thomas Gleixner · 4 years, 8 months ago
  6. 0bf7c31 x86/entry: Add IRQENTRY_IRQ macro by Thomas Gleixner · 4 years, 8 months ago
  7. 7c2a573 x86/irq: Rework handle_irq() for 64-bit by Thomas Gleixner · 4 years, 8 months ago
  8. 633260f x86/irq: Convey vector as argument and not in ptregs by Thomas Gleixner · 4 years, 8 months ago
  9. 79b9c18 x86/irq: Use generic irq_regs implementation by Thomas Gleixner · 4 years, 8 months ago
  10. 74ebed3 x86/entry/32: Remove common_exception() by Thomas Gleixner · 4 years, 8 months ago
  11. 23d73f2 x86/entry/64: Remove error_exit() by Thomas Gleixner · 4 years, 8 months ago
  12. e88d974 x86/entry: Change exit path of xen_failsafe_callback by Thomas Gleixner · 4 years, 8 months ago
  13. e2dcb5f x86/entry: Remove the transition leftovers by Thomas Gleixner · 4 years, 8 months ago
  14. 91eeafe x86/entry: Switch page fault exception to IDTENTRY_RAW by Thomas Gleixner · 4 years, 8 months ago
  15. 00cf8ba x86/entry/64: Simplify idtentry_body by Thomas Gleixner · 4 years, 8 months ago
  16. 2f6474e x86/entry: Switch XEN/PV hypercall entry to IDTENTRY by Thomas Gleixner · 4 years, 8 months ago
  17. 1de16e0 x86/entry: Split out idtentry_exit_cond_resched() by Thomas Gleixner · 4 years, 8 months ago
  18. eb6555c x86/entry/64: Move do_softirq_own_stack() to C by Thomas Gleixner · 4 years, 8 months ago
  19. 931b941 x86/entry: Provide helpers for executing on the irqstack by Thomas Gleixner · 4 years, 8 months ago
  20. 9ee01e0 x86/entry: Clean up idtentry_enter/exit() leftovers by Thomas Gleixner · 4 years, 8 months ago
  21. fa95d7d x86/idtentry: Switch to conditional RCU handling by Thomas Gleixner · 4 years, 8 months ago
  22. 9f9781b x86/entry: Provide idtentry_enter/exit_user() by Thomas Gleixner · 4 years, 8 months ago
  23. 3eeec38 x86/entry: Provide idtentry_entry/exit_cond_rcu() by Thomas Gleixner · 4 years, 8 months ago
  24. 7102cb0 x86/entry: Fix allnoconfig build warning by Ingo Molnar · 4 years, 8 months ago
  25. c29c775 x86/entry: Convert double fault exception to IDTENTRY_DF by Thomas Gleixner · 5 years ago
  26. 6a8dfa8 x86/idtentry: Provide IDTENTRY_DF by Thomas Gleixner · 5 years ago
  27. 865d3a9 x86/mce: Address objtools noinstr complaints by Thomas Gleixner · 4 years, 9 months ago
  28. 75347bb2 x86/traps: Address objtool noinstr complaints in #DB by Thomas Gleixner · 4 years, 9 months ago
  29. 9347f41 x86/traps: Restructure #DB handling by Thomas Gleixner · 4 years, 9 months ago
  30. 4c0dcd8 x86/entry: Implement user mode C entry points for #DB and #MCE by Thomas Gleixner · 5 years ago
  31. f08e32e x86/idtentry: Provide IDTRENTRY_NOIST variants for #DB and #MC by Thomas Gleixner · 5 years ago
  32. df7ccaf x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub by Thomas Gleixner · 5 years ago
  33. 2bbc68f x86/entry: Convert Debug exception to IDTENTRY_DB by Thomas Gleixner · 5 years ago
  34. 9f58fdde x86/db: Split out dr6/7 handling by Peter Zijlstra · 4 years, 10 months ago
  35. f051f69 x86/nmi: Protect NMI entry against instrumentation by Thomas Gleixner · 4 years, 10 months ago
  36. 6271fef x86/entry: Convert NMI to IDTENTRY_NMI by Thomas Gleixner · 5 years ago
  37. 9cce81c x86/idtentry: Provide IDTENTRY_XEN for XEN/PV by Thomas Gleixner · 5 years ago
  38. aedbdea x86/mce: Use untraced rd/wrmsr in the MCE offline/crash check by Thomas Gleixner · 4 years, 10 months ago
  39. 8cd501c x86/entry: Convert Machine Check to IDTENTRY_IST by Thomas Gleixner · 5 years ago
  40. 94a46d31 x86/mce: Move nmi_enter/exit() into the entry point by Thomas Gleixner · 4 years, 10 months ago
  41. 2c058b0 x86/idtentry: Provide IDTENTRY_IST by Thomas Gleixner · 5 years ago
  42. 21e2829 x86/traps: Split int3 handler up by Peter Zijlstra · 4 years, 11 months ago
  43. 8edd7e3 x86/entry: Convert INT3 exception to IDTENTRY_RAW by Thomas Gleixner · 5 years ago
  44. 0dc6cdc x86/idtentry: Provide IDTENTRY_RAW by Thomas Gleixner · 4 years, 11 months ago
  45. f64366e x86/int3: Inline bsearch() by Peter Zijlstra · 5 years ago
  46. ef882bf x86/int3: Avoid atomic instrumentation by Peter Zijlstra · 5 years ago
  47. 4979fb5 x86/int3: Ensure that poke_int3_handler() is not traced by Thomas Gleixner · 5 years ago
  48. d772905 x86/entry/32: Convert IRET exception to IDTENTRY_SW by Thomas Gleixner · 5 years ago
  49. 48227e2 x86/entry: Convert SIMD coprocessor error exception to IDTENTRY by Thomas Gleixner · 5 years ago
  50. 436608b x86/entry: Convert Alignment check exception to IDTENTRY by Thomas Gleixner · 5 years ago
  51. 14a8bd2 x86/entry: Convert Coprocessor error exception to IDTENTRY by Thomas Gleixner · 5 years ago
  52. dad7106 x86/entry: Convert Spurious interrupt bug exception to IDTENTRY by Thomas Gleixner · 5 years ago
  53. be4c11a x86/entry: Convert General protection exception to IDTENTRY by Thomas Gleixner · 5 years ago
  54. fd9689b x86/entry: Convert Stack segment exception to IDTENTRY by Thomas Gleixner · 5 years ago
  55. 99a3fb8 x86/entry: Convert Segment not present exception to IDTENTRY by Thomas Gleixner · 5 years ago
  56. 97b3d29 x86/entry: Convert Invalid TSS exception to IDTENTRY by Thomas Gleixner · 5 years ago
  57. aabfe53 x86/idtentry: Provide IDTENTRY_ERRORCODE by Thomas Gleixner · 5 years ago
  58. f95658f x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY by Thomas Gleixner · 5 years ago
  59. 866ae2c x86/entry: Convert Device not available exception to IDTENTRY by Thomas Gleixner · 5 years ago
  60. 49893c5 x86/entry: Convert Invalid Opcode exception to IDTENTRY by Thomas Gleixner · 5 years ago
  61. 58d9c81 x86/entry: Convert Bounds exception to IDTENTRY by Thomas Gleixner · 5 years ago
  62. 4b6b911 x86/entry: Convert Overflow exception to IDTENTRY by Thomas Gleixner · 5 years ago
  63. 9d06c40 x86/entry: Convert Divide Error to IDTENTRY by Thomas Gleixner · 5 years ago
  64. 218e31b x86/traps: Prepare for using DEFINE_IDTENTRY by Thomas Gleixner · 5 years ago
  65. 0ba50e8 x86/entry/common: Provide idtentry_enter/exit() by Thomas Gleixner · 4 years, 10 months ago
  66. 53aaf26 x86/idtentry: Provide macros to define/declare IDT entry points by Thomas Gleixner · 5 years ago
  67. 6040067 x86/entry/32: Provide macro to emit IDT entry stubs by Thomas Gleixner · 5 years ago
  68. 424c7d0 x86/entry/64: Provide sane error entry/exit by Thomas Gleixner · 4 years, 10 months ago
  69. cfa82a0 x86/entry: Distangle idtentry by Thomas Gleixner · 5 years ago
  70. 67f1386 x86/entry/64: Reorder idtentries by Thomas Gleixner · 5 years ago
  71. 877f183 x86/traps: Split trap numbers out in a separate header by Thomas Gleixner · 5 years ago
  72. ca4c6a9 x86/traps: Make interrupt enable/disable symmetric in C code by Thomas Gleixner · 5 years ago
  73. c931720 x86/entry/64: Use native swapgs in asm_load_gs_index() by Thomas Gleixner · 4 years, 8 months ago
  74. 410367e x86/entry: Disable interrupts for native_load_gs_index() in C code by Thomas Gleixner · 4 years, 11 months ago
  75. daf7a69 x86/traps: Mark sync_regs() noinstr by Thomas Gleixner · 4 years, 10 months ago
  76. d73a332 x86/traps: Mark fixup_bad_iret() noinstr by Thomas Gleixner · 4 years, 10 months ago
  77. 1c3e5d3 x86/entry: Make entry_64_compat.S objtool clean by Peter Zijlstra · 4 years, 8 months ago
  78. a7ef9ba x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline by Thomas Gleixner · 4 years, 11 months ago
  79. 4983e5d x86/entry: Move irq flags tracing to prepare_exit_to_usermode() by Thomas Gleixner · 4 years, 11 months ago
  80. dd8e2d9 x86/entry: Move irq tracing on syscall entry to C-code by Thomas Gleixner · 5 years ago
  81. 8f159f1 x86/entry/common: Protect against instrumentation by Thomas Gleixner · 4 years, 11 months ago
  82. 1723be3 x86/entry: Mark enter_from_user_mode() noinstr by Thomas Gleixner · 5 years ago
  83. 8c0fa8a x86/entry/32: Move non entry code into .text section by Thomas Gleixner · 4 years, 10 months ago
  84. b9f6976 x86/entry/64: Move non entry code into .text section by Thomas Gleixner · 4 years, 10 months ago
  85. fba8dbe x86/idt: Remove update_intr_gate() by Thomas Gleixner · 4 years, 8 months ago
  86. 5916d5f bug: Annotate WARN/BUG/stackfail as noinstr safe by Thomas Gleixner · 4 years, 10 months ago
  87. 20355e5 x86/entry: Exclude low level entry code from sanitizing by Peter Zijlstra · 4 years, 11 months ago
  88. 44d7e4f x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft by Thomas Gleixner · 4 years, 11 months ago
  89. 7250058 x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n by Thomas Gleixner · 5 years ago
  90. e966039 x86/doublefault: Remove memmove() call by Peter Zijlstra · 5 years ago
  91. 24ae0c9 x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area by Andy Lutomirski · 5 years ago
  92. 1f1fbc7 x86/idt: Keep spurious entries unset in system_vectors by Vitaly Kuznetsov · 4 years, 9 months ago
  93. 0618432 x86/idt: Annotate alloc_intr_gate() with __init by Vitaly Kuznetsov · 4 years, 9 months ago
  94. a0bb51f x86/xen: Split HVM vector callback setup and interrupt gate allocation by Vitaly Kuznetsov · 4 years, 9 months ago
  95. fbaed27 x86/idt: Remove address operator on function machine_check() by Lai Jiangshan · 4 years, 9 months ago
  96. c7589070 x86/entry/64: Remove unneeded kernel CR3 switching by Lai Jiangshan · 4 years, 9 months ago
  97. 26fa126 x86/entry/64: Remove an unused label by Lai Jiangshan · 4 years, 9 months ago
  98. 37f8173 locking/atomics: Flip fallbacks and instrumentation by Peter Zijlstra · 5 years ago
  99. 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  100. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago