index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
KVM: VMX: Fix check for valid GVA on an EPT violation
Sukrit Bhatnagar
1
-1
/
+1
2025-10-20
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
Sean Christopherson
2
-0
/
+16
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+11
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-1
/
+0
2025-10-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-144
/
+484
2025-10-04
Merge tag 'x86_tdx_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-22
/
+22
2025-09-30
entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
1
-1
/
+0
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-31
/
+307
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-98
/
+140
2025-09-30
Merge tag 'kvm-x86-vmx-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-15
/
+26
2025-09-30
Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+11
2025-09-30
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-0
/
+7
2025-09-23
KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
Chao Gao
1
-2
/
+11
2025-09-23
KVM: nVMX: Add consistency checks for CET states
Chao Gao
1
-0
/
+48
2025-09-23
KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
Chao Gao
1
-0
/
+6
2025-09-23
KVM: nVMX: Prepare for enabling CET support for nested guest
Yang Weijiang
5
-1
/
+101
2025-09-23
KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
Yang Weijiang
2
-9
/
+23
2025-09-23
KVM: VMX: Configure nested capabilities after CPU capabilities
Sean Christopherson
1
-2
/
+7
2025-09-23
KVM: x86: Enable CET virtualization for VMX and advertise to userspace
Yang Weijiang
3
-3
/
+38
2025-09-23
KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setup
Sean Christopherson
1
-8
/
+8
2025-09-23
KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1
Sean Christopherson
1
-6
/
+9
2025-09-23
KVM: VMX: Set host constant supervisor states to VMCS fields
Yang Weijiang
2
-0
/
+19
2025-09-23
KVM: VMX: Set up interception for CET MSRs
Yang Weijiang
1
-0
/
+19
2025-09-23
KVM: VMX: Emulate read and write to CET MSRs
Yang Weijiang
1
-0
/
+18
2025-09-19
KVM: TDX: Fix uninitialized error code for __tdx_bringup()
Tony Lindgren
1
-7
/
+3
2025-09-18
KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
Sean Christopherson
1
-26
/
+25
2025-09-18
KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
Sean Christopherson
1
-5
/
+0
2025-09-18
KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
Dapeng Mi
1
-9
/
+6
2025-09-18
KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls
Dapeng Mi
2
-13
/
+15
2025-09-18
KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
Sean Christopherson
1
-3
/
+0
2025-09-18
KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
3
-10
/
+15
2025-09-18
KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
Dapeng Mi
3
-11
/
+8
2025-09-18
KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
Dapeng Mi
1
-4
/
+4
2025-09-18
KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
Sean Christopherson
1
-4
/
+9
2025-09-16
KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"
Dapeng Mi
1
-3
/
+3
2025-09-16
KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMs
Sagi Shahar
1
-0
/
+5
2025-09-15
KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
Keir Fraser
1
-0
/
+7
2025-09-11
x86/virt/tdx: Use precalculated TDVPR page physical address
Kai Huang
1
-0
/
+9
2025-09-10
KVM: TDX: Do not retry locally when the retry is caused by invalid memslot
Sean Christopherson
1
-0
/
+11
2025-09-05
KVM/TDX: Explicitly do WBINVD when no more TDX SEAMCALLs
Kai Huang
1
-0
/
+10
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
3
-4
/
+8
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
3
-5
/
+5
2025-08-22
x86/tdx: Eliminate duplicate code in tdx_clear_page()
Adrian Hunter
1
-22
/
+3
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
1
-7
/
+7
2025-08-19
KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
Xin Li
1
-0
/
+3
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
3
-2
/
+37
2025-08-19
KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
Xin Li
1
-1
/
+1
2025-08-19
KVM: x86: Add a fastpath handler for INVD
Sean Christopherson
1
-0
/
+2
2025-08-19
KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
Sean Christopherson
1
-1
/
+1
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
1
-1
/
+1
[next]