summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-07-181-15/+19
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1Star
* | KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+2
* | KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson2019-06-181-1/+1
* | KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini2019-06-181-0/+1
* | kvm: x86: add host poll control msrsMarcelo Tosatti2019-06-181-0/+2
* | KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-0/+1
* | kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li2019-06-041-1/+0Star
* | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-1/+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/+19Star
|\
| * Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-201-2/+0Star
| * Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-201-1/+0Star
| * 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/+0Star
| * 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/+3Star
* 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/+0Star
* 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