summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
22 hoursKVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed
22 hoursKVM: x86: Ensure runtime reads of disabled_quirks are resolved onceSean Christopherson
22 hoursKVM: x86: Serialize writes to disabled_quirks using kvm->lockSean Christopherson
22 hoursKVM: x86: hyper-v: Clamp stimer deadline to avoid livelockCarlos López
22 hoursKVM: x86/mmu: Consume the locked rmap value in the lockless rmap walkPhil Rosenthal
22 hoursKVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMUSean Christopherson
22 hoursKVM: nVM: Ensure INVVPID is emulated on the correct physical CPUYosry Ahmed
22 hoursKVM: nVMX: Service local TLB flushes on failed nested VM-EnterYosry Ahmed
22 hoursKVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-ExitSean Christopherson
22 hoursKVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02Sean Christopherson
22 hoursKVM: nVMX: Always flush vpid02 on first useYosry Ahmed
22 hoursperf/x86/intel: Remove anythread_deprecated bit from perf_capabilitiesDapeng Mi
22 hoursperf/x86/intel: Fix kernel address leakages in LBR stackDapeng Mi
22 hoursKVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson
22 hoursKVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslotSean Christopherson
22 hoursKVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halvesSean Christopherson
22 hoursKVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()Sean Christopherson
5 daysbpf, x86: Fix per-CPU address resolution into an extended registerVineet Gupta
5 daysx86/tdx: Fix zero-extension for 32-bit port I/OKiryl Shutsemau (Meta)
5 daysx86/tdx: Fix off-by-one in port I/O handlingKiryl Shutsemau (Meta)
5 daysx86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()Kiryl Shutsemau (Meta)
5 daysx86/locking: Use sfence for wmb() if SSE is availableYao Zi
10 daysKVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=ySean Christopherson
10 daysKVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusableSean Christopherson
10 daysKVM: SEV: Extract loading of guest-provided VMSA to a separate helperSean Christopherson
10 daysKVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guestsSean Christopherson
10 daysKVM: SEV: Drop FOLL_WRITE for encrypted region registrationPankaj Gupta
10 daysKVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hostsSean Christopherson
2026-08-10x86/CPU: Add a tlbi= cmdline switchRik van Riel
2026-08-08Merge tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-08-07KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow pageSean Christopherson
2026-08-06KVM: SVM: Serialize accesses to the owner and mirror list with separate lockPaolo Bonzini
2026-08-06KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabledPaolo Bonzini
2026-08-05Merge tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-04x86/mce: Set up the polling timer before CMCI discoveryBreno Leitao
2026-08-02Merge tag 'x86-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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-28x86/boot: Add volatile, clobbers and zero-length test in memcmp()Mauricio Faria de Oliveira
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-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-23x86/boot/compressed: Disable jump tablesNathan Chancellor
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-21KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal