index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-06
KVM: x86: leave kvm.ko out of the build if no vendor module is requested
Paolo Bonzini
1
-1
/
+1
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-5
/
+0
2024-04-12
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
1
-1
/
+1
2024-04-11
KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
Paolo Bonzini
1
-3
/
+4
2024-04-09
KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD
Sean Christopherson
1
-5
/
+0
2024-02-23
kbuild: change tool coverage variables to take the path relative to $(obj)
Masahiro Yamada
1
-1
/
+2
2023-12-07
KVM: x86: Make Hyper-V emulation optional
Vitaly Kuznetsov
1
-11
/
+9
2023-12-07
KVM: VMX: Split off hyperv_evmcs.{ch}
Vitaly Kuznetsov
1
-1
/
+1
2023-12-07
KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
Vitaly Kuznetsov
1
-0
/
+4
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
1
-1
/
+2
2022-11-18
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov
1
-1
/
+1
2022-11-09
KVM: allow compiling out SMM support
Paolo Bonzini
1
-1
/
+1
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
1
-0
/
+1
2022-11-09
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
1
-0
/
+3
2022-11-09
KVM: x86: use a separate asm-offsets.c file
Paolo Bonzini
1
-0
/
+9
2021-12-09
KVM: Add Makefile.kvm for common files, use it for x86
David Woodhouse
1
-6
/
+1
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-21
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
1
-1
/
+1
2020-10-21
kvm: x86/mmu: Introduce tdp_iter
Ben Gardon
1
-1
/
+1
2020-10-21
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-20
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
[next]