aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-5/+6
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar1-1/+1
2025-05-07ubsan: Remove regs from report_ubsan_failure()Mostafa Saleh1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar1-1/+1
2025-04-11x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-2/+2
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+107
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf1-1/+17
2025-02-26x86/traps: Decode LOCK Jcc.d8 as #UDPeter Zijlstra1-3/+23
2025-02-26x86/traps: Allow custom fixups in handle_bug()Peter Zijlstra1-3/+13
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra1-3/+17
2025-02-14x86/traps: Cleanup and robustify decode_bug()Peter Zijlstra1-22/+60
2024-10-28x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov1-6/+6
2024-09-17Merge tag 'x86-fred-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+1
2024-08-13x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)1-1/+1
2024-08-13x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()Xin Li (Intel)1-26/+0
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse1-5/+54
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the branchIngo Molnar1-2/+3
2024-01-31x86/fred: Invoke FRED initialization code to enable FREDH. Peter Anvin (Intel)1-1/+4
2024-01-31x86/fred: Add a debug fault entry stub for FREDH. Peter Anvin (Intel)1-5/+38
2024-01-30x86/fred: Add a fred= cmdline paramXin Li1-0/+26
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus 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-12-11x86/traps: Use current_top_of_stack() helper in traps.cUros Bizjak1-2/+2
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/kernel/git/tip/tipLinus 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-02x86/shstk: Add user control-protection fault handlerRick Edgecombe1-12/+0
2023-07-25x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov1-7/+11
2023-07-11x86/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/git/joro/iommuLinus 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-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-0/+7
2022-11-08x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko1-0/+7
2022-11-08x86: 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-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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