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
/
nested.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-24
/
+24
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+6
2025-05-27
Merge tag 'kvm-x86-vmx-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-11
/
+20
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-29
KVM: x86: Unify cross-vCPU IBPB
Sean Christopherson
1
-3
/
+3
2025-04-24
KVM: nVMX: Check MSR load/store list counts during VM-Enter consistency checks
Sean Christopherson
1
-11
/
+20
2025-04-24
KVM: x86: Generalize IBRS virtualization on emulated VM-exit
Yosry Ahmed
1
-10
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-2
/
+2
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-6
/
+6
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+10
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+2
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-8
/
+10
2025-03-14
KVM: VMX: Move emulation_required to struct vcpu_vt
Binbin Wu
1
-1
/
+1
2025-03-14
KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
Binbin Wu
1
-5
/
+5
2025-02-26
KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pending
Sean Christopherson
1
-0
/
+11
2025-02-24
KVM: nVMX: Allow the caller to provide instruction length on nested VM-Exit
Sean Christopherson
1
-5
/
+7
2025-02-24
KVM: x86: Add a #define for the architectural max instruction length
Sean Christopherson
1
-1
/
+1
2025-02-18
KVM: x86: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+2
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
1
-2
/
+2
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-9
/
+9
2025-01-08
KVM: VMX: refactor PML terminology
Maxim Levitsky
1
-1
/
+1
2024-12-19
KVM: nVMX: Honor event priority when emulating PI delivery during VM-Enter
Sean Christopherson
1
-15
/
+38
2024-12-19
KVM: nVMX: Use vmcs01's controls shadow to check for IRQ/NMI windows at VM-Enter
Sean Christopherson
1
-6
/
+4
2024-12-19
KVM: nVMX: Drop manual vmcs01.GUEST_INTERRUPT_STATUS.RVI check at VM-Enter
Sean Christopherson
1
-10
/
+0
2024-12-19
KVM: nVMX: Check for pending INIT/SIPI after entering non-root mode
Sean Christopherson
1
-2
/
+1
2024-12-19
KVM: nVMX: Explicitly update vPPR on successful nested VM-Enter
Sean Christopherson
1
-1
/
+2
2024-12-19
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
1
-0
/
+5
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
1
-6
/
+6
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
1
-3
/
+3
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
1
-5
/
+25
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-12
/
+23
2024-11-04
KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
Sean Christopherson
1
-5
/
+25
2024-11-01
KVM: nVMX: fix canonical check of vmcs12 HOST_RIP
Maxim Levitsky
1
-1
/
+12
2024-11-01
KVM: x86: model canonical checks more precisely
Maxim Levitsky
1
-11
/
+11
2024-11-01
KVM: x86: drop x86.h include from cpuid.h
Maxim Levitsky
1
-1
/
+1
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
1
-8
/
+8
2024-10-25
KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
Sean Christopherson
1
-6
/
+1
2024-10-25
KVM: nVMX: Add helper to put (unmap) vmcs12 pages
Sean Christopherson
1
-14
/
+18
2024-10-25
KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
Sean Christopherson
1
-4
/
+4
2024-10-25
KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
Sean Christopherson
1
-5
/
+2
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-18
/
+54
2024-09-09
KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-Enter
Sean Christopherson
1
-2
/
+4
2024-09-09
KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
Sean Christopherson
1
-0
/
+14
2024-09-09
KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQ
Sean Christopherson
1
-1
/
+2
2024-09-09
KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
Sean Christopherson
1
-9
/
+27
2024-08-22
KVM: nVMX: Use vmx_segment_cache_clear() instead of open coded equivalent
Maxim Levitsky
1
-1
/
+2
2024-08-22
KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
Sean Christopherson
1
-6
/
+6
2024-08-22
KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()
Xin Li
1
-7
/
+20
2024-08-22
KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
Sean Christopherson
1
-1
/
+1
2024-08-22
KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC
Sean Christopherson
1
-5
/
+3
[next]