summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-1/+6
|\
| * x86/kvm: Implement HWCR supportBorislav Petkov2019-04-301-0/+3
| * KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-301-1/+2
| * KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang2019-04-301-0/+1
* | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
|/
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-1/+4
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-161-6/+6
* KVM: x86: update %rip after emulating IOSean Christopherson2019-03-281-0/+1
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-281-0/+1
* KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-281-1/+1
* KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-0/+2
* KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-281-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-23/+19
|\
| * Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-201-2/+0
| * Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-201-1/+0
| * Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-201-0/+1
| * Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson2019-02-201-3/+0
| * KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
| * KVM: x86: Explicitly #define the VCPU_REGS_* indicesSean Christopherson2019-02-201-16/+17
* | KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-221-0/+1
* | x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-221-0/+1
|/
* KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2018-12-211-1/+1
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
* KVM: Add tlb_remote_flush_with_range callback in kvm_x86_opsLan Tianyu2018-12-211-0/+7
* KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-211-0/+1
* kvm: x86: Dynamically allocate guest_fpuMarc Orr2018-12-141-1/+2
* kvm: x86: Use task structs fpu field for userMarc Orr2018-12-141-4/+3
* x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov2018-12-141-1/+1
* x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov2018-12-141-0/+1
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-11-271-1/+2
* kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson2018-10-171-0/+1
* kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson2018-10-171-0/+2
* KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-171-0/+3
* x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is neededVitaly Kuznetsov2018-10-171-0/+2
* x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()Vitaly Kuznetsov2018-10-171-0/+14
* x86/kvm/mmu: make space for source data caching in struct kvm_mmuVitaly Kuznetsov2018-10-171-2/+14
* x86/kvm/mmu: get rid of redundant kvm_mmu_setup()Paolo Bonzini2018-10-171-1/+0
* x86/kvm/mmu: introduce guest_mmuVitaly Kuznetsov2018-10-171-0/+3
* x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()Vitaly Kuznetsov2018-10-171-1/+2
* x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-1/+4
* KVM: x86: hyperv: fix 'tlb_lush' typoVitaly Kuznetsov2018-10-171-1/+1
* KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov2018-10-171-0/+3
* KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang2018-10-171-1/+9
* KVM: x86: adjust kvm_mmu_page member to save 8 bytesWei Yang2018-10-171-2/+2
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-10-171-0/+1
* KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt2018-09-201-0/+2
* KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon2018-09-201-0/+1
* KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-0/+2
* KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li2018-09-071-1/+1