summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)Author
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes
2026-04-18mm/vma: remove __vma_check_mmap_hook()Lorenzo Stoakes
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)
2026-04-05mm: have mmap_action_complete() handle the rmap lock and unmapLorenzo Stoakes (Oracle)
2026-04-05mm: switch the rmap lock held option off in compat layerLorenzo Stoakes (Oracle)
2026-04-05mm: avoid deadlock when holding rmap on mmap_prepare errorLorenzo Stoakes (Oracle)
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)
2026-04-05mm: rework compound_head() for power-of-2 sizeof(struct page)Kiryl Shutsemau
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau
2026-04-05mm: do not map the shadow stack as THPCatalin Marinas
2026-04-05mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappingsCatalin Marinas
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes
2025-10-07fsnotify: pass correct offset to fsnotify_mmap_perm()Ryan Roberts
2025-09-22mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann
2025-09-21mm, s390: constify mapping related test/getter functionsMax Kellermann
2025-09-21scatterlist: disallow non-contigous page ranges in a single SG entryDavid Hildenbrand
2025-09-21mm/cma: refuse handing out non-contiguous page rangesDavid Hildenbrand
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes
2025-07-24mm/util: introduce snapshot_page()Luiz Capitulino
2025-07-19mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein
2025-03-04slab: Adjust placement of __kvmalloc_node_noprofGONG Ruiqi
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu
2025-01-13mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes
2024-12-30mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)
2024-11-05mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}Yafang Shao
2024-11-05mm/util: fix possible race condition in kstrdup()Yafang Shao
2024-09-01mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-06mm: add folio_mc_copy()Kefeng Wang
2024-07-03mm/util: Use dedicated slab buckets for memdup_user()Kees Cook
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook