summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/idtentry.h
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Install posted MSI notification handlerJacob Pan2024-04-301-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-1/+1
|\
| * x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-081-1/+1
* | x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li2024-01-311-0/+15
* | x86/idtentry: Incorporate definitions/declarations of the FRED entriesXin Li2024-01-311-8/+63
* | x86/entry: Remove idtentry_sysvec from entry_{32,64}.SXin Li2024-01-251-1/+1
|/
* x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-071-0/+4
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-021-1/+1
* | x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner2023-08-061-1/+0
|/
* x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels tooSean Christopherson2023-01-241-10/+6
* x86/traps: Add #VE support for TDX guestKirill A. Shutemov2022-04-071-0/+4
* x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra2022-03-151-0/+5
* x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2022-03-151-9/+11
* Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-291-2/+2
|\
| * x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORSH. Peter Anvin (Intel)2021-05-211-2/+2
* | x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel2021-06-211-19/+10
|/
* KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan2021-05-051-0/+15
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-0/+7
|\
| * x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross2021-02-101-0/+3
| * x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross2021-02-101-0/+3
| * Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-281-0/+1
| |\
| | * x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross2021-01-271-0/+1
* | | x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2021-02-101-5/+4
* | | x86/entry: Convert system vectors to irq stack macroThomas Gleixner2021-02-101-2/+0
|/ /
* / x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-3/+0
|/
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+50
|\
| * x86/sev-es: Add a Runtime #VC Exception HandlerTom Lendacky2020-09-091-0/+6
| * x86/entry/64: Add entry code for #VC handlerJoerg Roedel2020-09-091-0/+44
* | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-2/+2
|\ \
| * | x86/entry/32: Simplify CONFIG_XEN_PV build dependencyJuergen Gross2020-08-151-2/+2
| |/
* | x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis2020-10-071-4/+0
* | x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-221-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-0/+4
|\
| * Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2020-07-081-0/+4
* | Merge branch 'locking/nmi' into x86/entryIngo Molnar2020-07-261-0/+3
|\ \
| * | x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra2020-07-101-0/+3
* | | x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2020-07-241-19/+14
* | | x86/entry: Use generic interrupt entry/exit codeThomas Gleixner2020-07-241-6/+4
* | | x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner2020-07-241-4/+0
* | | x86/entry: Use generic syscall exit functionalityThomas Gleixner2020-07-241-2/+1
* | | x86/entry: Use generic syscall entry functionThomas Gleixner2020-07-241-1/+4
* | | Merge branch 'core/entry' into x86/entryThomas Gleixner2020-07-241-10/+8
|\ \ \
| * | | x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERVSedat Dilek2020-07-161-2/+2
| * | | x86/entry: Add compatibility with IASJian Cai2020-07-161-8/+6
* | | | x86/idtentry: Remove stale commentThomas Gleixner2020-07-161-4/+2
* | | | Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner2020-07-101-2/+2
|\| | | | |/ / |/| |
| * | x86/entry/32: Fix XEN_PV build dependencyIngo Molnar2020-07-051-2/+2
* | | x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski2020-07-061-12/+16
|/ /