summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+7
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan-12/+7
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov-1/+1
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov-0/+86
2022-04-07x86/traps: Refactor exc_general_protection()Kirill A. Shutemov-26/+31
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar-0/+55
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra-0/+75
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei-0/+1
2022-02-15x86/traps: Demand-populate PASID MSR via #GPFenghua Yu-0/+55
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-12/+46
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae-0/+38
2021-10-21x86/sev: Fix stack type check in vc_switch_off_ist()Joerg Roedel-1/+1
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra-12/+13
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra-0/+33
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+3
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner-2/+3
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner-4/+3
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov-3/+1
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+4
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+4
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai-2/+2
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra-1/+1
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu-0/+4
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu-3/+0
2021-03-18x86: Fix various typos in commentsIngo Molnar-1/+1
2021-03-15x86/traps: Convert to insn_decode()Borislav Petkov-3/+4
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel-2/+1
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen-1/+2
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+7
2020-11-18x86/traps: Attempt to fixup exceptions in vDSO before signalingSean Christopherson-0/+10
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner-6/+7
2020-10-27x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra-3/+6
2020-10-27x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra-6/+6
2020-10-27x86/debug: Fix BTF handlingPeter Zijlstra-7/+21
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+48
2020-10-13Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2020-10-13x86/traps: Fix #DE Oops message regressionThomas Gleixner-1/+1
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel-0/+45
2020-09-09x86/sev-es: Setup per-CPU GHCBs for the runtime handlerTom Lendacky-0/+3
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra-9/+16
2020-09-04x86/debug: Support negative polarity DR6 bitsPeter Zijlstra-3/+2
2020-09-04x86/debug: Remove the historical junkPeter Zijlstra-11/+12
2020-09-04x86/debug: Move cond_local_irq_enable() block into exc_debug_user()Peter Zijlstra-29/+29
2020-09-04x86/debug: Move historical SYSENTER junk into exc_debug_kernel()Peter Zijlstra-24/+25
2020-09-04x86/debug: Simplify #DB signal codePeter Zijlstra-6/+9
2020-09-04x86/debug: Remove handle_debug(.user) argumentPeter Zijlstra-11/+10
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra-6/+4