summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska
2025-02-17perf/amd/ibs: Update DTLB/PageSize decode logicRavi Bangoria
2025-02-17perf/amd/ibs: Add support for OP Load Latency FilteringRavi Bangoria
2025-02-17x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-16Merge tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-15Merge tag 'uml-for-linus-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-14Merge tag 'kvm-x86-fixes-6.14-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra
2025-02-14KVM: SVM: Ensure PSP module is initialized if KVM module is built-inSean Christopherson
2025-02-14Merge tag 'for-linus-6.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-14KVM: x86/mmu: Walk rmaps (shadow MMU) without holding mmu_lock when aging gfnsSean Christopherson
2025-02-14KVM: x86/mmu: Add support for lockless walks of rmap SPTEsSean Christopherson
2025-02-14KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lockSean Christopherson
2025-02-14KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lockSean Christopherson
2025-02-14KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0James Houghton
2025-02-14KVM: x86/mmu: Skip shadow MMU test_young if TDP MMU reports page as youngJames Houghton
2025-02-14KVM: x86/mmu: Age TDP MMU SPTEs without holding mmu_lockSean Christopherson
2025-02-14KVM: x86/mmu: Always update A/D-disabled SPTEs atomicallySean Christopherson
2025-02-14KVM: x86/mmu: Don't force atomic update if only the Accessed bit is volatileJames Houghton
2025-02-14KVM: x86/mmu: Factor out spte atomic bit clearing routineJames Houghton
2025-02-14x86/ibt: Handle FineIBT in handle_cfi_failure()Peter Zijlstra
2025-02-14x86/early_printk: Harden early_serialPeter Zijlstra
2025-02-14x86/ibt: Clean up poison_endbr()Peter Zijlstra
2025-02-14x86/traps: Cleanup and robustify decode_bug()Peter Zijlstra
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra
2025-02-14x86/boot: Mark start_secondary() with __noendbrPeter Zijlstra
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra
2025-02-14x86,kcfi: Fix EXPORT_SYMBOL vs kCFIPeter Zijlstra
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra
2025-02-14Merge branch 'x86/mm'Peter Zijlstra
2025-02-14x86/events/amd/iommu: Increase IOMMU_NAME_SIZEAndy Shevchenko
2025-02-13hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hvNuno Das Neves
2025-02-13hyperv: Move hv_current_partition_id to arch-generic codeNuno Das Neves
2025-02-13x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross
2025-02-12um: properly align signal stack on x86_64Benjamin Berg
2025-02-12um: add back support for FXSAVE registersBenjamin Berg
2025-02-12x86/crc32: improve crc32c_arch() code generation with clangEric Biggers
2025-02-12KVM: SEV: Use long-term pin when registering encrypted memory regionsGe Yang
2025-02-12KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()Sean Christopherson
2025-02-12KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)Sean Christopherson
2025-02-12KVM: x86: Remove per-vCPU "cache" of its reference pvclockSean Christopherson
2025-02-12KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()Sean Christopherson