aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 22-279/+470
2023-07-01Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 8-37/+73
2023-07-01Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 3-35/+13
2023-07-01Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 10-116/+259
2023-07-01Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 2-6/+48
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 8-85/+77
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+3
2023-06-16KVM: x86: Remove PRIx* definitions as they are solely for user spaceGravatar Andy Shevchenko 1-5/+0
2023-06-13KVM: SVM: WARN, but continue, if misc_cg_set_capacity() failsGravatar Sean Christopherson 1-6/+2
2023-06-13KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pagesGravatar Sean Christopherson 1-5/+36
2023-06-13KVM: x86: Update comments about MSR lists exposed to userspaceGravatar Sean Christopherson 1-14/+13
2023-06-06KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022Gravatar Like Xu 2-1/+31
2023-06-06KVM: x86/svm/pmu: Add AMD PerfMonV2 supportGravatar Like Xu 3-11/+72
2023-06-06KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flagGravatar Like Xu 1-0/+7
2023-06-06KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capGravatar Like Xu 1-0/+3
2023-06-06KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is metGravatar Like Xu 1-3/+12
2023-06-06KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metGravatar Like Xu 3-4/+12
2023-06-06KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabledGravatar Like Xu 1-1/+1
2023-06-06KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeGravatar Like Xu 4-28/+16
2023-06-06KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86Gravatar Like Xu 5-62/+86
2023-06-06KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bitsGravatar Like Xu 1-0/+3
2023-06-06KVM: x86/pmu: Move reprogram_counters() to pmu.hGravatar Like Xu 2-12/+12
2023-06-06KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_maskGravatar Sean Christopherson 1-4/+14
2023-06-06KVM: x86: Clean up: remove redundant bool conversionsGravatar Michal Luczaj 2-2/+2
2023-06-06KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdefGravatar Sean Christopherson 1-6/+2
2023-06-06KVM: x86/mmu: Trigger APIC-access page reload iff vendor code caresGravatar Sean Christopherson 1-1/+2
2023-06-06KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageGravatar Sean Christopherson 2-14/+3
2023-06-06KVM: VMX: Retry APIC-access page reload if invalidation is in-progressGravatar Sean Christopherson 1-5/+45
2023-06-06KVM: SVM: enhance info printk's in SEV initGravatar Alexander Mikhalitsyn 1-2/+9
2023-06-06KVM: x86: Correct the name for skipping VMENTER l1d flushGravatar Chao Gao 1-1/+1
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Gravatar Peter Zijlstra 1-4/+3
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Gravatar Mark Rutland 1-1/+1
2023-06-02KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-boundsGravatar Sean Christopherson 1-2/+18
2023-06-02KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-ExitsGravatar Sean Christopherson 1-2/+2
2023-06-02KVM: x86: Account fastpath-only VM-Exits in vCPU statsGravatar Sean Christopherson 1-0/+3
2023-06-02KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASKGravatar Maciej S. Szmigiero 1-1/+1
2023-06-02KVM: x86/mmu: Grab memslot for correct address space in NX recovery workerGravatar Sean Christopherson 1-1/+4
2023-06-02KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupportedGravatar Sean Christopherson 1-6/+9
2023-06-02KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)Gravatar Sean Christopherson 1-1/+1
2023-06-01KVM: VMX: restore vmx_vmexit alignmentGravatar Jon Kohler 1-1/+1
2023-06-01KVM: x86: Update number of entries for KVM_GET_CPUID2 on success, not failureGravatar Sean Christopherson 1-9/+4
2023-06-01KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handlerGravatar Jinrong Liang 1-2/+0
2023-06-01KVM: x86: Fix poll commandGravatar Jinliang Zheng 1-0/+3
2023-06-01KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()Gravatar Sean Christopherson 3-13/+7
2023-06-01KVM: x86: Make kvm_mtrr_valid() static now that there are no external usersGravatar Sean Christopherson 2-3/+1
2023-06-01KVM: x86: Move PAT MSR handling out of mtrr.cGravatar Sean Christopherson 2-13/+19
2023-06-01KVM: x86: Use MTRR macros to define possible MTRR MSR rangesGravatar Sean Christopherson 2-7/+10
2023-06-01KVM: x86: Add helper to get variable MTRR range from MSR indexGravatar Sean Christopherson 1-10/+13
2023-06-01KVM: x86: Add helper to query if variable MTRR MSR is base (versus mask)Gravatar Sean Christopherson 1-7/+9