aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2020-07-16KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-08KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-06-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-06-01KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-05-15KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-05-04KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-05-04KVM: X86: Dynamically allocate user_fpuWanpeng Li
2020-05-04kvm/svm: PKU not currently supportedJohn Allen
2020-04-12KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis
2020-03-07x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-03-07x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2019-11-14kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-14kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-10-05KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf
2019-09-19KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-08-06x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf
2019-07-28Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-30x86/kvm: Implement HWCR supportBorislav Petkov
2019-04-30KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson
2019-04-30KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-03-28KVM: x86: update %rip after emulating IOSean Christopherson
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson
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