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
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-1367
/
+1543
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2026-04-14
Merge tag 'x86_tdx_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-8
/
+2
2026-04-13
KVM: x86: use inlines instead of macros for is_sev_*guest
Paolo Bonzini
-3
/
+13
2026-04-13
Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-269
/
+431
2026-04-13
Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-383
/
+79
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-467
/
+767
2026-04-13
Merge tag 'kvm-x86-mmu-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+15
2026-04-13
Merge tag 'kvm-x86-vmx-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-5
/
+2
2026-04-13
Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-187
/
+177
2026-04-13
Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-55
/
+62
2026-04-09
KVM: SEV: Goto an existing error label if charging misc_cg for an ASID fails
Sean Christopherson
-6
/
+5
2026-04-09
KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helper
Carlos López
-14
/
+23
2026-04-09
KVM: SEV: use mutex guard in snp_handle_guest_req()
Carlos López
-15
/
+8
2026-04-09
KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()
Carlos López
-15
/
+5
2026-04-09
KVM: SEV: use mutex guard in sev_mem_enc_ioctl()
Carlos López
-17
/
+8
2026-04-09
KVM: SEV: use mutex guard in snp_launch_update()
Carlos López
-19
/
+12
2026-04-09
KVM: SEV: Assert that kvm->lock is held when querying SEV+ support
Sean Christopherson
-0
/
+25
2026-04-09
KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...
Sean Christopherson
-1
/
+7
2026-04-09
KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=y
Sean Christopherson
-1
/
+7
2026-04-09
KVM: SEV: WARN on unhandled VM type when initializing VM
Sean Christopherson
-11
/
+18
2026-04-08
KVM: SEV: Move SEV-specific VM initialization to sev.c
Sean Christopherson
-11
/
+18
2026-04-08
KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.c
Sean Christopherson
-17
/
+14
2026-04-08
KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"
Sean Christopherson
-2
/
+10
2026-04-08
KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guests
Sean Christopherson
-7
/
+21
2026-04-08
KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guests
Sean Christopherson
-64
/
+82
2026-04-08
KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronization
Sean Christopherson
-8
/
+7
2026-04-08
KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
Sean Christopherson
-4
/
+12
2026-04-05
mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport (Microsoft)
-1
/
+1
2026-04-03
KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails
Yosry Ahmed
-8
/
+4
2026-04-03
KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulation
Yosry Ahmed
-4
/
+2
2026-04-03
KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructions
Yosry Ahmed
-0
/
+8
2026-04-03
KVM: SVM: Move RAX legality check to SVM insn interception handlers
Yosry Ahmed
-5
/
+21
2026-04-03
KVM: SVM: Properly check RAX on #GP intercept of SVM instructions
Yosry Ahmed
-2
/
+2
2026-04-03
KVM: SVM: Refactor SVM instruction handling on #GP intercept
Yosry Ahmed
-51
/
+26
2026-04-03
KVM: SVM: Properly check RAX in the emulator for SVM instructions
Yosry Ahmed
-2
/
+9
2026-04-03
KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
Sean Christopherson
-2
/
+8
2026-04-03
KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock
Sean Christopherson
-4
/
+2
2026-04-03
KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
Sean Christopherson
-0
/
+3
2026-04-03
KVM: SEV: Use kvzalloc_objs() when pinning userpages
Sean Christopherson
-11
/
+9
2026-04-03
KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memory
Sean Christopherson
-5
/
+2
2026-04-03
KVM: SEV: Disallow pinning more pages than exist in the system
Sean Christopherson
-5
/
+9
2026-04-03
KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()
Sean Christopherson
-3
/
+0
2026-04-03
KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
Sean Christopherson
-4
/
+7
2026-04-03
KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
Sean Christopherson
-11
/
+33
2026-04-03
KVM: x86: Move nested_run_pending to kvm_vcpu_arch
Yosry Ahmed
-55
/
+48
2026-03-27
KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
Sean Christopherson
-1
/
+2
2026-03-27
KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Sean Christopherson
-6
/
+8
2026-03-13
KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()
Yosry Ahmed
-11
/
+12
2026-03-13
KVM: SVM: Add a helper to get LBR field pointer to dedup MSR accesses
Sean Christopherson
-29
/
+20
[next]