- 6f2cdbd KVM: Add Makefile.kvm for common files, use it for x86 by David Woodhouse · 3 years, 2 months ago
- cb082bf KVM: stats: Add fd-based API to read binary stats data by Jing Zhang · 3 years, 7 months ago
- 1183646 KVM: SVM: hyper-v: Direct Virtual Flush support by Vineeth Pillai · 3 years, 8 months ago
- 3c86c0d KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx by Vineeth Pillai · 3 years, 8 months ago
- fd49e8e Merge branch 'kvm-sev-cgroup' into HEAD by Paolo Bonzini · 3 years, 9 months ago
- 9798adb KVM: VMX: Frame in ENCLS handler for SGX virtualization by Sean Christopherson · 3 years, 9 months ago
- 6fb3084 KVM: make: Fix out-of-source module builds by Siddharth Chandrasekaran · 3 years, 10 months ago
- b59b153 KVM: x86: allow compiling out the Xen hypercall interface by Paolo Bonzini · 3 years, 11 months ago
- 897218f KVM: x86: compile out TDP MMU on 32-bit systems by Paolo Bonzini · 4 years ago
- 23200b7 KVM: x86/xen: intercept xen hypercalls if enabled by Joao Martins · 7 years ago
- fb04a1e KVM: X86: Implement ring-based dirty memory tracking by Peter Xu · 4 years, 4 months ago
- fe5db27 kvm: x86/mmu: Init / Uninit the TDP MMU by Ben Gardon · 4 years, 3 months ago
- c9180b7 kvm: x86/mmu: Introduce tdp_iter by Ben Gardon · 4 years, 3 months ago
- 5a9624a KVM: mmu: extract spte.h and spte.c by Paolo Bonzini · 4 years, 3 months ago
- 8888cdd KVM: VMX: Extract posted interrupt support to separate files by Xiaoyao Li · 4 years, 4 months ago
- 7f4b5cd kvm: Disable objtool frame pointer checking for vmenter.S by Josh Poimboeuf · 4 years, 9 months ago
- 199cd1d KVM: SVM: Split svm_vcpu_run inline assembly to separate file by Uros Bizjak · 4 years, 10 months ago
- eaf7826 KVM: SVM: Move SEV code to separate file by Joerg Roedel · 4 years, 10 months ago
- ef0f649 KVM: SVM: Move AVIC code to separate file by Joerg Roedel · 4 years, 10 months ago
- 883b0a9 KVM: SVM: Move Nested SVM Implementation to nested.c by Joerg Roedel · 4 years, 10 months ago
- 46a010d kVM SVM: Move SVM related files to own sub-directory by Joerg Roedel · 4 years, 10 months ago
- 4f337fa KVM: allow disabling -Werror by Paolo Bonzini · 5 years ago
- ead68df KVM: x86: enable -Werror by Paolo Bonzini · 5 years ago
- c50d8ae KVM: x86: create mmu/ subdirectory by Paolo Bonzini · 5 years ago
- 5cd5548 KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths by Masahiro Yamada · 6 years ago
- 453eafb KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines by Sean Christopherson · 6 years ago
- 55d2375 KVM: nVMX: Move nested code to dedicated files by Sean Christopherson · 6 years ago
- 75edce8 KVM: VMX: Move eVMCS code to dedicated files by Sean Christopherson · 6 years ago
- 609363c KVM: nVMX: Move vmcs12 code to dedicated files by Sean Christopherson · 6 years ago
- a821bab KVM: VMX: Move VMX specific files to a "vmx" subdirectory by Sean Christopherson · 6 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- ad6260d KVM: x86: drop legacy device assignment by Paolo Bonzini · 8 years ago
- 235539b kvm: add stubs for arch specific debugfs support by Luiz Capitulino · 8 years ago
- 21ebbed KVM: page track: add the framework of guest page tracking by Xiao Guangrong · 9 years ago
- e83d588 kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file by Andrey Smetanin · 10 years ago
- 25462f7 KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch by Wei Huang · 10 years ago
- ff53604 KVM: x86: move MTRR related code to a separate file by Xiao Guangrong · 10 years ago
- f0e4b27 KVM: x86: remove now unneeded include directory from Makefile by Andre Przywara · 10 years ago
- c274e03 kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ by Radim Krčmář · 10 years ago
- 6ef768f kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ by Paolo Bonzini · 10 years ago
- ec53500 kvm: Add VFIO device by Alex Williamson · 11 years ago
- 535cf7b KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles by Marc Zyngier · 12 years ago
- 2a5bab1 kvm: Allow build-time configuration of KVM device assignment by Alex Williamson · 12 years ago
- 1c9f852 KVM: Extract generic irqchip logic into irqchip.c by Alexander Graf · 12 years ago
- e9d90d4 KVM: Remove internal timer abstraction by Avi Kivity · 12 years ago
- f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
- 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
- 9d893c6 KVM: x86: Makefile clean up by Tracey Dent · 14 years ago
- af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
- bfd99ff KVM: Move assigned device code to own file by Avi Kivity · 15 years ago
- 56e8231 KVM: Rename x86_emulate.c to emulate.c by Avi Kivity · 15 years ago
- 2023a29 KVM: remove old KVMTRACE support code by Marcelo Tosatti · 16 years ago
- 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 16 years ago
- 721eecbf KVM: irqfd by Gregory Haskins · 16 years ago
- 284e9b0 KVM: cleanup arch/x86/kvm/Makefile by Christoph Hellwig · 16 years ago
- d3c7b77 KVM: unify part of generic timer handling by Marcelo Tosatti · 16 years ago
- 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
- c4fa386 KVM: rename vtd.c to iommu.c by Joerg Roedel · 16 years ago
- 3de42dc KVM: Separate irq ack notification out of arch/x86/kvm/irq.c by Xiantao Zhang · 16 years ago
- 371c01b KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/ by Zhang xiantao · 16 years ago
- 62c476c KVM: Device Assignment with VT-d by Ben-Ami Yassour · 16 years ago
- 542472b KVM: Add coalesced MMIO support (x86 part) by Laurent Vivier · 17 years ago
- d4c9ff2 KVM: Add kvm trace userspace interface by Feng(Eric) Liu · 17 years ago
- 7837699 KVM: In kernel PIT model by Sheng Yang · 17 years ago
- 0eb8f49 KVM: Move ioapic code to common directory. by Zhang Xiantao · 17 years ago
- 0fce5623b KVM: Move drivers/kvm/* to virt/kvm/ by Avi Kivity · 17 years ago
- edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago