summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
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
2025-04-18x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak
2025-04-18x86/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak
2025-04-18uprobes/x86: Add support to emulate NOP instructionsJiri Olsa
2025-04-16x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clearPawan Gupta
2025-04-16x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()Chang S. Bae
2025-04-16x86/fpu: Remove export of mxcsr_feature_maskChang S. Bae
2025-04-16x86/pkeys: Simplify PKRU update in signal frameChang S. Bae
2025-04-16x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVEChang S. Bae
2025-04-16x86/fpu: Log XSAVE disablement consistentlyChang S. Bae
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae
2025-04-16x86/fpu/apx: Disallow conflicting MPX presenceChang S. Bae
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae