index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
1
-1
/
+2
*
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov
2022-11-18
1
-1
/
+1
*
KVM: allow compiling out SMM support
Paolo Bonzini
2022-11-09
1
-1
/
+1
*
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
1
-0
/
+1
*
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
2022-11-09
1
-0
/
+3
*
KVM: x86: use a separate asm-offsets.c file
Paolo Bonzini
2022-11-09
1
-0
/
+9
*
KVM: Add Makefile.kvm for common files, use it for x86
David Woodhouse
2021-12-09
1
-6
/
+1
*
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-24
1
-1
/
+1
*
KVM: SVM: hyper-v: Direct Virtual Flush support
Vineeth Pillai
2021-06-17
1
-0
/
+4
*
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
2021-06-17
1
-0
/
+5
*
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-22
1
-1
/
+1
|
\
|
*
KVM: make: Fix out-of-source module builds
Siddharth Chandrasekaran
2021-03-30
1
-1
/
+1
*
|
KVM: VMX: Frame in ENCLS handler for SGX virtualization
Sean Christopherson
2021-04-20
1
-0
/
+2
|
/
*
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
2021-03-02
1
-1
/
+2
*
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
2021-02-08
1
-1
/
+2
*
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
2021-02-04
1
-1
/
+1
*
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
2020-11-15
1
-1
/
+2
*
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
2020-10-21
1
-1
/
+1
*
kvm: x86/mmu: Introduce tdp_iter
Ben Gardon
2020-10-21
1
-1
/
+1
*
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
2020-10-21
1
-1
/
+2
*
KVM: VMX: Extract posted interrupt support to separate files
Xiaoyao Li
2020-09-28
1
-1
/
+2
*
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
2020-04-20
1
-0
/
+4
*
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
2020-04-03
1
-1
/
+1
*
KVM: SVM: Move SEV code to separate file
Joerg Roedel
2020-04-03
1
-1
/
+1
*
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
2020-04-03
1
-1
/
+1
*
KVM: SVM: Move Nested SVM Implementation to nested.c
Joerg Roedel
2020-04-03
1
-1
/
+1
*
kVM SVM: Move SVM related files to own sub-directory
Joerg Roedel
2020-04-03
1
-1
/
+1
*
KVM: allow disabling -Werror
Paolo Bonzini
2020-02-28
1
-1
/
+1
*
KVM: x86: enable -Werror
Paolo Bonzini
2020-02-12
1
-0
/
+1
*
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
2019-11-21
1
-2
/
+2
*
KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths
Masahiro Yamada
2019-01-25
1
-4
/
+0
*
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
2018-12-21
1
-1
/
+1
*
KVM: nVMX: Move nested code to dedicated files
Sean Christopherson
2018-12-14
1
-1
/
+1
*
KVM: VMX: Move eVMCS code to dedicated files
Sean Christopherson
2018-12-14
1
-1
/
+1
*
KVM: nVMX: Move vmcs12 code to dedicated files
Sean Christopherson
2018-12-14
1
-1
/
+1
*
KVM: VMX: Move VMX specific files to a "vmx" subdirectory
Sean Christopherson
2018-12-14
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
KVM: x86: drop legacy device assignment
Paolo Bonzini
2017-04-07
1
-2
/
+0
*
kvm: add stubs for arch specific debugfs support
Luiz Capitulino
2016-09-16
1
-1
/
+1
*
KVM: page track: add the framework of guest page tracking
Xiao Guangrong
2016-03-03
1
-1
/
+2
*
kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
Andrey Smetanin
2015-07-23
1
-1
/
+3
*
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
Wei Huang
2015-06-23
1
-2
/
+2
*
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong
2015-06-19
1
-1
/
+1
*
KVM: x86: remove now unneeded include directory from Makefile
Andre Przywara
2015-03-26
1
-1
/
+1
*
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
Radim Krčmář
2014-11-23
1
-1
/
+1
*
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
2014-11-21
1
-3
/
+2
*
kvm: Add VFIO device
Alex Williamson
2013-10-30
1
-1
/
+1
*
KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles
Marc Zyngier
2013-05-19
1
-6
/
+7
*
kvm: Allow build-time configuration of KVM device assignment
Alex Williamson
2013-04-28
1
-2
/
+3
*
KVM: Extract generic irqchip logic into irqchip.c
Alexander Graf
2013-04-26
1
-1
/
+1
[next]