summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-258-288/+300
|\
| * KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap2023-02-221-2/+2
| * Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-155-23/+44
| |\
| | * KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()Peter Gonda2023-02-071-2/+2
| | * KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"Maxim Levitsky2023-01-312-9/+31
| | * KVM: x86: Move HF_GIF_MASK into "struct vcpu_svm" as "guest_gif"Maxim Levitsky2023-01-311-3/+6
| | * KVM: nSVM: Don't sync tlb_ctl back to vmcb12 on nested VM-ExitMaxim Levitsky2023-01-311-1/+0
| | * KVM: SVM: Account scratch allocations used to decrypt SEV guest memoryAnish Ghulati2023-01-241-1/+1
| | * KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()Like Xu2023-01-243-3/+3
| | * 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
| * | KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal maxSean Christopherson2023-01-261-0/+1
| * | KVM: x86/pmu: Correct the mask used in a pmu event filter lookupAaron Lewis2023-01-241-0/+1
| |/
| * Merge branch 'kvm-lapic-fix-and-cleanup' into HEADPaolo Bonzini2023-01-244-219/+188
| |\
| | * KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson2023-01-133-21/+16
| | * Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a runni...Sean Christopherson2023-01-131-0/+1
| | * KVM: SVM: Ignore writes to Remote Read Data on AVIC write trapsSean Christopherson2023-01-131-0/+3
| | * KVM: SVM: Handle multiple logical targets in AVIC kick fastpathSean Christopherson2023-01-131-48/+62
| | * KVM: SVM: Require logical ID to be power-of-2 for AVIC entrySean Christopherson2023-01-131-15/+15
| | * KVM: SVM: Update svm->ldr_reg cache even if LDR is "bad"Sean Christopherson2023-01-131-10/+4
| | * KVM: SVM: Always update local APIC on writes to logical dest registerSean Christopherson2023-01-131-7/+4
| | * KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical modeSean Christopherson2023-01-131-1/+2
| | * KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabledSean Christopherson2023-01-131-0/+1
| | * KVM: SVM: Add helper to perform final AVIC "kick" of single vCPUSean Christopherson2023-01-131-12/+13
| | * KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatchSean Christopherson2023-01-131-3/+7
| | * Revert "KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible"Sean Christopherson2023-01-131-18/+11
| | * KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fastSuravee Suthikulpanit2023-01-131-1/+1
| | * KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kickSean Christopherson2023-01-131-7/+1
| | * KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" booleanSean Christopherson2023-01-133-35/+24
| | * KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabledSean Christopherson2023-01-133-7/+9
| | * KVM: x86: Move APIC access page helper to common x86 codeSean Christopherson2023-01-131-34/+7
| | * KVM: SVM: Don't put/load AVIC when setting virtual APIC modeSean Christopherson2023-01-133-18/+17
| | * KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid targetSean Christopherson2023-01-131-7/+9
| | * KVM: SVM: Flush the "current" TLB when activating AVICSean Christopherson2023-01-131-0/+6
| * | Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini2023-01-241-7/+5
| |\ \
| * | | 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-297-9/+13
| * | | 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
* | | | Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: x86: Propagate the AMD Automatic IBRS feature to the guestKim Phillips2023-01-251-0/+3
| |/ /
* / / KVM: nSVM: clarify recalc_intercepts() wrt CR8Paolo Bonzini2023-01-091-7/+5
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-159-71/+160
|\|
| * KVM: SVM: Replace kmap_atomic() with kmap_local_page()Zhao Liu2022-11-301-2/+2
| * KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson2022-11-301-2/+8