index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-12-08
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Dongli Zhang
2025-12-08
KVM: VMX: Update SVI during runtime APICv activation
Dongli Zhang
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
2025-11-19
KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpath
Sean Christopherson
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
2025-11-18
KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=n
Sean Christopherson
2025-11-18
KVM: VMX: Bundle all L1 data cache flush mitigation code together
Sean Christopherson
2025-11-18
KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
Sean Christopherson
2025-11-18
x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
Sean Christopherson
2025-11-18
x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
Pawan Gupta
2025-11-18
KVM: VMX: Use on-stack copy of @flags in __vmx_vcpu_run()
Sean Christopherson
2025-11-13
KVM: TDX: Use struct_size to simplify tdx_get_capabilities()
Sean Christopherson
2025-11-13
KVM: TDX: Check size of user's kvm_tdx_capabilities array before allocating
Thorsten Blum
2025-11-13
KVM: TDX: Fix sparse warnings from using 0 for NULL
Dave Hansen
2025-11-13
KVM: TDX: Remove __user annotation from kernel pointer
Dave Hansen
2025-11-13
KVM: TDX: Take MMU lock around tdh_vp_init()
Rick Edgecombe
2025-11-11
KVM: VMX: Make loaded_vmcs_clear() static in vmx.c
Sean Christopherson
2025-11-07
KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...
Sean Christopherson
2025-11-06
KVM: VMX: Ensure guest's SPEC_CTRL[63:32] is loaded on VM-Enter
Uros Bizjak
2025-11-06
KVM: VMX: Fix check for valid GVA on an EPT violation
Sukrit Bhatnagar
2025-11-05
KVM: TDX: Fix list_add corruption during vcpu_load()
Yan Zhao
2025-11-05
KVM: TDX: Bug the VM if extending the initial measurement fails
Sean Christopherson
2025-11-05
KVM: TDX: Guard VM state transitions with "all" the locks
Sean Christopherson
2025-11-05
KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
Sean Christopherson
2025-11-05
KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Sean Christopherson
2025-11-05
KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
2025-11-05
KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
Sean Christopherson
2025-11-05
KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
Sean Christopherson
2025-11-05
KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
Sean Christopherson
2025-11-05
KVM: TDX: Derive error argument names from the local variable names
Sean Christopherson
2025-11-05
KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Sean Christopherson
2025-11-05
KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
2025-11-05
KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
Sean Christopherson
2025-11-05
KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
Sean Christopherson
2025-11-05
KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
Sean Christopherson
2025-11-05
KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
Sean Christopherson
2025-11-05
KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
2025-11-05
KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
2025-11-05
KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
2025-11-05
KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
Sean Christopherson
2025-11-05
KVM: TDX: Drop superfluous page pinning in S-EPT management
Yan Zhao
2025-11-05
KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
2025-11-05
KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
Sean Christopherson
2025-11-04
KVM: x86: Add a helper to dedup reporting of unhandled VM-Exits
Sean Christopherson
2025-10-20
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
Sean Christopherson
2025-10-17
KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...
Sean Christopherson
[next]