summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possibleSuravee Suthikulpanit2022-06-241-3/+18
* KVM: SVM: Introduce hybrid-AVIC modeSuravee Suthikulpanit2022-06-242-11/+11
* KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpuSuravee Suthikulpanit2022-06-241-1/+0
* KVM: SVM: Introduce logic to (de)activate x2AVIC modeSuravee Suthikulpanit2022-06-243-5/+53
* KVM: x86: nSVM: always intercept x2apic msrsMaxim Levitsky2022-06-242-0/+14
* KVM: SVM: Refresh AVIC configuration when changing APIC modeSuravee Suthikulpanit2022-06-243-0/+15
* KVM: SVM: Adding support for configuring x2APIC MSRs interceptionSuravee Suthikulpanit2022-06-242-2/+27
* KVM: SVM: Do not support updating APIC ID when in x2APIC modeSuravee Suthikulpanit2022-06-241-1/+10
* KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC IDSuravee Suthikulpanit2022-06-241-2/+8
* KVM: SVM: Update max number of vCPUs supported for x2AVIC modeSuravee Suthikulpanit2022-06-241-3/+5
* KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportSuravee Suthikulpanit2022-06-243-13/+56
* KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-2/+2
* Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"Sean Christopherson2022-06-201-1/+1
* Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...Sean Christopherson2022-06-201-10/+1
* KVM: x86: Move "apicv_active" into "struct kvm_lapic"Sean Christopherson2022-06-201-2/+3
* KVM: SVM: Drop unused AVIC / kvm_x86_ops declarationsSean Christopherson2022-06-201-4/+0
* KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()Lai Jiangshan2022-06-151-1/+1
* KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKINGSean Christopherson2022-06-151-10/+7
* KVM: SEV: fix misplaced closing parenthesisPaolo Bonzini2022-06-151-2/+2
* Merge branch 'kvm-5.20-early'Paolo Bonzini2022-06-094-105/+214
|\
| * KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmuLike Xu2022-06-081-1/+10
| * KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson2022-06-082-8/+9
| * KVM: x86/pmu: Drop amd_event_mapping[] in the KVM contextLike Xu2022-06-081-53/+3
| * KVM: x86/pmu: Use only the uniform interface reprogram_counter()Paolo Bonzini2022-06-081-1/+1
| * KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()Like Xu2022-06-081-2/+4
| * KVM: x86: always allow host-initiated writes to PMU MSRsPaolo Bonzini2022-06-081-1/+1
| * KVM: nSVM: Transparently handle L1 -> L2 NMI re-injectionMaciej S. Szmigiero2022-06-083-0/+20
| * KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepointSean Christopherson2022-06-081-2/+3
| * KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"Sean Christopherson2022-06-082-8/+22
| * KVM: SVM: Re-inject INT3/INTO instead of retrying the instructionSean Christopherson2022-06-083-43/+129
| * KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supportedSean Christopherson2022-06-081-1/+5
| * KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"Sean Christopherson2022-06-081-8/+15
| * KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0Maciej S. Szmigiero2022-06-081-2/+0
| * KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02Maciej S. Szmigiero2022-06-082-3/+20
| * Merge branch 'kvm-5.19-early-fixes' into HEADPaolo Bonzini2022-06-073-15/+23
| |\
* | | KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSEPaolo Bonzini2022-06-092-20/+23
* | | KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky2022-06-093-27/+8
* | | KVM: x86: SVM: fix avic_kick_target_vcpus_fastMaxim Levitsky2022-06-091-36/+69
* | | KVM: x86: SVM: remove avic's broken code that updated APIC IDMaxim Levitsky2022-06-091-35/+0
* | | KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseMaxim Levitsky2022-06-091-1/+3
* | | Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-093-17/+17
|\ \ \ | |/ /
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-266-185/+507
| |\ \
| * \ \ Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-233-17/+17
| |\ \ \
| | * | | KVM: SVM: Create a separate mapping for the SEV-ES save areaTom Lendacky2022-04-063-15/+15
| | * | | KVM: SVM: Define sev_features and VMPL field in the VMSABrijesh Singh2022-04-051-2/+2
* | | | | KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini2022-06-081-0/+2
| |_|_|/ |/| | |
* | | | KVM: SVM: fix tsc scaling cache logicMaxim Levitsky2022-06-073-15/+23
| |_|/ |/| |
* | | KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leakAshish Kalra2022-05-251-6/+6
* | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-251-4/+38
|\ \ \ | |/ /
| * | KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda2022-05-061-4/+38