aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+46
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae1-0/+38
2021-10-21x86/sev: Fix stack type check in vc_switch_off_ist()Joerg Roedel1-1/+1
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner1-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra1-12/+13
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra1-0/+33
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner1-2/+3
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner1-4/+3
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov1-3/+1
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai1-2/+2
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra1-1/+1
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu1-0/+4
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu1-3/+0
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-15x86/traps: Convert to insn_decode()Borislav Petkov1-3/+4
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel1-2/+1
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen1-1/+2
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+7
2020-11-18x86/traps: Attempt to fixup exceptions in vDSO before signalingSean Christopherson1-0/+10
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-6/+7
2020-10-27x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra1-3/+6
2020-10-27x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra1-6/+6
2020-10-27x86/debug: Fix BTF handlingPeter Zijlstra1-7/+21
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+48
2020-10-13Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-13x86/traps: Fix #DE Oops message regressionThomas Gleixner1-1/+1
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel1-0/+45
2020-09-09x86/sev-es: Setup per-CPU GHCBs for the runtime handlerTom Lendacky1-0/+3
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra1-9/+16
2020-09-04x86/debug: Support negative polarity DR6 bitsPeter Zijlstra1-3/+2
2020-09-04x86/debug: Remove the historical junkPeter Zijlstra1-11/+12
2020-09-04x86/debug: Move cond_local_irq_enable() block into exc_debug_user()Peter Zijlstra1-29/+29
2020-09-04x86/debug: Move historical SYSENTER junk into exc_debug_kernel()Peter Zijlstra1-24/+25
2020-09-04x86/debug: Simplify #DB signal codePeter Zijlstra1-6/+9
2020-09-04x86/debug: Remove handle_debug(.user) argumentPeter Zijlstra1-11/+10
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra1-6/+4
2020-09-04x86/debug: Sync BTF earlierPeter Zijlstra1-7/+7
2020-09-04x86/debug: Allow a single level of #DB recursionAndy Lutomirski1-34/+31
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-26Merge branch 'locking/nmi' into x86/entryIngo Molnar1-11/+6
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner1-3/+3
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner1-9/+9
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra1-11/+6
2020-07-10Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner1-0/+2
2020-07-09x86/traps: Disable interrupts in exc_aligment_check()Thomas Gleixner1-0/+2