summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arraysSean Christopherson2020-07-091-5/+10
| * | KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()Sean Christopherson2020-07-091-3/+6
| * | KVM: x86/mmu: Topup memory caches after walking GVA->GPASean Christopherson2020-07-091-4/+4
| * | KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()Sean Christopherson2020-07-091-3/+3
| * | KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is emptySean Christopherson2020-07-091-6/+15
| * | KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()Sean Christopherson2020-07-091-5/+3
| * | KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache localsSean Christopherson2020-07-091-12/+12
| * | KVM: x86/mmu: Consolidate "page" variant of memory cache helpersSean Christopherson2020-07-091-26/+11
| * | KVM: x86/mmu: Track the associated kmem_cache in the MMU cachesSean Christopherson2020-07-091-13/+11
| * | x86/kvm/vmx: Use native read/write_cr2()Thomas Gleixner2020-07-091-3/+3
| * | x86/kvm/svm: Use uninstrumented wrmsrl() to restore GSThomas Gleixner2020-07-091-1/+1
| * | x86/kvm/svm: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-092-44/+56
| * | x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-094-51/+71
| * | x86/kvm/svm: Add hardirq tracing on guest enter/exitThomas Gleixner2020-07-091-5/+22
| * | x86/kvm/vmx: Add hardirq tracing to guest enter/exitThomas Gleixner2020-07-091-2/+25
| * | x86/kvm: Move context tracking where it belongsThomas Gleixner2020-07-093-2/+26
| * | kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky2020-07-094-20/+24
| * | KVM/x86: pmu: Fix #GP condition check for RDPMC emulationLike Xu2020-07-091-0/+5
| * | KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov2020-07-091-1/+1
| * | KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpu...Xiaoyao Li2020-07-091-2/+2
| * | KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li2020-07-094-7/+8
| * | KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()Xiaoyao Li2020-07-091-3/+3
| * | KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li2020-07-094-24/+34
| * | KVM: x86: Introduce kvm_check_cpuid()Xiaoyao Li2020-07-092-21/+36
| * | KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()Xiaoyao Li2020-07-091-2/+2
| * | KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()Xiaoyao Li2020-07-081-3/+1
| * | KVM: X86: Go on updating other CPUID leaves when leaf 1 is absentXiaoyao Li2020-07-081-8/+7
| * | KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* failsXiaoyao Li2020-07-081-0/+4
| * | kvm: x86: limit the maximum number of vPMU fixed counters to 3Like Xu2020-07-082-1/+3
| * | KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan2020-07-084-4/+31
| * | KVM: x86: Make CR4.VMXE reserved for the guestPaolo Bonzini2020-07-081-0/+2
| * | KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan2020-07-083-22/+24
| * | kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changesJim Mattson2020-07-081-4/+5
| * | KVM: x86/mmu: Rename page_header() to to_shadow_page()Sean Christopherson2020-07-083-15/+15
| * | KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookupSean Christopherson2020-07-084-20/+23
| * | KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson2020-07-081-0/+48
| * | KVM: x86/mmu: Add MMU-internal headerSean Christopherson2020-07-084-5/+13
| * | KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.cSean Christopherson2020-07-082-9/+9
| * | KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directorySean Christopherson2020-07-082-1/+1
| * | KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() errorSean Christopherson2020-07-082-2/+4
| * | KVM: x86/mmu: Batch zap MMU pages when shrinking the slabSean Christopherson2020-07-081-16/+1
| * | KVM: x86/mmu: Batch zap MMU pages when recycling oldest pagesSean Christopherson2020-07-081-13/+39
| * | KVM: x86/mmu: Don't put invalid SPs back on the list of active pagesSean Christopherson2020-07-081-8/+20
| * | KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUsSean Christopherson2020-07-081-2/+7
| * | KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()Sean Christopherson2020-07-081-8/+9
| * | KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()Joerg Roedel2020-07-082-4/+4
| * | KVM: SVM: Add svm_ prefix to set/clr/is_intercept()Joerg Roedel2020-07-083-48/+48
| * | KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel2020-07-085-31/+31
| * | KVM: SVM: Rename struct nested_state to svm_nested_stateJoerg Roedel2020-07-081-2/+2
| * | KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helperSean Christopherson2020-07-081-41/+36