summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
* KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2020-02-051-0/+4
* KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
* x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-053-0/+58
* x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-053-8/+41
* kvm: mmu: Separate generating and setting mmio ptesBen Gardon2020-02-051-2/+13
* kvm: mmu: Replace unsigned with unsigned int for PTE accessBen Gardon2020-02-051-11/+13
* KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson2020-02-051-4/+4
* KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson2020-02-051-1/+1
* KVM: x86: use raw clock values consistentlyPaolo Bonzini2020-02-051-15/+23
* KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini2020-02-051-17/+12
* KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin2020-02-051-2/+0
* KVM: SVM: allow AVIC without split irqchipPaolo Bonzini2020-02-051-1/+1
* kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit2020-02-051-0/+39
* kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit2020-02-051-54/+56
* kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit2020-02-052-2/+21
* svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit2020-02-051-4/+29
* svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit2020-02-051-1/+10
* kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-054-17/+7
* svm: Add support for dynamic APICvSuravee Suthikulpanit2020-02-051-10/+28
* kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit2020-02-052-0/+8
* kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-053-0/+20
* KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...Suravee Suthikulpanit2020-02-051-6/+5
* kvm: x86: svm: Add support to (de)activate posted interruptsSuravee Suthikulpanit2020-02-051-1/+36
* kvm: x86: Add APICv (de)activate request trace pointsSuravee Suthikulpanit2020-02-052-0/+21
* kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit2020-02-051-0/+37
* KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini2020-02-052-12/+0
* kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit2020-02-053-2/+33
* kvm: lapic: Introduce APICv update helper functionSuravee Suthikulpanit2020-02-052-5/+18
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-3125-1094/+1208
|\
| * Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-26/+43
| |\
| | * x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-301-8/+3
| | * x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky2020-01-301-21/+30
| | * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-0/+10
| | * x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky2020-01-301-0/+3
| * | KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
| * | KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
| * | KVM: x86: inline memslot_valid_for_gptePaolo Bonzini2020-01-271-13/+4
| * | KVM: x86/mmu: Use huge pages for DAX-backed filesSean Christopherson2020-01-271-5/+4
| * | KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()Sean Christopherson2020-01-271-36/+3
| * | KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()Sean Christopherson2020-01-272-37/+30
| * | KVM: x86/mmu: Zap any compound page when collapsing sptesSean Christopherson2020-01-271-1/+1
| * | KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)Sean Christopherson2020-01-271-10/+3
| * | KVM: x86/mmu: Rely on host page tables to find HugeTLB mappingsSean Christopherson2020-01-272-70/+29
| * | KVM: x86/mmu: Drop level optimization from fast_page_fault()Sean Christopherson2020-01-271-4/+3
| * | KVM: x86/mmu: Walk host page tables to find THP mappingsSean Christopherson2020-01-271-2/+31
| * | KVM: x86/mmu: Refactor THP adjust to prep for changing querySean Christopherson2020-01-272-24/+23
| * | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-3/+3
| * | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-2/+2