summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-05-05x86/fpu: Restore fpu_thread_struct_whitelist() to fix CONFIG_HARDENED_USERCOP...Kees Cook
2025-05-05x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar
2025-05-04x86/fpu: Check TIF_NEED_FPU_LOAD instead of PF_KTHREAD|PF_USER_WORKER in fpu_...Oleg Nesterov
2025-05-04x86/fpu: Always use memcpy_and_pad() in arch_dup_task_struct()Oleg Nesterov
2025-05-04x86/fpu: Remove x86_init_fpuOleg Nesterov
2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov
2025-05-04Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixesIngo Molnar
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
2025-04-30x86/CPU/AMD: Replace strcpy() with strscpy()Ruben Wauters
2025-04-30x86/microcode/AMD: Do not return error when microcode update is not necessaryAnnie Li
2025-04-30x86/bugs: Restructure SRSO mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure L1TF mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure SSB mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure spectre_v2 mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure BHI mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure spectre_v2_user mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure retbleed mitigationDavid Kaplan
2025-04-28x86/sgx: Use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-04-28x86/microcode/AMD: Use sha256() instead of init/update/finalEric Biggers
2025-04-28x86/bugs: Allow retbleed=stuff only on IntelDavid Kaplan
2025-04-28x86/bugs: Restructure spectre_v1 mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure GDS mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure SRBDS mitigationDavid Kaplan
2025-04-28x86/bugs: Remove md_clear_*_mitigation()David Kaplan
2025-04-28x86/bugs: Restructure RFDS mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure MMIO mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure TAA mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure MDS mitigationDavid Kaplan
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra
2025-04-24x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIsSean Christopherson
2025-04-24x86/irq: KVM: Track PIR bitmap as an "unsigned long" arraySean Christopherson
2025-04-24x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)Sean Christopherson
2025-04-24x86/irq: Ensure initial PIR loads are performed exactly onceSean Christopherson
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...Ingo Molnar
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen
2025-04-22Merge branch 'x86/cpu' into x86/microcode, to pick up dependent commitsIngo Molnar
2025-04-19x86/e820: Discard high memory that can't be addressed by 32-bit systemsMike Rapoport (Microsoft)
2025-04-18Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds