summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-56/+145
|\
| * Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-28/+125
| |\
| | * KVM: nSVM: Implement support for nested VNMISantosh Shukla2023-03-221-0/+5
| | * KVM: x86: Add support for SVM's Virtual NMISantosh Shukla2023-03-221-21/+93
| | * KVM: SVM: add wrappers to enable/disable IRET interceptionMaxim Levitsky2023-03-221-9/+19
| | * KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0Santosh Shukla2023-03-221-0/+10
| * | Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-1/+1
| |\ \
| | * | KVM: x86: Add macros to track first...last VMX feature MSRsSean Christopherson2023-04-061-1/+1
| | |/
| * | Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-4/+2
| |\ \
| | * | KVM: SVM: Use kvm_is_cr4_bit_set() to query SMAP/SMEP in "can emulate"Binbin Wu2023-03-221-4/+2
| | * | KVM: x86: Use boolean return value for is_{pae,pse,paging}()Binbin Wu2023-03-221-1/+1
| | * | KVM: SVM: Fix benign "bool vs. int" comparison in svm_set_cr0()Sean Christopherson2023-03-221-1/+1
| | |/
| * | KVM: SVM: Return the local "r" variable from svm_set_msr()Sean Christopherson2023-04-061-5/+5
| * | KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMDSean Christopherson2023-04-061-0/+5
| * | KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common codeSean Christopherson2023-04-061-14/+0
| * | KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUIDSean Christopherson2023-04-061-1/+4
| * | KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enablingSean Christopherson2023-04-061-30/+13
| |/
| * kvm: svm: Add IA32_FLUSH_CMD guest supportEmanuele Giuseppe Esposito2023-03-161-13/+30
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-0/+4
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-0/+4
| |/
* | KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski2023-03-271-3/+34
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-56/+75
|\
| * Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-14/+15
| |\
| | * KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"Maxim Levitsky2023-01-311-9/+13
| | * KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()Like Xu2023-01-241-1/+1
| | * KVM: SVM: remove redundant ret variablezhang songyi2023-01-241-5/+2
| * | KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrsSean Christopherson2023-01-261-3/+2
| |/
| * Merge branch 'kvm-lapic-fix-and-cleanup' into HEADPaolo Bonzini2023-01-241-3/+5
| |\
| | * KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson2023-01-131-1/+1
| | * KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" booleanSean Christopherson2023-01-131-2/+2
| | * KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabledSean Christopherson2023-01-131-0/+2
| | * KVM: SVM: Don't put/load AVIC when setting virtual APIC modeSean Christopherson2023-01-131-1/+1
| * | KVM: x86: Do compatibility checks when onlining CPUChao Gao2022-12-291-5/+3
| * | KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)Sean Christopherson2022-12-291-2/+3
| * | KVM: SVM: Check for SVM support in CPU compatibility checksSean Christopherson2022-12-291-5/+8
| * | KVM: x86: Do VMX/SVM support checks directly in vendor codeSean Christopherson2022-12-291-21/+17
| * | KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-5/+5
| * | KVM: x86: Use KBUILD_MODNAME to specify vendor module nameSean Christopherson2022-12-291-1/+1
| * | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-2/+2
| * | KVM: x86: Do CPU compatibility checks in x86 codeSean Christopherson2022-12-291-1/+1
| * | KVM: x86: Move guts of kvm_arch_init() to standalone helperSean Christopherson2022-12-291-2/+21
* | | KVM: x86: Propagate the AMD Automatic IBRS feature to the guestKim Phillips2023-01-251-0/+3
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-20/+43
|\ \ | |/
| * KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson2022-11-301-2/+8
| * KVM: x86: hyper-v: Introduce TLB flush fifoVitaly Kuznetsov2022-11-181-1/+1
| * KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flagVitaly Kuznetsov2022-11-181-0/+7
| * Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-171-15/+1
| |\
| * | KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capableMaxim Levitsky2022-11-091-0/+8
| * | KVM: x86: SVM: use smram structsMaxim Levitsky2022-11-091-14/+7
| * | KVM: svm: drop explicit return value of kvm_vcpu_mapMaxim Levitsky2022-11-091-4/+3