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
2023-07-01
Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-06-06
KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
Like Xu
2023-06-06
KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met
Like Xu
2023-06-06
KVM: x86: Clean up: remove redundant bool conversions
Michal Luczaj
2023-06-02
KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-Exits
Sean Christopherson
2023-06-02
KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
Maciej S. Szmigiero
2023-06-01
KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()
Sean Christopherson
2023-06-01
KVM: SVM: Use kvm_pat_valid() directly instead of kvm_mtrr_valid()
Ke Guo
2023-06-01
KVM: SVM: Remove TSS reloading code after VMEXIT
Mingwei Zhang
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-26
Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-06
KVM: x86: Add macros to track first...last VMX feature MSRs
Sean Christopherson
2023-04-06
KVM: SVM: Return the local "r" variable from svm_set_msr()
Sean Christopherson
2023-04-06
KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
Sean Christopherson
2023-04-06
KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
Sean Christopherson
2023-04-06
KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
Sean Christopherson
2023-04-06
KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
Sean Christopherson
2023-03-27
KVM: SVM: Flush Hyper-V TLB when required
Jeremi Piotrowski
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
2023-03-22
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
2023-03-22
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
2023-03-22
KVM: SVM: add wrappers to enable/disable IRET interception
Maxim Levitsky
2023-03-22
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
2023-03-22
KVM: SVM: Use kvm_is_cr4_bit_set() to query SMAP/SMEP in "can emulate"
Binbin Wu
2023-03-22
KVM: x86: Use boolean return value for is_{pae,pse,paging}()
Binbin Wu
2023-03-22
KVM: SVM: Fix benign "bool vs. int" comparison in svm_set_cr0()
Sean Christopherson
2023-03-16
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-15
Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-01-31
KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"
Maxim Levitsky
2023-01-26
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
2023-01-25
KVM: x86: Propagate the AMD Automatic IBRS feature to the guest
Kim Phillips
2023-01-24
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
2023-01-24
KVM: SVM: remove redundant ret variable
zhang songyi
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
2023-01-13
KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
Sean Christopherson
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
2023-01-13
KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
Sean Christopherson
2022-12-29
KVM: x86: Do compatibility checks when onlining CPU
Chao Gao
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
2022-12-29
KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
2022-12-29
KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
[next]