summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/Makefile
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hookVitaly Kuznetsov2022-11-181-1/+2
* KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov2022-11-181-1/+1
* KVM: allow compiling out SMM supportPaolo Bonzini2022-11-091-1/+1
* KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini2022-11-091-0/+1
* KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-091-0/+3
* KVM: x86: use a separate asm-offsets.c filePaolo Bonzini2022-11-091-0/+9
* KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse2021-12-091-6/+1
* KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+1
* KVM: SVM: hyper-v: Direct Virtual Flush supportVineeth Pillai2021-06-171-0/+4
* KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai2021-06-171-0/+5
* Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-221-1/+1
|\
| * KVM: make: Fix out-of-source module buildsSiddharth Chandrasekaran2021-03-301-1/+1
* | KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson2021-04-201-0/+2
|/
* KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini2021-03-021-1/+2
* KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini2021-02-081-1/+2
* KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins2021-02-041-1/+1
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-1/+2
* kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon2020-10-211-1/+1
* kvm: x86/mmu: Introduce tdp_iterBen Gardon2020-10-211-1/+1
* KVM: mmu: extract spte.h and spte.cPaolo Bonzini2020-10-211-1/+2
* KVM: VMX: Extract posted interrupt support to separate filesXiaoyao Li2020-09-281-1/+2
* kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf2020-04-201-0/+4
* KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak2020-04-031-1/+1
* KVM: SVM: Move SEV code to separate fileJoerg Roedel2020-04-031-1/+1
* KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-031-1/+1
* KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel2020-04-031-1/+1
* kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel2020-04-031-1/+1
* KVM: allow disabling -WerrorPaolo Bonzini2020-02-281-1/+1
* KVM: x86: enable -WerrorPaolo Bonzini2020-02-121-0/+1
* KVM: x86: create mmu/ subdirectoryPaolo Bonzini2019-11-211-2/+2
* KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada2019-01-251-4/+0
* KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-211-1/+1
* KVM: nVMX: Move nested code to dedicated filesSean Christopherson2018-12-141-1/+1
* KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson2018-12-141-1/+1
* KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson2018-12-141-1/+1
* KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson2018-12-141-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-071-2/+0
* kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-161-1/+1
* KVM: page track: add the framework of guest page trackingXiao Guangrong2016-03-031-1/+2
* kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-231-1/+3
* KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang2015-06-231-2/+2
* KVM: x86: move MTRR related code to a separate fileXiao Guangrong2015-06-191-1/+1
* KVM: x86: remove now unneeded include directory from MakefileAndre Przywara2015-03-261-1/+1
* kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-231-1/+1
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-3/+2
* kvm: Add VFIO deviceAlex Williamson2013-10-301-1/+1
* KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-6/+7
* kvm: Allow build-time configuration of KVM device assignmentAlex Williamson2013-04-281-2/+3
* KVM: Extract generic irqchip logic into irqchip.cAlexander Graf2013-04-261-1/+1