aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar17-867/+816
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar5-272/+19
2025-05-13Merge branch 'x86/bugs' into x86/core, to merge dependent commitsIngo Molnar1-508/+675
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar6-22/+301
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar9-286/+203
2025-05-12x86/e820: temporarily enable KHO scratch for memory below 1MAlexander Graf1-0/+18
2025-05-12x86/kexec: add support for passing kexec handover (KHO) dataAlexander Graf2-0/+63
2025-05-12x86/setup: use memblock_reserve_kern for memory used by kernelMike Rapoport (Microsoft)1-8/+8
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao1-1/+1
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-39/+552
2025-05-11Merge tag 'ibti-hisory-for-linus-2025-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+9
2025-05-11Merge tag 'x86-urgent-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-32/+39
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-16/+129
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra2-3/+130
2025-05-09x86/ibt: Keep IBT disabled during alternative patchingPawan Gupta1-0/+8
2025-05-09x86/its: Add support for RSB stuffing mitigationPawan Gupta1-0/+19
2025-05-09x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta2-7/+23
2025-05-09x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-4/+136
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta4-5/+24
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta2-3/+48
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta1-12/+46
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-1/+1
2025-05-07x86: disable image size check for test buildsGuenter Roeck1-1/+9
2025-05-07ubsan: Remove regs from report_ubsan_failure()Mostafa Saleh1-1/+1
2025-05-06x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta1-3/+3
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon1-3/+6
2025-05-06Merge tag 'v6.15-rc4' into x86/asm, to pick up fixesIngo Molnar9-117/+114
2025-05-06x86/fpu: Drop @perm from guest pseudo FPU containerChao Gao1-5/+2
2025-05-06x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_permSean Christopherson1-7/+11
2025-05-06x86/cpu: Sanitize CPUID(0x80000000) outputAhmed S. Darwish1-8/+9
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar9-117/+114
2025-05-05x86/CPU/AMD: Print the reason for the last resetYazen Ghannam1-0/+54
2025-05-05x86/fpu: Restore fpu_thread_struct_whitelist() to fix CONFIG_HARDENED_USERCOPY=y crashKees Cook1-0/+14
2025-05-05x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)5-32/+39
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel5-0/+18
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel1-0/+12
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar1-2/+2
2025-05-04x86/fpu: Check TIF_NEED_FPU_LOAD instead of PF_KTHREAD|PF_USER_WORKER in fpu__drop()Oleg Nesterov1-2/+1
2025-05-04x86/fpu: Always use memcpy_and_pad() in arch_dup_task_struct()Oleg Nesterov1-5/+2
2025-05-04x86/fpu: Remove x86_init_fpuOleg Nesterov1-4/+0
2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov2-8/+2
2025-05-04Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixesIngo Molnar5-12/+31
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)6-11/+11
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)1-1/+1
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)3-4/+4
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)2-4/+4
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)1-6/+6
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)1-6/+6
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)34-1/+34
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar1-1/+1