index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
Sean Christopherson
1
-4
/
+7
2026-04-22
KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
Sean Christopherson
1
-4
/
+12
2026-04-22
KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
Sean Christopherson
1
-2
/
+8
2026-04-22
KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock
Sean Christopherson
1
-4
/
+2
2026-04-22
KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
Sean Christopherson
1
-0
/
+3
2026-03-11
KVM: x86: clarify leave_smm() return value
Paolo Bonzini
1
-3
/
+3
2026-03-11
KVM: SVM: check validity of VMCB controls when returning from SMM
Paolo Bonzini
3
-2
/
+15
2026-03-11
KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated
Sean Christopherson
2
-5
/
+9
2026-03-11
KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APIC
Sean Christopherson
2
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-3
/
+3
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-1
/
+107
2026-02-11
Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-61
/
+47
2026-02-09
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+2
2026-02-09
Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-113
/
+279
2026-01-30
KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
Sean Christopherson
1
-1
/
+3
2026-01-30
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
1
-0
/
+2
2026-01-23
KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
Michael Roth
1
-0
/
+16
2026-01-23
KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
Michael Roth
2
-6
/
+57
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
1
-16
/
+17
2026-01-15
KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
Michael Roth
1
-1
/
+5
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
1
-57
/
+37
2026-01-14
KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalc
Yosry Ahmed
1
-2
/
+8
2026-01-14
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-2
/
+3
2026-01-14
KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
Sean Christopherson
1
-2
/
+2
2026-01-14
KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
Yosry Ahmed
1
-1
/
+0
2026-01-14
KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
Sean Christopherson
1
-2
/
+2
2026-01-13
KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SW
Sean Christopherson
1
-0
/
+6
2026-01-13
KVM: SVM: Harden exit_code against being used in Spectre-like attacks
Sean Christopherson
1
-0
/
+1
2026-01-13
KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM
Sean Christopherson
1
-1
/
+4
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
5
-43
/
+18
2026-01-13
KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
Sean Christopherson
1
-2
/
+16
2026-01-13
KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
Sean Christopherson
1
-6
/
+6
2026-01-13
KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
Sean Christopherson
1
-15
/
+10
2026-01-13
KVM: SVM: Add a helper to detect VMRUN failures
Sean Christopherson
3
-11
/
+14
2026-01-13
KVM: SVM: Tag sev_supported_vmsa_features as read-only after init
Sean Christopherson
1
-2
/
+2
2026-01-13
KVM: SVM: Drop the module param to control SEV-ES DebugSwap
Sean Christopherson
1
-8
/
+3
2026-01-13
KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()
Yan Zhao
1
-0
/
+1
2026-01-08
KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
Jim Mattson
1
-5
/
+5
2026-01-08
KVM: SVM: Don't set GIF when clearing EFER.SVME
Jim Mattson
2
-1
/
+2
2026-01-08
KVM: SVM: Virtualize and advertise support for ERAPS
Amit Shah
3
-1
/
+43
2026-01-08
KVM: SVM: Don't allow L1 intercepts for instructions not advertised
Kevin Cheng
2
-8
/
+46
2026-01-08
KVM: SVM: Add support for expedited writes to the fast MMIO bus
Sean Christopherson
1
-0
/
+21
2026-01-08
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
Sean Christopherson
1
-4
/
+4
2026-01-08
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
1
-2
/
+1
2026-01-08
KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Dapeng Mi
1
-0
/
+2
2026-01-08
KVM: nSVM: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
1
-1
/
+17
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
2
-0
/
+37
2026-01-08
KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
Sandipan Das
1
-1
/
+2
2026-01-08
KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Mingwei Zhang
1
-0
/
+1
[next]