- 71ed49d8 x86/entry: Make NMI use IDTENTRY_RAW by Thomas Gleixner · 4 years, 7 months ago
- 15a416e x86/entry: Treat BUG/WARN as NMI-like entries by Andy Lutomirski · 4 years, 7 months ago
- f0178fc x86/entry: Unbreak __irqentry_text_start/end magic by Thomas Gleixner · 4 years, 7 months ago
- 2823e83 x86/entry: __always_inline CR2 for noinstr by Peter Zijlstra · 4 years, 8 months ago
- 6eebad1 lockdep: __always_inline more for noinstr by Peter Zijlstra · 4 years, 8 months ago
- 5ef2279 x86/entry: Re-order #DB handler to avoid *SAN instrumentation by Peter Zijlstra · 4 years, 8 months ago
- 4b281e5 x86/entry: __always_inline arch_atomic_* for noinstr by Peter Zijlstra · 4 years, 8 months ago
- 7a745be x86/entry: __always_inline irqflags for noinstr by Peter Zijlstra · 4 years, 8 months ago
- 28eaf87 x86/entry: __always_inline debugreg for noinstr by Peter Zijlstra · 4 years, 8 months ago
- 3e77abd x86/idt: Consolidate idt functionality by Thomas Gleixner · 4 years, 8 months ago
- 00229a5 x86/idt: Cleanup trap_init() by Thomas Gleixner · 4 years, 8 months ago
- 5a2bafca x86/idt: Use proper constants for table size by Thomas Gleixner · 4 years, 8 months ago
- 94438af x86/idt: Add comments about early #PF handling by Thomas Gleixner · 4 years, 8 months ago
- bdf5bde x86/idt: Mark init only functions __init by Thomas Gleixner · 4 years, 8 months ago
- bf2b300 x86/entry: Rename trace_hardirqs_off_prepare() by Peter Zijlstra · 4 years, 8 months ago
- 59bc300 x86/entry: Clarify irq_{enter,exit}_rcu() by Peter Zijlstra · 4 years, 8 months ago
- fd501d4 x86/entry: Remove DBn stacks by Peter Zijlstra · 4 years, 8 months ago
- f9912ad x86/entry: Remove debug IDT frobbing by Peter Zijlstra · 4 years, 8 months ago
- 84b6a34 x86/entry: Optimize local_db_save() for virt by Peter Zijlstra · 4 years, 8 months ago
- cd840e4 x86/entry, mce: Disallow #DB during #MC by Peter Zijlstra · 4 years, 8 months ago
- fd338e3 x86/entry, nmi: Disable #DB by Peter Zijlstra · 4 years, 8 months ago
- e1de11d x86/entry: Introduce local_db_{save,restore}() by Peter Zijlstra · 4 years, 8 months ago
- fdef24d x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_mask by Lai Jiangshan · 4 years, 8 months ago
- f9fe0b8 x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rw by Lai Jiangshan · 4 years, 8 months ago
- 97417cb x86/hw_breakpoint: Prevent data breakpoints on direct GDT by Lai Jiangshan · 4 years, 8 months ago
- d390e6d x86/hw_breakpoint: Add within_area() to check data breakpoints by Lai Jiangshan · 4 years, 8 months ago
- 998c203 xen: Move xen_setup_callback_vector() definition to include/xen/hvm.h by Vitaly Kuznetsov · 4 years, 8 months ago
- 320100a x86/entry: Remove the TRACE_IRQS cruft by Thomas Gleixner · 4 years, 8 months ago
- 3ffdfdc x86/entry: Move paranoid irq tracing out of ASM code by Thomas Gleixner · 4 years, 8 months ago
- 9628f26 x86/entry/64: Remove TRACE_IRQS_*_DEBUG by Thomas Gleixner · 4 years, 8 months ago
- fa95a0c x86/entry/32: Remove redundant irq disable code by Thomas Gleixner · 4 years, 8 months ago
- 3b6c9bf x86/entry: Make enter_from_user_mode() static by Thomas Gleixner · 4 years, 8 months ago
- e3e5c64 x86/entry/64: Remove IRQ stack switching ASM by Thomas Gleixner · 4 years, 8 months ago
- 75da04f x86/entry: Remove the apic/BUILD interrupt leftovers by Thomas Gleixner · 4 years, 8 months ago
- 13cad985 x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE by Thomas Gleixner · 4 years, 8 months ago
- cb09ea2 x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
- a16be36 x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
- 9c3b1f4 x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC* by Thomas Gleixner · 4 years, 8 months ago
- 720909a x86/entry: Convert various system vectors by Thomas Gleixner · 4 years, 8 months ago
- 582f919 x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
- db0338e x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
- 6368558 x86/entry: Provide IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
- fa5e5c4 x86/entry: Use idtentry for interrupts by Thomas Gleixner · 4 years, 8 months ago
- 0bf7c31 x86/entry: Add IRQENTRY_IRQ macro by Thomas Gleixner · 4 years, 8 months ago
- 7c2a573 x86/irq: Rework handle_irq() for 64-bit by Thomas Gleixner · 4 years, 8 months ago
- 633260f x86/irq: Convey vector as argument and not in ptregs by Thomas Gleixner · 4 years, 8 months ago
- 79b9c18 x86/irq: Use generic irq_regs implementation by Thomas Gleixner · 4 years, 8 months ago
- 74ebed3 x86/entry/32: Remove common_exception() by Thomas Gleixner · 4 years, 8 months ago
- 23d73f2 x86/entry/64: Remove error_exit() by Thomas Gleixner · 4 years, 8 months ago
- e88d974 x86/entry: Change exit path of xen_failsafe_callback by Thomas Gleixner · 4 years, 8 months ago
- e2dcb5f x86/entry: Remove the transition leftovers by Thomas Gleixner · 4 years, 8 months ago
- 91eeafe x86/entry: Switch page fault exception to IDTENTRY_RAW by Thomas Gleixner · 4 years, 8 months ago
- 00cf8ba x86/entry/64: Simplify idtentry_body by Thomas Gleixner · 4 years, 8 months ago
- 2f6474e x86/entry: Switch XEN/PV hypercall entry to IDTENTRY by Thomas Gleixner · 4 years, 8 months ago
- 1de16e0 x86/entry: Split out idtentry_exit_cond_resched() by Thomas Gleixner · 4 years, 8 months ago
- eb6555c x86/entry/64: Move do_softirq_own_stack() to C by Thomas Gleixner · 4 years, 8 months ago
- 931b941 x86/entry: Provide helpers for executing on the irqstack by Thomas Gleixner · 4 years, 8 months ago
- 98a3bf1 genirq: Provide __irq_enter/exit_raw() by Thomas Gleixner · 4 years, 8 months ago
- 8a6bc47 genirq: Provide irq_enter/exit_rcu() by Thomas Gleixner · 4 years, 8 months ago
- 9ee01e0 x86/entry: Clean up idtentry_enter/exit() leftovers by Thomas Gleixner · 4 years, 8 months ago
- fa95d7d x86/idtentry: Switch to conditional RCU handling by Thomas Gleixner · 4 years, 8 months ago
- 9f9781b x86/entry: Provide idtentry_enter/exit_user() by Thomas Gleixner · 4 years, 8 months ago
- 3eeec38 x86/entry: Provide idtentry_entry/exit_cond_rcu() by Thomas Gleixner · 4 years, 8 months ago
- 2ab7031 nmi, tracing: Make hardware latency tracing noinstr safe by Thomas Gleixner · 4 years, 8 months ago
- 7102cb0 x86/entry: Fix allnoconfig build warning by Ingo Molnar · 4 years, 8 months ago
- c29c775 x86/entry: Convert double fault exception to IDTENTRY_DF by Thomas Gleixner · 5 years ago
- 6a8dfa8 x86/idtentry: Provide IDTENTRY_DF by Thomas Gleixner · 5 years ago
- 865d3a9 x86/mce: Address objtools noinstr complaints by Thomas Gleixner · 4 years, 9 months ago
- 75347bb2 x86/traps: Address objtool noinstr complaints in #DB by Thomas Gleixner · 4 years, 9 months ago
- 9347f41 x86/traps: Restructure #DB handling by Thomas Gleixner · 4 years, 9 months ago
- 4c0dcd8 x86/entry: Implement user mode C entry points for #DB and #MCE by Thomas Gleixner · 5 years ago
- f08e32e x86/idtentry: Provide IDTRENTRY_NOIST variants for #DB and #MC by Thomas Gleixner · 5 years ago
- df7ccaf x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub by Thomas Gleixner · 5 years ago
- 2bbc68f x86/entry: Convert Debug exception to IDTENTRY_DB by Thomas Gleixner · 5 years ago
- 9f58fdde x86/db: Split out dr6/7 handling by Peter Zijlstra · 4 years, 9 months ago
- f051f69 x86/nmi: Protect NMI entry against instrumentation by Thomas Gleixner · 4 years, 9 months ago
- 6271fef x86/entry: Convert NMI to IDTENTRY_NMI by Thomas Gleixner · 5 years ago
- 9cce81c x86/idtentry: Provide IDTENTRY_XEN for XEN/PV by Thomas Gleixner · 5 years ago
- aedbdea x86/mce: Use untraced rd/wrmsr in the MCE offline/crash check by Thomas Gleixner · 4 years, 10 months ago
- 8cd501c x86/entry: Convert Machine Check to IDTENTRY_IST by Thomas Gleixner · 5 years ago
- 94a46d31 x86/mce: Move nmi_enter/exit() into the entry point by Thomas Gleixner · 4 years, 10 months ago
- 2c058b0 x86/idtentry: Provide IDTENTRY_IST by Thomas Gleixner · 5 years ago
- 21e2829 x86/traps: Split int3 handler up by Peter Zijlstra · 4 years, 11 months ago
- 8edd7e3 x86/entry: Convert INT3 exception to IDTENTRY_RAW by Thomas Gleixner · 5 years ago
- 0dc6cdc x86/idtentry: Provide IDTENTRY_RAW by Thomas Gleixner · 4 years, 11 months ago
- f64366e x86/int3: Inline bsearch() by Peter Zijlstra · 5 years ago
- df65bba lib/bsearch: Provide __always_inline variant by Peter Zijlstra · 5 years ago
- ef882bf x86/int3: Avoid atomic instrumentation by Peter Zijlstra · 5 years ago
- 4979fb5 x86/int3: Ensure that poke_int3_handler() is not traced by Thomas Gleixner · 5 years ago
- d772905 x86/entry/32: Convert IRET exception to IDTENTRY_SW by Thomas Gleixner · 5 years ago
- 48227e2 x86/entry: Convert SIMD coprocessor error exception to IDTENTRY by Thomas Gleixner · 5 years ago
- 436608b x86/entry: Convert Alignment check exception to IDTENTRY by Thomas Gleixner · 5 years ago
- 14a8bd2 x86/entry: Convert Coprocessor error exception to IDTENTRY by Thomas Gleixner · 5 years ago
- dad7106 x86/entry: Convert Spurious interrupt bug exception to IDTENTRY by Thomas Gleixner · 5 years ago
- be4c11a x86/entry: Convert General protection exception to IDTENTRY by Thomas Gleixner · 5 years ago
- fd9689b x86/entry: Convert Stack segment exception to IDTENTRY by Thomas Gleixner · 5 years ago
- 99a3fb8 x86/entry: Convert Segment not present exception to IDTENTRY by Thomas Gleixner · 5 years ago
- 97b3d29 x86/entry: Convert Invalid TSS exception to IDTENTRY by Thomas Gleixner · 5 years ago
- aabfe53 x86/idtentry: Provide IDTENTRY_ERRORCODE by Thomas Gleixner · 5 years ago
- f95658f x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY by Thomas Gleixner · 5 years ago