summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/Makefile
AgeCommit message (Expand)Author
2024-04-09KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARDSean Christopherson
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada
2023-12-07KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov
2023-12-07KVM: VMX: Split off hyperv_evmcs.{ch}Vitaly Kuznetsov
2023-12-07KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}Vitaly Kuznetsov
2022-11-18KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hookVitaly Kuznetsov
2022-11-18KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov
2022-11-09KVM: allow compiling out SMM supportPaolo Bonzini
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini
2022-11-09KVM: x86: use a separate asm-offsets.c filePaolo Bonzini
2021-12-09KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang
2021-06-17KVM: SVM: hyper-v: Direct Virtual Flush supportVineeth Pillai
2021-06-17KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini
2021-04-20KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson
2021-03-30KVM: make: Fix out-of-source module buildsSiddharth Chandrasekaran
2021-03-02KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon
2020-10-21kvm: x86/mmu: Introduce tdp_iterBen Gardon
2020-10-21KVM: mmu: extract spte.h and spte.cPaolo Bonzini
2020-09-28KVM: VMX: Extract posted interrupt support to separate filesXiaoyao Li
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move AVIC code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel
2020-04-03kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel
2020-02-28KVM: allow disabling -WerrorPaolo Bonzini
2020-02-12KVM: x86: enable -WerrorPaolo Bonzini
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini
2019-01-25KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson
2018-12-14KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong
2015-03-26KVM: x86: remove now unneeded include directory from MakefileAndre Przywara
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář