summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-311-1/+1
* KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-9/+9
* KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-311-4/+9
* KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini2020-03-161-2/+3
* KVM: x86: unify callbacks to load paging rootPaolo Bonzini2020-03-161-3/+0
* KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson2020-03-161-2/+0
* KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson2020-03-161-0/+2
* KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson2020-03-161-2/+1
* KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson2020-03-161-2/+1
* KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson2020-03-161-2/+0
* KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson2020-03-161-1/+0
* KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson2020-03-161-1/+0
* KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson2020-03-161-1/+0
* KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson2020-03-161-1/+0
* KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson2020-03-161-1/+0
* KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson2020-03-161-1/+1
* KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson2020-03-161-1/+1
* KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-161-3/+4
* KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson2020-03-161-1/+1
* KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson2020-03-161-1/+2
* KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson2020-03-161-1/+1
* KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson2020-03-161-1/+0
* KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson2020-03-161-1/+1
* KVM: LAPIC: Recalculate apic map in batchWanpeng Li2020-03-161-0/+1
* KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-1/+5
* KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton2020-03-161-0/+1
* KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson2020-03-161-8/+4
* KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson2020-03-161-4/+0
* KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson2020-03-161-3/+9
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-231-0/+1
* KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-211-1/+1
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-121-3/+13
* kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit2020-02-051-0/+1
* svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit2020-02-051-0/+1
* svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit2020-02-051-0/+1
* kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-051-1/+1
* kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit2020-02-051-0/+1
* kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-051-0/+1
* kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit2020-02-051-0/+5
* KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini2020-02-051-1/+0
* kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit2020-02-051-0/+5
* Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-2/+2
|\
| * x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-301-2/+1
| * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-0/+1
* | KVM: X86: Drop x86_set_memory_region()Peter Xu2020-01-271-1/+0
* | kvm/svm: PKU not currently supportedJohn Allen2020-01-271-0/+1
* | KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-1/+1
* | KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson2020-01-241-1/+1
* | KVM: Fix some writing mistakesMiaohe Lin2020-01-211-1/+1
* | KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li2020-01-211-2/+9