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