index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+107
2026-02-11
Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-61
/
+47
2026-02-09
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+2
2026-02-09
Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-113
/
+279
2026-01-30
KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
Sean Christopherson
-1
/
+3
2026-01-30
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
-0
/
+2
2026-01-23
KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
Michael Roth
-0
/
+16
2026-01-23
KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
Michael Roth
-6
/
+57
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
-16
/
+17
2026-01-15
KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
Michael Roth
-1
/
+5
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
-57
/
+37
2026-01-14
KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalc
Yosry Ahmed
-2
/
+8
2026-01-14
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
-2
/
+3
2026-01-14
KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
Sean Christopherson
-2
/
+2
2026-01-14
KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
Yosry Ahmed
-1
/
+0
2026-01-14
KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
Sean Christopherson
-2
/
+2
2026-01-13
KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SW
Sean Christopherson
-0
/
+6
2026-01-13
KVM: SVM: Harden exit_code against being used in Spectre-like attacks
Sean Christopherson
-0
/
+1
2026-01-13
KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM
Sean Christopherson
-1
/
+4
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
-43
/
+18
2026-01-13
KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
Sean Christopherson
-2
/
+16
2026-01-13
KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
Sean Christopherson
-6
/
+6
2026-01-13
KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
Sean Christopherson
-15
/
+10
2026-01-13
KVM: SVM: Add a helper to detect VMRUN failures
Sean Christopherson
-11
/
+14
2026-01-13
KVM: SVM: Tag sev_supported_vmsa_features as read-only after init
Sean Christopherson
-2
/
+2
2026-01-13
KVM: SVM: Drop the module param to control SEV-ES DebugSwap
Sean Christopherson
-8
/
+3
2026-01-13
KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()
Yan Zhao
-0
/
+1
2026-01-08
KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
Jim Mattson
-5
/
+5
2026-01-08
KVM: SVM: Don't set GIF when clearing EFER.SVME
Jim Mattson
-1
/
+2
2026-01-08
KVM: SVM: Virtualize and advertise support for ERAPS
Amit Shah
-1
/
+43
2026-01-08
KVM: SVM: Don't allow L1 intercepts for instructions not advertised
Kevin Cheng
-8
/
+46
2026-01-08
KVM: SVM: Add support for expedited writes to the fast MMIO bus
Sean Christopherson
-0
/
+21
2026-01-08
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
Sean Christopherson
-4
/
+4
2026-01-08
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
-2
/
+1
2026-01-08
KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Dapeng Mi
-0
/
+2
2026-01-08
KVM: nSVM: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
-1
/
+17
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
-0
/
+37
2026-01-08
KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
Sandipan Das
-1
/
+2
2026-01-08
KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Mingwei Zhang
-0
/
+1
2026-01-08
KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
Dapeng Mi
-0
/
+36
2026-01-08
KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
Dapeng Mi
-0
/
+5
2026-01-08
KVM: x86/pmu: Implement AMD mediated PMU requirements
Sean Christopherson
-0
/
+8
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-5
/
+8
2025-12-04
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Sean Christopherson
-2
/
+2
2025-12-04
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson
-3
/
+6
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-83
/
+189
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-19
/
+14
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
-2
/
+0
[next]