summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02x86/msr: Move the EAX_EDX_*() methods from <asm/msr.h> to <asm/asm.h>Ingo Molnar
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar
2025-05-02x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET...Ingo Molnar
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams
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-30perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value.Sean Christopherson
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-29KVM: x86: Unify cross-vCPU IBPBSean Christopherson
2025-04-29KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUsYosry Ahmed
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/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variablesPeng Hao
2025-04-28KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload()Yan Zhao
2025-04-28KVM: x86/mmu: Warn if PFN changes on shadow-present SPTE in shadow MMUYan Zhao
2025-04-28KVM: x86/tdp_mmu: WARN if PFN changes for spurious faultsYan Zhao
2025-04-28KVM: x86/tdp_mmu: Merge prefetch and access checks for spurious faultsYan Zhao
2025-04-28KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch faultYan Zhao
2025-04-28KVM: VMX: Flush shadow VMCS on emergency rebootChao Gao
2025-04-28KVM: SVM: Treat DEBUGCTL[5:2] as reservedSean Christopherson
2025-04-28x86/bugs: Allow retbleed=stuff only on IntelDavid Kaplan
2025-04-28x86/bugs: Restructure spectre_v1 mitigationDavid Kaplan
2025-04-28x86/crc: drop "glue" from filenamesEric Biggers
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers
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-28crypto: x86/polyval - Use API partial block handlingHerbert Xu
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: x86 - move library functions to arch/x86/lib/crypto/Eric Biggers
2025-04-28crypto: x86 - drop redundant dependencies on X86Eric Biggers
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-26Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-26Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-26platform/x86/amd/pmc: Use FCH_PM_BASE definitionMario Limonciello
2025-04-26i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fc...Mario Limonciello
2025-04-25KVM: SVM: avoid frequency indirect callsPeng Hao
2025-04-25KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB FieldKim Phillips