summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang1-1/+1
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-1/+1
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann1-0/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-87/+0
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)1-2/+0
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)1-0/+2
2023-08-03x86/shstk: Add user control-protection fault handlerRick Edgecombe1-12/+0
2023-07-26x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov1-7/+11
2023-07-12x86/traps: Move control protection handler to separate fileRick Edgecombe1-75/+0
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan1-1/+1
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov1-3/+3
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2022-11-22Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-0/+7
2022-11-09x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko1-0/+7
2022-11-09x86: Fix misc small issuesJiapeng Chong1-2/+2
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner1-2/+2
2022-09-26x86: Add support for CONFIG_CFI_CLANGSami Tolvanen1-1/+3
2022-05-24Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+7
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan1-12/+7
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov1-1/+1
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov1-0/+86
2022-04-07x86/traps: Refactor exc_general_protection()Kirill A. Shutemov1-26/+31
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar1-0/+55
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra1-0/+75
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei1-0/+1
2022-02-15x86/traps: Demand-populate PASID MSR via #GPFenghua Yu1-0/+55
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+46
2021-11-02Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/g...Linus 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-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus 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