summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-07-30KVM: VMX: use higher-level allocator APIBrendan Jackman
2026-07-30perf/x86/intel: use higher-level allocator APIBrendan Jackman
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif
2026-07-30x86/kcfi: Optimize call sequencePeter Zijlstra
2026-07-30Merge branch 'mm-stable-6d098029de09' of https://git.kernel.org/pub/scm/linux...Mike Rapoport (Microsoft)
2026-07-29KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is activeSean Christopherson
2026-07-29x86/CPU/AMD: Carve out a Zen5 models rangePratik Vishwakarma
2026-07-29KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMUSean Christopherson
2026-07-29KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMUSean Christopherson
2026-07-28x86/boot: Add volatile, clobbers and zero-length test in memcmp()Mauricio Faria de Oliveira
2026-07-28KVM: nVMX: Use CLASS(kvm_vcpu_map_local_readonly) for MSR bitmap mergingSean Christopherson
2026-07-28KVM: nSVM: Use CLASS(kvm_vcpu_map_local) for SMM VMCB mappingsSean Christopherson
2026-07-28KVM: nSVM: Add CLASS()es for automagically handling local kvm_vcpu_map() usageSean Christopherson
2026-07-28KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-ExitSean Christopherson
2026-07-28platform/x86/amd/hsmp: Add IOCTL_GET_TELEMETRY_DATA for metric table readsMuralidhara M K
2026-07-28platform/x86/amd/hsmp: Source metric-table size from firmwareMuralidhara M K
2026-07-28platform/x86/amd/hsmp: Add HSMP messages for Family 1Ah, Model 50h-5FhMuralidhara M K
2026-07-28KVM: x86/mmu: Check all address spaces before skipping unsyncJinu Kim
2026-07-28KVM: x86/mmu: Check write tracking in all address spacesJinu Kim
2026-07-28KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUsWeiming Shi
2026-07-28KVM: VMX: add memory clobber to asm for VMX instructionsPaolo Bonzini
2026-07-28x86/runtime-const: Introduce runtime_const_mask_32()Peter Zijlstra
2026-07-27x86/cpu/transmeta: Rescan CPUID(0x1) after modifying capabilitiesAhmed S. Darwish
2026-07-27KVM: x86: Don't WARN if IRQ disappears when Xen emulation is enabled.Sean Christopherson
2026-07-27KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PICSean Christopherson
2026-07-27KVM: x86: Replace delivery mode TODO with WARN_ON_ONCETim Wiederhake
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson
2026-07-27KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate itSean Christopherson
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson
2026-07-27arch: hookup fchroot() system callChristian Brauner
2026-07-27Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linu...Bartosz Golaszewski
2026-07-26Merge tag 'x86-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-26x86/bugs: Make Safe-RET robust against interrupt injectionBorislav Petkov (AMD)
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
2026-07-24KVM: SVM: Always intercept ICEBP to workaround AMD ICEBP+TASK_SWITCH flawsDavid Woodhouse
2026-07-24x86/olpc: select GPIOLIB_LEGACYArnd Bergmann
2026-07-24KVM: nVMX: Service local TLB flushes on failed nested VM-EnterYosry Ahmed
2026-07-24KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hostsSean Christopherson
2026-07-23x86/topology: Add TOPO_CPU_TYPE_LOW_POWERVishal Badole
2026-07-23x86/topology: Name the AMD core-type valuesVishal Badole
2026-07-23x86/topo: Map vendor CPU types to generic Linux such typesBorislav Petkov (AMD)
2026-07-23x86/sev: Remove obsolete virtual address checkEric Biggers
2026-07-23x86/sev: Use new AES-GCM libraryEric Biggers
2026-07-23x86/purgatory: Return bool from verify_sha256_digest()Thorsten Blum
2026-07-23x86/mm: Re-enable preemption before flush_tlb_multi()Chuyi Zhou
2026-07-23x86/kvm: Disable preemption in kvm_flush_tlb_multi()Chuyi Zhou
2026-07-23x86/mm: Move flush_tlb_info back to the stackChuyi Zhou
2026-07-23x86/mm: Cap flush_tlb_info alignment at 64 bytesChuyi Zhou