aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SGravatar Josh Poimboeuf 1-0/+4
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileGravatar Uros Bizjak 1-1/+1
2020-04-03KVM: SVM: Move SEV code to separate fileGravatar Joerg Roedel 1-1/+1
2020-04-03KVM: SVM: Move AVIC code to separate fileGravatar Joerg Roedel 1-1/+1
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cGravatar Joerg Roedel 1-1/+1
2020-04-03kVM SVM: Move SVM related files to own sub-directoryGravatar Joerg Roedel 1-1/+1
2020-02-28KVM: allow disabling -WerrorGravatar Paolo Bonzini 1-1/+1
2020-02-12KVM: x86: enable -WerrorGravatar Paolo Bonzini 1-0/+1
2019-11-21KVM: x86: create mmu/ subdirectoryGravatar Paolo Bonzini 1-2/+2
2019-01-25KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsGravatar Masahiro Yamada 1-4/+0
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesGravatar Sean Christopherson 1-1/+1
2018-12-14KVM: nVMX: Move nested code to dedicated filesGravatar Sean Christopherson 1-1/+1
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesGravatar Sean Christopherson 1-1/+1
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesGravatar Sean Christopherson 1-1/+1
2018-12-14KVM: VMX: Move VMX specific files to a "vmx" subdirectoryGravatar Sean Christopherson 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-07KVM: x86: drop legacy device assignmentGravatar Paolo Bonzini 1-2/+0
2016-09-16kvm: add stubs for arch specific debugfs supportGravatar Luiz Capitulino 1-1/+1
2016-03-03KVM: page track: add the framework of guest page trackingGravatar Xiao Guangrong 1-1/+2
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileGravatar Andrey Smetanin 1-1/+3
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchGravatar Wei Huang 1-2/+2
2015-06-19KVM: x86: move MTRR related code to a separate fileGravatar Xiao Guangrong 1-1/+1
2015-03-26KVM: x86: remove now unneeded include directory from MakefileGravatar Andre Przywara 1-1/+1
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Gravatar Radim Krčmář 1-1/+1
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Gravatar Paolo Bonzini 1-3/+2
2013-10-30kvm: Add VFIO deviceGravatar Alex Williamson 1-1/+1
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesGravatar Marc Zyngier 1-6/+7
2013-04-28kvm: Allow build-time configuration of KVM device assignmentGravatar Alex Williamson 1-2/+3
2013-04-26KVM: Extract generic irqchip logic into irqchip.cGravatar Alexander Graf 1-1/+1
2012-08-01KVM: Remove internal timer abstractionGravatar Avi Kivity 1-1/+1
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGravatar Gleb Natapov 1-1/+1
2011-12-27KVM: Move cpuid code to new fileGravatar Avi Kivity 1-1/+1
2011-01-12KVM: x86: Makefile clean upGravatar Tracey Dent 1-1/+1
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGravatar Gleb Natapov 1-0/+1
2009-12-03KVM: Move assigned device code to own fileGravatar Avi Kivity 1-1/+2
2009-09-10KVM: Rename x86_emulate.c to emulate.cGravatar Avi Kivity 1-1/+1
2009-09-10KVM: remove old KVMTRACE support codeGravatar Marcelo Tosatti 1-1/+0
2009-09-10KVM: convert custom marker based tracing to event tracesGravatar Marcelo Tosatti 1-0/+4
2009-09-10KVM: irqfdGravatar Gregory Haskins 1-1/+1
2009-09-10KVM: cleanup arch/x86/kvm/MakefileGravatar Christoph Hellwig 1-19/+13
2009-06-10KVM: unify part of generic timer handlingGravatar Marcelo Tosatti 1-1/+1
2009-01-03KVM: change KVM to use IOMMU APIGravatar Joerg Roedel 1-1/+1
2009-01-03KVM: rename vtd.c to iommu.cGravatar Joerg Roedel 1-1/+1
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cGravatar Xiantao Zhang 1-1/+1
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Gravatar Zhang xiantao 1-3/+3
2008-10-15KVM: Device Assignment with VT-dGravatar Ben-Ami Yassour 1-0/+3
2008-07-20KVM: Add coalesced MMIO support (x86 part)Gravatar Laurent Vivier 1-1/+2
2008-04-27KVM: Add kvm trace userspace interfaceGravatar Feng(Eric) Liu 1-0/+3
2008-04-27KVM: In kernel PIT modelGravatar Sheng Yang 1-1/+2
2008-01-30KVM: Move ioapic code to common directory.Gravatar Zhang Xiantao 1-4/+3