summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/idtentry.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan1-0/+6
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini1-1/+1
2024-02-01x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li1-0/+15
2024-02-01x86/idtentry: Incorporate definitions/declarations of the FRED entriesXin Li1-8/+63
2024-01-25x86/entry: Remove idtentry_sysvec from entry_{32,64}.SXin Li1-1/+1
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner1-0/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-06x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner1-1/+0
2023-08-03x86/shstk: Add user control-protection fault handlerRick Edgecombe1-1/+1
2023-01-24x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels tooSean Christopherson1-10/+6
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov1-0/+4
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra1-0/+5
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra1-9/+11
2021-06-29Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel1-19/+10
2021-05-21x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORSH. Peter Anvin (Intel)1-2/+2
2021-05-05KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan1-0/+15
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-0/+7
2021-02-11x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner1-5/+4
2021-02-11x86/entry: Convert system vectors to irq stack macroThomas Gleixner1-2/+0
2021-02-10x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross1-0/+3
2021-02-10x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross1-0/+3
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2021-01-27x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross1-0/+1
2020-11-05x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-3/+0
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+50
2020-10-13Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2020-10-07x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis1-4/+0
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner1-1/+1
2020-09-09x86/sev-es: Add a Runtime #VC Exception HandlerTom Lendacky1-0/+6
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel1-0/+44
2020-08-15x86/entry/32: Simplify CONFIG_XEN_PV build dependencyJuergen Gross1-2/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2020-07-26Merge branch 'locking/nmi' into x86/entryIngo Molnar1-0/+3
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner1-19/+14
2020-07-24x86/entry: Use generic interrupt entry/exit codeThomas Gleixner1-6/+4
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner1-4/+0
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner1-2/+1
2020-07-24x86/entry: Use generic syscall entry functionThomas Gleixner1-1/+4
2020-07-24Merge branch 'core/entry' into x86/entryThomas Gleixner1-10/+8
2020-07-16x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERVSedat Dilek1-2/+2
2020-07-16x86/entry: Add compatibility with IASJian Cai1-8/+6
2020-07-16x86/idtentry: Remove stale commentThomas Gleixner1-4/+2
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra1-0/+3
2020-07-10Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner1-2/+2
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini1-0/+4
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski1-12/+16
2020-07-05x86/entry/32: Fix XEN_PV build dependencyIngo Molnar1-2/+2