summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/idt.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243Thomas Gleixner1-2/+1
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner1-4/+4
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner1-6/+9
2019-04-17x86/idt: Remove unused macro SISTGThomas Gleixner1-4/+0
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-06-06x86/idt: Simplify the idt_setup_apic_and_irq_gates()Dou Liyang1-5/+2
2018-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman1-0/+3
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski1-2/+0
2018-01-14x86/idt: Mark IDT tables __initconstAndi Kleen1-6/+6
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6