summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
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
2019-09-24KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li
2019-07-22Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini
2019-07-18x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-11KVM: x86: PMU Event FilterEric Hankland
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-18KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini
2019-06-18kvm: x86: add host poll control msrsMarcelo Tosatti
2019-06-04KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li
2019-06-04kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson
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