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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
Makefile
Age
Commit message (
Expand
)
Author
2025-06-20
KVM: x86: Fold irq_comm.c into irq.c
Sean Christopherson
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
2024-10-06
KVM: x86: leave kvm.ko out of the build if no vendor module is requested
Paolo Bonzini
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-04-12
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
2024-04-11
KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
Paolo Bonzini
2024-04-09
KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD
Sean Christopherson
2024-02-23
kbuild: change tool coverage variables to take the path relative to $(obj)
Masahiro Yamada
2023-12-07
KVM: x86: Make Hyper-V emulation optional
Vitaly Kuznetsov
2023-12-07
KVM: VMX: Split off hyperv_evmcs.{ch}
Vitaly Kuznetsov
2023-12-07
KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
Vitaly Kuznetsov
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov
2022-11-09
KVM: allow compiling out SMM support
Paolo Bonzini
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
2022-11-09
KVM: x86: use a separate asm-offsets.c file
Paolo Bonzini
2021-12-09
KVM: Add Makefile.kvm for common files, use it for x86
David Woodhouse
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-17
KVM: SVM: hyper-v: Direct Virtual Flush support
Vineeth Pillai
2021-06-17
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-20
KVM: VMX: Frame in ENCLS handler for SGX virtualization
Sean Christopherson
2021-03-30
KVM: make: Fix out-of-source module builds
Siddharth Chandrasekaran
2021-03-02
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
2020-10-21
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
2020-10-21
kvm: x86/mmu: Introduce tdp_iter
Ben Gardon
2020-10-21
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
2020-09-28
KVM: VMX: Extract posted interrupt support to separate files
Xiaoyao Li
2020-04-20
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
2020-04-03
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
2020-04-03
KVM: SVM: Move SEV code to separate file
Joerg Roedel
2020-04-03
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
2020-04-03
KVM: SVM: Move Nested SVM Implementation to nested.c
Joerg Roedel
2020-04-03
kVM SVM: Move SVM related files to own sub-directory
Joerg Roedel
2020-02-28
KVM: allow disabling -Werror
Paolo Bonzini
2020-02-12
KVM: x86: enable -Werror
Paolo Bonzini
2019-11-21
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
2019-01-25
KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths
Masahiro Yamada
2018-12-21
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
2018-12-14
KVM: nVMX: Move nested code to dedicated files
Sean Christopherson
2018-12-14
KVM: VMX: Move eVMCS code to dedicated files
Sean Christopherson
2018-12-14
KVM: nVMX: Move vmcs12 code to dedicated files
Sean Christopherson
2018-12-14
KVM: VMX: Move VMX specific files to a "vmx" subdirectory
Sean Christopherson
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-07
KVM: x86: drop legacy device assignment
Paolo Bonzini
[next]