index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
5 days
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5 days
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
2025-07-09
KVM: x86: Replace growing set of *_in_guest bools with a u64
Jim Mattson
2025-06-24
KVM: x86: Deduplicate MSR interception enabling and disabling
Chao Gao
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
2025-06-23
KVM: SVM: WARN if ir_list is non-empty at vCPU free
Sean Christopherson
2025-06-20
KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
Maxim Levitsky
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: 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: 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-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-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
2025-05-26
Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2025-05-19
KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
Manali Shukla
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-08
KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
Sean Christopherson
2025-05-02
x86/msr: Change the function type of native_read_msr_safe()
Xin Li (Intel)
2025-05-02
x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()
Xin Li (Intel)
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-29
KVM: x86: Unify cross-vCPU IBPB
Sean Christopherson
2025-04-29
KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUs
Yosry Ahmed
2025-04-28
KVM: SVM: Treat DEBUGCTL[5:2] as reserved
Sean Christopherson
[next]