aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/traps.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan1-1/+1
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra1-0/+2
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra1-3/+3
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+2
2020-10-07x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck1-0/+2
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel1-0/+1
2020-09-07x86/traps: Move pf error codes to <asm/trap_pf.h>Joerg Roedel1-18/+1
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner1-5/+0
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner1-2/+0
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner1-3/+0
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner1-1/+0
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner1-1/+2
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-11/+0
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner1-5/+0
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner1-3/+0
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-3/+5
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner1-3/+0
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner1-1/+1
2020-06-11x86/traps: Split trap numbers out in a separate headerThomas Gleixner1-25/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+0
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra1-3/+0
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner1-2/+0
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-2/+0
2020-02-27x86/traps: Remove redundant declaration of do_double_fault()Thomas Gleixner1-7/+7
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski1-3/+0
2019-11-26x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski1-0/+3
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra1-2/+2
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan1-1/+1
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-0/+5
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+4
2018-11-14x86/traps: Complete prototype declarationsBorislav Petkov1-22/+22
2018-11-14x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov1-3/+3
2018-01-19x86/mce: Make machine check speculation protectedThomas Gleixner1-0/+1