summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/idt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Install posted MSI notification handlerJacob Pan2024-04-301-0/+3
* 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-2/+2
|/
* x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-071-1/+1
* x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()Nikolay Borisov2023-09-141-0/+7
* 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/traps: Add #VE support for TDX guestKirill A. Shutemov2022-04-071-0/+3
* x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra2022-03-151-0/+4
* x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2022-03-151-2/+3
* Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-291-3/+2
|\
| * x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)2021-05-211-3/+2
* | x86/idt: Rework IDT setup for boot CPUThomas Gleixner2021-05-181-28/+12
|/
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-33/+8
|\
| * x86/sev-es: Add a Runtime #VC Exception HandlerTom Lendacky2020-09-091-4/+7
| * x86/idt: Make IDT init functions static inlinesJoerg Roedel2020-09-071-34/+0
| * x86/idt: Split idt_data setup out of set_intr_gate()Joerg Roedel2020-09-071-8/+14
* | x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis2020-10-071-3/+0
|/
* x86/idt: Make idt_descr staticJason Andryuk2020-06-201-1/+1
* x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-111-25/+38
* x86/idt: Cleanup trap_init()Thomas Gleixner2020-06-111-0/+18
* x86/idt: Use proper constants for table sizeThomas Gleixner2020-06-111-1/+2
* x86/idt: Add comments about early #PF handlingThomas Gleixner2020-06-111-2/+8
* x86/idt: Mark init only functions __initThomas Gleixner2020-06-111-2/+2
* x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-111-30/+0
* x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner2020-06-111-3/+3
* x86/entry: Convert various system vectorsThomas Gleixner2020-06-111-14/+14
* x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-111-5/+5
* x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner2020-06-111-4/+4
* x86/irq: Convey vector as argument and not in ptregsThomas Gleixner2020-06-111-1/+1
* x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-111-2/+2
* x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner2020-06-111-2/+2
* x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner2020-06-111-4/+4
* x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner2020-06-111-2/+2
* x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-111-5/+5
* x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner2020-06-111-1/+1