aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2020-05-20KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-14KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean 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
2020-02-05kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-01-27KVM: X86: Drop x86_set_memory_region()Peter Xu
2020-01-27kvm/svm: PKU not currently supportedJohn Allen
2020-01-24KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson
2020-01-21KVM: Fix some writing mistakesMiaohe Lin
2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-01-08KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu
2019-11-15KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson
2019-10-22KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis
2019-10-22KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAPLike Xu
2019-10-22kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee
2019-10-22KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson
2019-10-22KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'Sean Christopherson
2019-09-27KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini
2019-09-25KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson
2019-09-25KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-09-24KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first""Sean Christopherson
2019-09-24KVM: x86: Add comments to document various emulation typesSean Christopherson
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson
2019-09-24KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson
2019-09-24KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov