index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
2021-07-27
KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deact...
Maxim Levitsky
2021-07-27
KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized
Paolo Bonzini
2021-07-26
KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...
Vitaly Kuznetsov
2021-07-26
KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
Vitaly Kuznetsov
2021-07-15
KVM: nSVM: Restore nested control upon leaving SMM
Vitaly Kuznetsov
2021-07-15
KVM: nSVM: Fix L1 state corruption upon return from SMM
Vitaly Kuznetsov
2021-07-15
KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA
Vitaly Kuznetsov
2021-07-15
KVM: SVM: add module param to control the #SMI interception
Maxim Levitsky
2021-07-15
KVM: SVM: remove INIT intercept handler
Maxim Levitsky
2021-07-15
KVM: SVM: #SMI interception must not skip the instruction
Maxim Levitsky
2021-07-14
KVM: SVM: Revert clearing of C-bit on GPA in #NPF handler
Sean Christopherson
2021-06-24
KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCB
Jim Mattson
2021-06-23
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-06-18
KVM: SVM: Refuse to load kvm_amd if NX support is not available
Sean Christopherson
2021-06-17
KVM: x86: introduce kvm_register_clear_available
Maxim Levitsky
2021-06-17
KVM: SVM: hyper-v: Direct Virtual Flush support
Vineeth Pillai
2021-06-17
KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
Vineeth Pillai
2021-06-17
KVM: SVM: hyper-v: Remote TLB flush for SVM
Vineeth Pillai
2021-06-17
KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...
Krish Sadhukhan
2021-06-17
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
2021-06-17
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
2021-06-17
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
2021-06-17
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
2021-05-24
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2021-05-16
Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-10
x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
Brijesh Singh
2021-05-07
KVM: SVM: Move GHCB unmapping to fix RCU warning
Tom Lendacky
2021-05-07
KVM: x86: Prevent KVM SVM from loading on kernels with 5-level paging
Sean Christopherson
2021-05-07
KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model
Sean Christopherson
2021-05-07
KVM: x86: Move uret MSR slot management to common x86
Sean Christopherson
2021-05-07
KVM: x86: Add support for RDPID without RDTSCP
Sean Christopherson
2021-05-07
KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in host
Sean Christopherson
2021-05-07
KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest
Sean Christopherson
2021-05-05
KVM: x86: Consolidate guest enter/exit logic to common helpers
Sean Christopherson
2021-05-05
KVM: x86: Defer vtime accounting 'til after IRQ handling
Wanpeng Li
2021-05-03
KVM: nSVM: fix few bugs in the vmcb02 caching logic
Maxim Levitsky
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-26
KVM: SVM: Move SEV VMCB tracking allocation to sev.c
Sean Christopherson
2021-04-26
KVM: SVM: Unconditionally invoke sev_hardware_teardown()
Sean Christopherson
2021-04-26
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
Paolo Bonzini
2021-04-26
KVM: SVM: Move SEV module params/variables to sev.c
Sean Christopherson
2021-04-26
KVM: SVM: Disable SEV/SEV-ES if NPT is disabled
Sean Christopherson
2021-04-26
KVM: SVM: Zero out the VMCB array used to track SEV ASID association
Sean Christopherson
2021-04-26
KVM: x86: Rename GPR accessors to make mode-aware variants the defaults
Sean Christopherson
2021-04-26
KVM: SVM: Use default rAX size for INVLPGA emulation
Sean Christopherson
2021-04-26
KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
Sean Christopherson
[next]