summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)Author
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-02x86/shstk: Add user control-protection fault handlerRick Edgecombe
2023-07-25x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov
2023-07-11x86/traps: Move control protection handler to separate fileRick Edgecombe
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar
2022-11-08x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko
2022-11-08x86: Fix misc small issuesJiapeng Chong
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner
2022-09-26x86: Add support for CONFIG_CFI_CLANGSami Tolvanen
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov
2022-04-07x86/traps: Refactor exc_general_protection()Kirill A. Shutemov
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei
2022-02-15x86/traps: Demand-populate PASID MSR via #GPFenghua Yu
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae
2021-10-21x86/sev: Fix stack type check in vc_switch_off_ist()Joerg Roedel
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-15x86/traps: Convert to insn_decode()Borislav Petkov
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-18x86/traps: Attempt to fixup exceptions in vDSO before signalingSean Christopherson
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner