index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
2025-06-20
KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
Sean Christopherson
2025-06-20
KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
Sean Christopherson
2025-06-20
KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
Sean Christopherson
2025-06-20
KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
Sean Christopherson
2025-06-20
iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
Sean Christopherson
2025-06-20
KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
Sean Christopherson
2025-06-20
KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
Sean Christopherson
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
2025-06-20
KVM: SVM: Allow SNP guest policy to specify SINGLE_SOCKET
Tom Lendacky
2025-06-20
KVM: SVM: Allow SNP guest policy disallow running with SMT enabled
Tom Lendacky
2025-06-20
KVM: x86: Simplify userspace filter logic when disabling MSR interception
Sean Christopherson
2025-06-20
KVM: SVM: Add a helper to allocate and initialize permissions bitmaps
Sean Christopherson
2025-06-20
KVM: nSVM: Merge MSRPM in 64-bit chunks on 64-bit kernels
Sean Christopherson
2025-06-20
KVM: SVM: Return -EINVAL instead of MSR_INVALID to signal out-of-range MSR
Sean Christopherson
2025-06-20
KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps
Sean Christopherson
2025-06-20
KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
Sean Christopherson
2025-06-20
KVM: SVM: Move svm_msrpm_offset() to nested.c
Sean Christopherson
2025-06-20
KVM: SVM: Drop explicit check on MSRPM offset when emulating SEV-ES accesses
Sean Christopherson
2025-06-20
KVM: SVM: Merge "after set CPUID" intercept recalc helpers
Sean Christopherson
2025-06-20
KVM: SVM: Fold svm_vcpu_init_msrpm() into its sole caller
Sean Christopherson
2025-06-20
KVM: SVM: Rename init_vmcb_after_set_cpuid() to make it intercepts specific
Sean Christopherson
2025-06-20
KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
Sean Christopherson
2025-06-20
KVM: SVM: Manually recalc all MSR intercepts on userspace MSR filter change
Sean Christopherson
2025-06-20
KVM: x86: Move definition of X2APIC_MSR() to lapic.h
Sean Christopherson
2025-06-20
KVM: SVM: Drop "always" flag from list of possible passthrough MSRs
Sean Christopherson
2025-06-20
KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES guest
Sean Christopherson
2025-06-20
KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
Sean Christopherson
2025-06-20
KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
Sean Christopherson
2025-06-20
KVM: nSVM: Don't initialize vmcb02 MSRPM with vmcb01's "always passthrough"
Sean Christopherson
2025-06-20
KVM: nSVM: Omit SEV-ES specific passthrough MSRs from L0+L1 bitmap merge
Sean Christopherson
2025-06-20
KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
Sean Christopherson
2025-06-20
KVM: SVM: Clean up macros related to architectural MSRPM definitions
Sean Christopherson
2025-06-20
KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
Sean Christopherson
2025-06-20
KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts
Sean Christopherson
2025-06-20
KVM: SVM: Kill the VM instead of the host if MSR interception is buggy
Sean Christopherson
2025-06-20
KVM: SVM: Use ARRAY_SIZE() to iterate over direct_access_msrs
Sean Christopherson
2025-06-20
KVM: SVM: Tag MSR bitmap initialization helpers with __init
Sean Christopherson
2025-06-20
KVM: SVM: Don't BUG if setting up the MSR intercept bitmaps fails
Sean Christopherson
2025-06-20
KVM: SVM: Allocate IOPM pages after initial setup in svm_hardware_setup()
Sean Christopherson
2025-06-20
KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists for the guest
Sean Christopherson
2025-06-20
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
2025-06-20
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
2025-06-17
x86/bugs: Add a Transient Scheduler Attacks mitigation
Borislav Petkov (AMD)
2025-06-11
KVM: SEV: Disable SEV-SNP support on initialization failure
Ashish Kalra
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-28
Merge branch 'kvm-lockdep-common' into HEAD
Paolo Bonzini
2025-05-27
x86: KVM: SVM: use kvm_lock_all_vcpus instead of a custom implementation
Maxim Levitsky
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-05-27
Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
[prev]
[next]