summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-02KVM: x86: Trace all APICv inhibit changes and capture overall statusSean Christopherson1-10/+19
2022-04-02KVM: x86: Add wrappers for setting/clearing APICv inhibitsSean Christopherson1-15/+15
2022-04-02KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson1-8/+11
2022-04-02KVM: X86: Handle implicit supervisor access with SMAPLai Jiangshan1-2/+6
2022-04-02KVM: X86: Change the type of access u32 to u64Lai Jiangshan1-12/+12
2022-04-02KVM: MMU: propagate alloc_workqueue failurePaolo Bonzini1-5/+10
2022-03-21KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2Oliver Upton1-0/+8
2022-03-21kvm: x86: Require const tsc for RTThomas Gleixner1-0/+6
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini1-2/+2
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini1-17/+38
2022-03-02KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini1-12/+13
2022-03-01KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson1-2/+2
2022-03-01KVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE changeSean Christopherson1-1/+1
2022-03-01KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helperSean Christopherson1-8/+2
2022-03-01KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flagSean Christopherson1-5/+4
2022-03-01KVM: x86: flush TLB separately from MMU resetPaolo Bonzini1-22/+46
2022-02-25KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini1-2/+2
2022-02-25KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini1-1/+1
2022-02-25KVM: x86: do not deliver asynchronous page faults if CR0.PG=0Paolo Bonzini1-4/+18
2022-02-25KVM: x86: Reinitialize context if host userspace toggles EFER.LMEPaolo Bonzini1-2/+1
2022-02-25KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn1-0/+18
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini1-2/+2
2022-02-18KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini1-2/+2
2022-02-18KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_opsPaolo Bonzini1-1/+1
2022-02-18KVM: x86: use static_call_cond for optional callbacksPaolo Bonzini1-6/+2
2022-02-18KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini1-3/+1
2022-02-18x86/kvm: Fix compilation warning in non-x86_64 buildsLeonardo Bras1-0/+4
2022-02-17x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras1-5/+13
2022-02-17kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov1-0/+7
2022-02-17KVM: x86: Add KVM_CAP_ENABLE_CAP to x86Aaron Lewis1-0/+1
2022-02-14Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini1-1/+3
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky1-1/+3
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack1-1/+1
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack1-0/+6
2022-02-10KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson1-6/+12
2022-02-10KVM: x86: Move get_cs_db_l_bits() helper to SVMSean Christopherson1-10/+0
2022-02-10KVM: x86: Use static_call() for copy/move encryption context ioctls()Sean Christopherson1-7/+10
2022-02-10KVM: x86: Unexport kvm_x86_opsSean Christopherson1-1/+0
2022-02-10KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson1-17/+14
2022-02-10KVM: x86: Drop export for .tlb_flush_current() static_call keySean Christopherson1-1/+0
2022-02-10KVM: x86: Remove unused "flags" of kvm_pv_kick_cpu_op()Jinrong Liang1-2/+2
2022-02-10KVM: x86: Remove unused "vcpu" of kvm_scale_tsc()Jinrong Liang1-7/+7
2022-02-10KVM: x86: Skip APICv update if APICv is disable at the module levelSean Christopherson1-0/+3
2022-02-10KVM: x86: Drop NULL check on kvm_x86_ops.check_apicv_inhibit_reasonsSean Christopherson1-2/+1
2022-02-10KVM: x86: Unexport __kvm_request_apicv_update()Sean Christopherson1-1/+0
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-48/+10
2022-02-04KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerSean Christopherson1-3/+3
2022-02-01kvm/x86: rework guest entry logicMark Rutland1-1/+3
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+81
2022-01-28KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini1-0/+51