index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
Merge commit 'kvm-psc-for-7.1' into HEAD
Paolo Bonzini
1
-26
/
+65
6 days
KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer
Sean Christopherson
1
-6
/
+6
6 days
KVM: SEV: Check PSC request indices against the actual size of the buffer
Sean Christopherson
1
-2
/
+15
6 days
KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()
Sean Christopherson
1
-5
/
+6
6 days
KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0
Sean Christopherson
1
-0
/
+3
6 days
KVM: SEV: Compute the correct max length of the in-GHCB scratch area
Sean Christopherson
1
-9
/
+10
6 days
KVM: SEV: Use the size of the PSC header as the minimum size for PSC requests
Sean Christopherson
1
-1
/
+1
6 days
KVM: SEV: Ignore Port I/O requests of length '0'
Sean Christopherson
1
-0
/
+8
6 days
KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+
Sean Christopherson
1
-0
/
+5
6 days
KVM: SEV: Ignore MMIO requests of length '0'
Sean Christopherson
1
-3
/
+7
6 days
KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use
Michael Roth
1
-0
/
+4
6 days
Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-6
/
+29
13 days
KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)
Tina Zhang
1
-5
/
+7
2026-05-21
KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVIC
Sean Christopherson
1
-6
/
+29
2026-05-12
KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is running
Sean Christopherson
2
-31
/
+27
2026-04-13
KVM: x86: use inlines instead of macros for is_sev_*guest
Paolo Bonzini
1
-3
/
+13
2026-04-13
Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-268
/
+387
2026-04-13
Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-32
/
+13
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-399
/
+665
2026-04-13
Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-14
/
+6
2026-04-13
Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-29
/
+22
2026-04-09
KVM: SEV: Goto an existing error label if charging misc_cg for an ASID fails
Sean Christopherson
1
-6
/
+5
2026-04-09
KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helper
Carlos López
1
-14
/
+23
2026-04-09
KVM: SEV: use mutex guard in snp_handle_guest_req()
Carlos López
1
-15
/
+8
2026-04-09
KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()
Carlos López
1
-15
/
+5
2026-04-09
KVM: SEV: use mutex guard in sev_mem_enc_ioctl()
Carlos López
1
-17
/
+8
2026-04-09
KVM: SEV: use mutex guard in snp_launch_update()
Carlos López
1
-19
/
+12
2026-04-09
KVM: SEV: Assert that kvm->lock is held when querying SEV+ support
Sean Christopherson
1
-0
/
+25
2026-04-09
KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...
Sean Christopherson
1
-1
/
+7
2026-04-09
KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2
-1
/
+7
2026-04-09
KVM: SEV: WARN on unhandled VM type when initializing VM
Sean Christopherson
1
-11
/
+18
2026-04-08
KVM: SEV: Move SEV-specific VM initialization to sev.c
Sean Christopherson
3
-11
/
+18
2026-04-08
KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.c
Sean Christopherson
2
-17
/
+14
2026-04-08
KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"
Sean Christopherson
1
-2
/
+10
2026-04-08
KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guests
Sean Christopherson
1
-7
/
+21
2026-04-08
KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guests
Sean Christopherson
3
-64
/
+82
2026-04-08
KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronization
Sean Christopherson
1
-8
/
+7
2026-04-08
KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
Sean Christopherson
1
-4
/
+12
2026-04-03
KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails
Yosry Ahmed
2
-8
/
+4
2026-04-03
KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-4
/
+2
2026-04-03
KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructions
Yosry Ahmed
1
-0
/
+8
2026-04-03
KVM: SVM: Move RAX legality check to SVM insn interception handlers
Yosry Ahmed
2
-5
/
+21
2026-04-03
KVM: SVM: Properly check RAX on #GP intercept of SVM instructions
Yosry Ahmed
1
-2
/
+2
2026-04-03
KVM: SVM: Refactor SVM instruction handling on #GP intercept
Yosry Ahmed
1
-51
/
+26
2026-04-03
KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
Sean Christopherson
1
-2
/
+8
2026-04-03
KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock
Sean Christopherson
1
-4
/
+2
2026-04-03
KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
Sean Christopherson
1
-0
/
+3
2026-04-03
KVM: SEV: Use kvzalloc_objs() when pinning userpages
Sean Christopherson
1
-11
/
+9
2026-04-03
KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memory
Sean Christopherson
1
-5
/
+2
2026-04-03
KVM: SEV: Disallow pinning more pages than exist in the system
Sean Christopherson
1
-5
/
+9
[next]