summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-013-35/+13
|\
| * KVM: SVM: WARN, but continue, if misc_cg_set_capacity() failsSean Christopherson2023-06-131-6/+2
| * KVM: SVM: enhance info printk's in SEV initAlexander Mikhalitsyn2023-06-061-2/+9
| * KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-ExitsSean Christopherson2023-06-021-2/+2
| * KVM: SVM: Remove TSS reloading code after VMEXITMingwei Zhang2023-06-012-25/+0
* | Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-012-22/+65
|\ \
| * | KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022Like Xu2023-06-061-0/+4
| * | KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu2023-06-061-10/+45
| * | KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capLike Xu2023-06-061-0/+3
| * | KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is metLike Xu2023-06-061-3/+12
| * | KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metLike Xu2023-06-061-0/+1
| * | KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu2023-06-061-9/+0
| |/
* | Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-4/+5
|\ \
| * | KVM: x86: Clean up: remove redundant bool conversionsMichal Luczaj2023-06-061-1/+1
| * | KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()Sean Christopherson2023-06-011-3/+4
| * | KVM: SVM: Use kvm_pat_valid() directly instead of kvm_mtrr_valid()Ke Guo2023-06-011-1/+1
| |/
* / KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASKMaciej S. Szmigiero2023-06-021-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-015-76/+252
|\
| * Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-263-44/+229
| |\
| | * KVM: nSVM: Implement support for nested VNMISantosh Shukla2023-03-223-0/+45
| | * KVM: x86: Add support for SVM's Virtual NMISantosh Shukla2023-03-222-21/+115
| | * KVM: SVM: add wrappers to enable/disable IRET interceptionMaxim Levitsky2023-03-221-9/+19
| | * KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQsMaxim Levitsky2023-03-221-0/+22
| | * KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0Santosh Shukla2023-03-222-5/+20
| | * KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...Santosh Shukla2023-03-221-11/+10
| * | Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-262-2/+2
| |\ \
| | * | KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()Like Xu2023-04-071-1/+1
| | * | KVM: x86: Add macros to track first...last VMX feature MSRsSean Christopherson2023-04-061-1/+1
| | |/
| * | Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-3/+2
| |\ \
| | * | KVM: x86: Rename Hyper-V remote TLB hooks to match established schemeSean Christopherson2023-04-101-3/+2
| | |/
| * | 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
| |/
* | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-261-0/+1
|\ \
| * | crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello2023-03-171-0/+1
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-241-12/+14
|\ \ \
| * | | SVM-SEV: convert the rest of fget() uses to fdget() in thereAl Viro2023-04-201-12/+14
| |/ /
* | / KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski2023-03-272-3/+49
| |/ |/|
* | KVM: SVM: WARN if GATag generation drops VM or vCPU ID informationSean Christopherson2023-03-141-3/+12
* | KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUsSuravee Suthikulpanit2023-03-141-8/+18
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-258-288/+300
|\