summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/idt.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov1-0/+3
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra1-0/+4
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra1-2/+3
2021-06-29Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2021-05-21x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)1-3/+2
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner1-28/+12
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-33/+8
2020-10-07x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis1-3/+0
2020-09-09x86/sev-es: Add a Runtime #VC Exception HandlerTom Lendacky1-4/+7
2020-09-07x86/idt: Make IDT init functions static inlinesJoerg Roedel1-34/+0
2020-09-07x86/idt: Split idt_data setup out of set_intr_gate()Joerg Roedel1-8/+14
2020-06-20x86/idt: Make idt_descr staticJason Andryuk1-1/+1
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner1-25/+38
2020-06-11x86/idt: Cleanup trap_init()Thomas Gleixner1-0/+18
2020-06-11x86/idt: Use proper constants for table sizeThomas Gleixner1-1/+2
2020-06-11x86/idt: Add comments about early #PF handlingThomas Gleixner1-2/+8
2020-06-11x86/idt: Mark init only functions __initThomas Gleixner1-2/+2
2020-06-11x86/entry: Remove debug IDT frobbingPeter Zijlstra1-30/+0
2020-06-11x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner1-3/+3
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner1-14/+14
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner1-5/+5
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner1-4/+4
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner1-1/+1
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner1-4/+4
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner1-5/+5
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner1-8/+0
2020-06-11x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov1-1/+5
2020-06-11x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov1-3/+13
2020-06-11x86/idt: Remove address operator on function machine_check()Lai Jiangshan1-2/+2
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2