summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-02-22KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang
2019-02-22x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson
2019-02-20Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson
2019-02-20Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-20KVM: x86: Explicitly #define the VCPU_REGS_* indicesSean Christopherson
2018-12-21KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu
2018-12-21KVM: Add tlb_remote_flush_with_range callback in kvm_x86_opsLan Tianyu
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr
2018-12-14x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov
2018-11-27KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-10-17kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson
2018-10-17kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson
2018-10-17KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov
2018-10-17x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is neededVitaly Kuznetsov
2018-10-17x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()Vitaly Kuznetsov
2018-10-17x86/kvm/mmu: make space for source data caching in struct kvm_mmuVitaly Kuznetsov
2018-10-17x86/kvm/mmu: get rid of redundant kvm_mmu_setup()Paolo Bonzini
2018-10-17x86/kvm/mmu: introduce guest_mmuVitaly Kuznetsov
2018-10-17x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()Vitaly Kuznetsov
2018-10-17x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov
2018-10-17KVM: x86: hyperv: fix 'tlb_lush' typoVitaly Kuznetsov
2018-10-17KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov
2018-10-17KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang
2018-10-17KVM: x86: adjust kvm_mmu_page member to save 8 bytesWei Yang
2018-10-17KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt
2018-09-20KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon
2018-09-20KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson
2018-09-07KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li
2018-09-07Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier
2018-08-30KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson
2018-08-30KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson
2018-08-30KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li
2018-08-06KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid
2018-08-06kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid