开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2026-04-09
KVM: SEV: use mutex guard in snp_handle_guest_req()
Carlos López
2026-04-09
KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()
Carlos López
2026-04-09
KVM: SEV: use mutex guard in sev_mem_enc_ioctl()
Carlos López
2026-04-09
KVM: SEV: use mutex guard in snp_launch_update()
Carlos López
2026-04-09
KVM: SEV: Assert that kvm->lock is held when querying SEV+ support
Sean Christopherson
2026-04-09
KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...
Sean Christopherson
2026-04-09
KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2026-04-09
KVM: SEV: WARN on unhandled VM type when initializing VM
Sean Christopherson
2026-04-08
KVM: SEV: Move SEV-specific VM initialization to sev.c
Sean Christopherson
2026-04-08
KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.c
Sean Christopherson
2026-04-08
KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"
Sean Christopherson
2026-04-08
KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guests
Sean Christopherson
2026-04-08
KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guests
Sean Christopherson
2026-04-08
KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronization
Sean Christopherson
2026-04-08
KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
Sean Christopherson
2026-04-03
KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
Sean Christopherson
2026-04-03
KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock
Sean Christopherson
2026-04-03
KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
Sean Christopherson
2026-04-03
KVM: SEV: Use kvzalloc_objs() when pinning userpages
Sean Christopherson
2026-04-03
KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memory
Sean Christopherson
2026-04-03
KVM: SEV: Disallow pinning more pages than exist in the system
Sean Christopherson
2026-04-03
KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()
Sean Christopherson
2026-04-03
KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
Sean Christopherson
2026-03-03
KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature
Sean Christopherson
2026-03-03
KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
Sean Christopherson
2026-03-03
KVM: SVM: Extract OS-visible workarounds setup to helper function
Sean Christopherson
2026-03-03
KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
Sean Christopherson
2026-03-03
KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
Sean Christopherson
2026-03-02
KVM: SVM: Fix UBSAN warning when reading avic parameter
Gal Pressman
2026-03-02
KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cacheline
Sean Christopherson
2026-03-02
KVM: SVM: Optimize IRQ window inhibit handling
Sean Christopherson
2026-03-02
KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
Sean Christopherson
2026-03-02
KVM: SVM: Fix clearing IRQ window inhibit with nested guests
Sean Christopherson
2026-03-02
KVM: SVM: Mark module parameters as __ro_after_init for security and performance
Li RongQing
2026-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-03-01
Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-03-01
Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-28
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2026-02-28
Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2026-02-28
Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
2026-02-27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2026-02-26
Merge tag 'dma-mapping-7.0-2026-02-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-26
bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearing
Fuad Tabba
2026-02-26
arm64: topology: Fix false warning in counters_read_on_cpu() for same-CPU reads
Sumit Gupta
2026-02-26
arm64: Fix sampling the "stable" virtual counter in preemptible section
Marc Zyngier
2026-02-25
arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI
Mark Rutland
2026-02-25
arm64: tlb: Allow XZR argument to TLBI ops
Mark Rutland
2026-02-25
arm64: gcs: Honour mprotect(PROT_NONE) on shadow stack mappings
Catalin Marinas
[next]