summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/idt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/idt: Remove update_intr_gate()Thomas Gleixner2020-06-111-8/+0
* x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov2020-06-111-1/+5
* x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov2020-06-111-3/+13
* x86/idt: Remove address operator on function machine_check()Lai Jiangshan2020-06-111-2/+2
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-1/+2
|\