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
/
svm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-09
KVM: nSVM: Fix and simplify LBR virtualization handling with nested
Yosry Ahmed
2
-49
/
+17
2025-11-09
KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
Yosry Ahmed
1
-10
/
+19
2025-11-09
KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
Yosry Ahmed
1
-0
/
+4
2025-11-04
KVM: SVM: switch to raw spinlock for svm->ir_list_lock
Maxim Levitsky
2
-9
/
+9
2025-11-04
KVM: SVM: Make avic_ga_log_notifier() local to avic.c
Sean Christopherson
2
-2
/
+1
2025-11-04
KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exit
Sean Christopherson
3
-0
/
+9
2025-11-04
KVM: SVM: Initialize per-CPU svm_data at the end of hardware setup
Sean Christopherson
1
-6
/
+7
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-19
/
+88
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-13
/
+25
2025-09-30
Merge tag 'kvm-x86-ciphertext-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-10
/
+58
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-244
/
+308
2025-09-30
Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
1
-2
/
+1
2025-09-23
KVM: SVM: Enable shadow stack virtualization for SVM
John Allen
1
-3
/
+0
2025-09-23
KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's valid
Sean Christopherson
3
-2
/
+6
2025-09-23
KVM: SVM: Pass through shadow stack MSRs as appropriate
John Allen
1
-0
/
+11
2025-09-23
KVM: SVM: Update dump_vmcb with shadow stack save area additions
John Allen
1
-0
/
+11
2025-09-23
KVM: nSVM: Save/load CET Shadow Stack state to/from vmcb12/vmcb02
Sean Christopherson
1
-0
/
+20
2025-09-23
KVM: SVM: Emulate reads and writes to shadow stack MSRs
John Allen
2
-1
/
+23
2025-09-23
KVM: x86: Enable CET virtualization for VMX and advertise to userspace
Yang Weijiang
1
-0
/
+4
2025-09-23
KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setup
Sean Christopherson
1
-15
/
+15
2025-09-23
KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependencies
Sean Christopherson
4
-102
/
+131
2025-09-23
KVM: SVM: Enable AVIC by default for Zen4+ if x2AVIC is support
Naveen N Rao
1
-4
/
+36
2025-09-23
KVM: SVM: Move global "avic" variable to avic.c
Sean Christopherson
2
-18
/
+26
2025-09-23
KVM: SVM: Don't advise the user to do force_avic=y (when x2AVIC is detected)
Sean Christopherson
1
-4
/
+2
2025-09-23
KVM: SVM: Always print "AVIC enabled" separately, even when force enabled
Sean Christopherson
1
-10
/
+9
2025-09-23
KVM: SVM: Update "APICv in x2APIC without x2AVIC" in avic.c, not svm.c
Sean Christopherson
3
-6
/
+5
2025-09-23
KVM: SVM: Move x2AVIC MSR interception helper to avic.c
Sean Christopherson
3
-53
/
+54
2025-09-23
KVM: SVM: Make svm_x86_ops globally visible, clean up on-HyperV usage
Sean Christopherson
4
-32
/
+31
2025-09-23
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
3
-19
/
+18
2025-09-23
KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
Sean Christopherson
1
-1
/
+1
2025-09-23
KVM: SEV: Validate XCR0 provided by guest in GHCB
Sean Christopherson
1
-4
/
+2
2025-09-23
KVM: SEV: Read save fields from GHCB exactly once
Sean Christopherson
2
-21
/
+26
2025-09-23
KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()
Sean Christopherson
1
-4
/
+4
2025-09-18
KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
Sean Christopherson
1
-1
/
+0
2025-09-18
KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
Dapeng Mi
1
-2
/
+2
2025-09-18
KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
Sean Christopherson
1
-3
/
+1
2025-09-18
KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
1
-4
/
+4
2025-09-18
KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
Sean Christopherson
1
-1
/
+1
2025-09-15
KVM: SEV: Add SEV-SNP CipherTextHiding support
Ashish Kalra
1
-1
/
+31
2025-09-15
KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
Ashish Kalra
1
-9
/
+27
2025-09-11
KVM: nSVM: Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
1
-11
/
+9
2025-09-10
KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
Maciej S. Szmigiero
1
-2
/
+1
2025-09-08
KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeeds
Sean Christopherson
1
-4
/
+2
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
2
-3
/
+3
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
3
-4
/
+4
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
1
-2
/
+2
2025-08-21
KVM: SVM: Enable Secure TSC for SNP guests
Nikunj A Dadhania
1
-0
/
+28
2025-08-21
KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()
Sean Christopherson
3
-9
/
+2
2025-08-21
KVM: SEV: Set RESET GHCB MSR value during sev_es_init_vmcb()
Sean Christopherson
1
-13
/
+11
2025-08-21
KVM: SEV: Move init of SNP guest state into sev_init_vmcb()
Sean Christopherson
3
-16
/
+13
[next]