index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
guest_memfd.c
Age
Commit message (
Expand
)
Author
2026-08-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-08-18
Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'kvm-x86-maintainers-7.3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2026-08-05
KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.h
Sean Christopherson
2026-08-04
mm: use linear_page_[index, delta]() consistently
Lorenzo Stoakes
2026-07-27
KVM: guest_memfd: Make private exactly what can be mapped on page fault
Sean Christopherson
2026-07-27
KVM: guest_memfd: Explicitly pass number of pages to make_private() hook
Sean Christopherson
2026-07-27
KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT
Sean Christopherson
2026-07-27
KVM: guest_memfd: Only "prepare" folios for private pages
Ackerley Tng
2026-07-27
KVM: guest_memfd: Add helpers to query SHARED vs. PRIVATE for a given page
Sean Christopherson
2026-07-27
KVM: guest_memfd: Drop the redundant printk on arch gmem_prepare() failure
Sean Christopherson
2026-07-27
KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate it
Sean Christopherson
2026-07-27
KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...
Sean Christopherson
2026-07-10
KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
Sean Christopherson
2026-06-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-06-12
Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-06-12
Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-06-08
KVM: guest_memfd: fix NUMA interleave index double-counting
Michael S. Tsirkin
2026-06-04
libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers
John Hubbard
2026-06-03
KVM: guest_memfd: Treat memslot binding offset+size as unsigned values
Sean Christopherson
2026-05-26
KVM: guest_memfd: Return -EEXIST for overlapping bindings
Zongyao Chen
2026-05-26
KVM: SEV: Pin source page for write when adding CPUID data for SNP guest
Sean Christopherson
2026-05-13
KVM: Rename invalidate_begin to invalidate_start for consistency
Takahiro Itazuri
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-03-26
kvm: Use private inode list instead of i_private_list
Jan Kara
2026-03-02
KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
Ackerley Tng
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
2026-01-15
KVM: guest_memfd: Remove preparation tracking
Michael Roth
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
2025-11-26
Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-04
KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dying
Sean Christopherson
2025-10-20
KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslot
Sean Christopherson
2025-10-20
KVM: guest_memfd: Add gmem_inode.flags field instead of using i_private
Sean Christopherson
2025-10-20
KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
Shivank Garg
2025-10-20
KVM: guest_memfd: Add slab-allocated inode cache
Shivank Garg
2025-10-20
KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
Ackerley Tng
2025-10-20
KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inode
Sean Christopherson
2025-10-20
KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"
Sean Christopherson
2025-10-20
KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()
Sean Christopherson
2025-10-20
KVM: guest_memfd: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
2025-10-20
KVM: guest_memfd: remove redundant gmem variable initialization
Shivank Garg
2025-10-20
KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()
Shivank Garg
2025-10-10
KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
Sean Christopherson
2025-10-10
KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHARED
Sean Christopherson
2025-10-10
KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
Sean Christopherson
2025-09-30
KVM: Export KVM-internal symbols for sub-modules only
Sean Christopherson
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-23
KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
Sean Christopherson
[next]