aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini1-0/+3
2022-11-09KVM: x86: use a separate asm-offsets.c filePaolo Bonzini1-0/+9
2021-12-09KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse1-6/+1
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+1
2021-06-17KVM: SVM: hyper-v: Direct Virtual Flush supportVineeth Pillai1-0/+4
2021-06-17KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai1-0/+5
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-1/+1
2021-04-20KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson1-0/+2
2021-03-30KVM: make: Fix out-of-source module buildsSiddharth Chandrasekaran1-1/+1
2021-03-02KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini1-1/+2
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini1-1/+2
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins1-1/+1
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu1-1/+2
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon1-1/+1
2020-10-21kvm: x86/mmu: Introduce tdp_iterBen Gardon1-1/+1
2020-10-21KVM: mmu: extract spte.h and spte.cPaolo Bonzini1-1/+2
2020-09-28KVM: VMX: Extract posted interrupt support to separate filesXiaoyao Li1-1/+2
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf1-0/+4
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak1-1/+1
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel1-1/+1
2020-04-03KVM: SVM: Move AVIC code to separate fileJoerg Roedel1-1/+1
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel1-1/+1
2020-04-03kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel1-1/+1
2020-02-28KVM: allow disabling -WerrorPaolo Bonzini1-1/+1
2020-02-12KVM: x86: enable -WerrorPaolo Bonzini1-0/+1
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini1-2/+2
2019-01-25KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada1-4/+0
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson1-1/+1
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson1-1/+1
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson1-1/+1
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson1-1/+1
2018-12-14KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini1-2/+0
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-1/+1
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong1-1/+2
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin1-1/+3
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang1-2/+2
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong1-1/+1
2015-03-26KVM: x86: remove now unneeded include directory from MakefileAndre Przywara1-1/+1
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář1-1/+1
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini1-3/+2
2013-10-30kvm: Add VFIO deviceAlex Williamson1-1/+1
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier1-6/+7
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson1-2/+3
2013-04-26KVM: Extract generic irqchip logic into irqchip.cAlexander Graf1-1/+1
2012-08-01KVM: Remove internal timer abstractionAvi Kivity1-1/+1
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-1/+1
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-1/+1
2011-01-12KVM: x86: Makefile clean upTracey Dent1-1/+1