Age | Commit message (Expand) | Author | Files | Lines |
2021-06-24 | KVM: stats: Add fd-based API to read binary stats data | Jing Zhang | 1 | -1/+1 |
2021-06-17 | KVM: SVM: hyper-v: Direct Virtual Flush support | Vineeth Pillai | 1 | -0/+4 |
2021-06-17 | KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx | Vineeth Pillai | 1 | -0/+5 |
2021-04-22 | Merge branch 'kvm-sev-cgroup' into HEAD | Paolo Bonzini | 1 | -1/+1 |
2021-04-20 | KVM: VMX: Frame in ENCLS handler for SGX virtualization | Sean Christopherson | 1 | -0/+2 |
2021-03-30 | KVM: make: Fix out-of-source module builds | Siddharth Chandrasekaran | 1 | -1/+1 |
2021-03-02 | KVM: x86: allow compiling out the Xen hypercall interface | Paolo Bonzini | 1 | -1/+2 |
2021-02-08 | KVM: x86: compile out TDP MMU on 32-bit systems | Paolo Bonzini | 1 | -1/+2 |
2021-02-04 | KVM: x86/xen: intercept xen hypercalls if enabled | Joao Martins | 1 | -1/+1 |
2020-11-15 | KVM: X86: Implement ring-based dirty memory tracking | Peter Xu | 1 | -1/+2 |
2020-10-22 | kvm: x86/mmu: Init / Uninit the TDP MMU | Ben Gardon | 1 | -1/+1 |
2020-10-22 | kvm: x86/mmu: Introduce tdp_iter | Ben Gardon | 1 | -1/+1 |
2020-10-22 | KVM: mmu: extract spte.h and spte.c | Paolo Bonzini | 1 | -1/+2 |
2020-09-28 | KVM: VMX: Extract posted interrupt support to separate files | Xiaoyao Li | 1 | -1/+2 |
2020-04-21 | kvm: Disable objtool frame pointer checking for vmenter.S | Josh Poimboeuf | 1 | -0/+4 |
2020-04-03 | KVM: SVM: Split svm_vcpu_run inline assembly to separate file | Uros Bizjak | 1 | -1/+1 |
2020-04-03 | KVM: SVM: Move SEV code to separate file | Joerg Roedel | 1 | -1/+1 |
2020-04-03 | KVM: SVM: Move AVIC code to separate file | Joerg Roedel | 1 | -1/+1 |
2020-04-03 | KVM: SVM: Move Nested SVM Implementation to nested.c | Joerg Roedel | 1 | -1/+1 |
2020-04-03 | kVM SVM: Move SVM related files to own sub-directory | Joerg Roedel | 1 | -1/+1 |
2020-02-28 | KVM: allow disabling -Werror | Paolo Bonzini | 1 | -1/+1 |
2020-02-12 | KVM: x86: enable -Werror | Paolo Bonzini | 1 | -0/+1 |
2019-11-21 | KVM: x86: create mmu/ subdirectory | Paolo Bonzini | 1 | -2/+2 |
2019-01-25 | KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths | Masahiro Yamada | 1 | -4/+0 |
2018-12-21 | KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines | Sean Christopherson | 1 | -1/+1 |
2018-12-14 | KVM: nVMX: Move nested code to dedicated files | Sean Christopherson | 1 | -1/+1 |
2018-12-14 | KVM: VMX: Move eVMCS code to dedicated files | Sean Christopherson | 1 | -1/+1 |
2018-12-14 | KVM: nVMX: Move vmcs12 code to dedicated files | Sean Christopherson | 1 | -1/+1 |
2018-12-14 | KVM: VMX: Move VMX specific files to a "vmx" subdirectory | Sean Christopherson | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-07 | KVM: x86: drop legacy device assignment | Paolo Bonzini | 1 | -2/+0 |
2016-09-16 | kvm: add stubs for arch specific debugfs support | Luiz Capitulino | 1 | -1/+1 |
2016-03-03 | KVM: page track: add the framework of guest page tracking | Xiao Guangrong | 1 | -1/+2 |
2015-07-23 | kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file | Andrey Smetanin | 1 | -1/+3 |
2015-06-23 | KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch | Wei Huang | 1 | -2/+2 |
2015-06-19 | KVM: x86: move MTRR related code to a separate file | Xiao Guangrong | 1 | -1/+1 |
2015-03-27 | KVM: x86: remove now unneeded include directory from Makefile | Andre Przywara | 1 | -1/+1 |
2014-11-23 | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ | Radim Krčmář | 1 | -1/+1 |
2014-11-21 | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ | Paolo Bonzini | 1 | -3/+2 |
2013-10-30 | kvm: Add VFIO device | Alex Williamson | 1 | -1/+1 |
2013-05-19 | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles | Marc Zyngier | 1 | -6/+7 |
2013-04-28 | kvm: Allow build-time configuration of KVM device assignment | Alex Williamson | 1 | -2/+3 |
2013-04-26 | KVM: Extract generic irqchip logic into irqchip.c | Alexander Graf | 1 | -1/+1 |
2012-08-01 | KVM: Remove internal timer abstraction | Avi Kivity | 1 | -1/+1 |
2011-12-27 | KVM: Expose a version 2 architectural PMU to a guests | Gleb Natapov | 1 | -1/+1 |
2011-12-27 | KVM: Move cpuid code to new file | Avi Kivity | 1 | -1/+1 |
2011-01-12 | KVM: x86: Makefile clean up | Tracey Dent | 1 | -1/+1 |
2011-01-12 | KVM: Halt vcpu if page it tries to access is swapped out | Gleb Natapov | 1 | -0/+1 |
2009-12-03 | KVM: Move assigned device code to own file | Avi Kivity | 1 | -1/+2 |
2009-09-10 | KVM: Rename x86_emulate.c to emulate.c | Avi Kivity | 1 | -1/+1 |