summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2025-04-25x86/cpufeatures: Add "Allowed SEV Features" FeatureKishon Vijay Abraham I
2025-04-25KVM: SVM: Add a mutex to dump_vmcb() to prevent concurrent outputTom Lendacky
2025-04-25KVM: SVM: Include the vCPU ID when dumping a VMCBTom Lendacky
2025-04-25KVM: SVM: Add the type of VM for which the VMCB/VMSA is being dumpedTom Lendacky
2025-04-25KVM: SVM: Dump guest register state in dump_vmcb()Tom Lendacky
2025-04-25KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabledTom Lendacky
2025-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-04-25perf/x86: Optimize the is_x86_eventKan Liang
2025-04-25perf/x86/intel: Check the X86 leader for ACR groupKan Liang
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra
2025-04-25perf/x86/intel/ds: Fix counter backwards of non-precise events counters-snaps...Kan Liang