summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-1/+1
|\
| * iommu/ioasid: Rename INVALID_IOASIDJacob Pan2023-03-311-1/+1
* | iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov2023-03-161-3/+3
|/
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-2/+2
|\
| * Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-0/+7
| |\
| * | x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-2/+2
* | | Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-121-2/+2
|\ \ \ | |_|/ |/| |
| * | x86: Fix misc small issuesJiapeng Chong2022-11-081-2/+2
| |/
* / x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko2022-11-081-0/+7
|/
* x86: Add support for CONFIG_CFI_CLANGSami Tolvanen2022-09-261-1/+3
* Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-12/+7
|\
| * x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan2022-05-031-12/+7
* | x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov2022-04-071-1/+1
* | x86/traps: Add #VE support for TDX guestKirill A. Shutemov2022-04-071-0/+86
* | x86/traps: Refactor exc_general_protection()Kirill A. Shutemov2022-04-071-26/+31
|/
* Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar2022-03-151-0/+55
|\
| * x86/traps: Demand-populate PASID MSR via #GPFenghua Yu2022-02-151-0/+55
* | x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra2022-03-151-0/+75
* | x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei2022-03-111-0/+1
|/
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-12/+46
|\
| * x86/mm/64: Improve stack overflow warningsPeter Zijlstra2021-09-211-12/+13
| * x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-211-0/+33
* | Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | x86/sev: Fix stack type check in vc_switch_off_ist()Joerg Roedel2021-10-211-1/+1
| |/
* | x86/fpu/xstate: Add XFD #NM handlerChang S. Bae2021-10-261-0/+38
* | x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+1
|/
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-2/+3
|\
| * x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner2021-06-231-2/+3
* | x86/idt: Rework IDT setup for boot CPUThomas Gleixner2021-05-181-4/+3
* | x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov2021-05-181-3/+1
|/
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-6/+4
|\
| * x86: Add insn_decode_kernel()Peter Zijlstra2021-03-311-1/+1
| * x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu2021-03-231-3/+0
| * x86/traps: Convert to insn_decode()Borislav Petkov2021-03-151-3/+4
* | Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-261-0/+4
|\ \
| * | x86/traps: Handle #DB for bus lockFenghua Yu2021-03-281-0/+4
| |/
* | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\ \
| * | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
| |/
* / x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai2021-04-091-2/+2
|/
* x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel2021-03-081-2/+1
* x86/split-lock: Avoid returning with interrupts enabledAndi Kleen2020-12-221-1/+2
* Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-6/+7
|\
| * x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-6/+7
* | x86/traps: Attempt to fixup exceptions in vDSO before signalingSean Christopherson2020-11-181-0/+10
|/
* x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
* x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
* x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+48
|\
| * x86/entry/64: Add entry code for #VC handlerJoerg Roedel2020-09-091-0/+45
| * x86/sev-es: Setup per-CPU GHCBs for the runtime handlerTom Lendacky2020-09-091-0/+3