summaryrefslogtreecommitdiff
path: root/virt/kvm/guest_memfd.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-52/+21
2026-08-18Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-52/+20
2026-08-18Merge tag 'kvm-x86-maintainers-7.3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-0/+1
2026-08-05KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.hSean Christopherson1-0/+1
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-1/+1
2026-07-27KVM: guest_memfd: Make private exactly what can be mapped on page faultSean Christopherson1-46/+7
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson1-1/+1
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson1-2/+2
2026-07-27KVM: guest_memfd: Only "prepare" folios for private pagesAckerley Tng1-1/+2
2026-07-27KVM: guest_memfd: Add helpers to query SHARED vs. PRIVATE for a given pageSean Christopherson1-1/+11
2026-07-27KVM: guest_memfd: Drop the redundant printk on arch gmem_prepare() failureSean Christopherson1-7/+3
2026-07-27KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate itSean Christopherson1-3/+3
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson1-5/+1
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson1-0/+4
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-16/+20
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+4
2026-06-12Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-7/+9
2026-06-08KVM: guest_memfd: fix NUMA interleave index double-countingMichael S. Tsirkin1-3/+4
2026-06-04libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callersJohn Hubbard1-2/+0
2026-06-03KVM: guest_memfd: Treat memslot binding offset+size as unsigned valuesSean Christopherson1-4/+4
2026-05-26KVM: guest_memfd: Return -EEXIST for overlapping bindingsZongyao Chen1-0/+1
2026-05-26KVM: SEV: Pin source page for write when adding CPUID data for SNP guestSean Christopherson1-2/+4
2026-05-13KVM: Rename invalidate_begin to invalidate_start for consistencyTakahiro Itazuri1-7/+7
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+2
2026-03-26kvm: Use private inode list instead of i_private_listJan Kara1-5/+7
2026-03-02KVM: guest_memfd: Don't set FGP_ACCESSED when getting foliosAckerley Tng1-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-15KVM: guest_memfd: GUP source pages prior to populating guest memoryMichael Roth1-27/+56
2026-01-15KVM: guest_memfd: Remove preparation trackingMichael Roth1-32/+12
2026-01-15KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()Michael Roth1-13/+17
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-94/+279
2025-11-04KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dyingSean Christopherson1-13/+32
2025-10-20KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslotSean Christopherson1-14/+8
2025-10-20KVM: guest_memfd: Add gmem_inode.flags field instead of using i_privateSean Christopherson1-6/+9
2025-10-20KVM: guest_memfd: Enforce NUMA mempolicy using shared policyShivank Garg1-2/+56
2025-10-20KVM: guest_memfd: Add slab-allocated inode cacheShivank Garg1-1/+76
2025-10-20KVM: guest_memfd: Use guest mem inodes instead of anonymous inodesAckerley Tng1-14/+68
2025-10-20KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inodeSean Christopherson1-4/+5
2025-10-20KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"Sean Christopherson1-45/+53
2025-10-20KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()Sean Christopherson1-4/+2
2025-10-20KVM: guest_memfd: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes1-2/+2
2025-10-20KVM: guest_memfd: remove redundant gmem variable initializationShivank Garg1-1/+0
2025-10-20KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()Shivank Garg1-6/+6
2025-10-10KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson1-7/+2
2025-10-10KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHAREDSean Christopherson1-20/+44
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson1-1/+5
2025-09-30KVM: Export KVM-internal symbols for sub-modules onlySean Christopherson1-2/+2
2025-09-30Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2025-09-23KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATESean Christopherson1-1/+2