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