aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2020-05-25Merge branch 'master-next'Bruce Ashfield
2020-05-13KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-11Merge tag 'v5.7-rc5'Bruce Ashfield
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini
2020-05-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-04-09Merge branch 'master-next'Bruce Ashfield
2020-04-09Merge tag 'v5.6'Bruce Ashfield
2020-04-09Merge tag 'v5.5'Bruce Ashfield
2020-03-31KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-03-16KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou
2020-03-16KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin
2020-02-05kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit
2020-02-05svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit
2020-02-05svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit
2020-02-05kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit
2020-02-05kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit
2020-02-05kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit
2020-02-05kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit
2020-02-05KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini