summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17mm: add ability to take further action in vm_area_descLorenzo Stoakes1-11/+135
2025-10-08fsnotify: pass correct offset to fsnotify_mmap_perm()Ryan Roberts1-1/+2
2025-09-23mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes1-23/+39
2025-09-23mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-2/+12
2025-09-22mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann1-3/+3
2025-09-22mm, s390: constify mapping related test/getter functionsMax Kellermann1-5/+5
2025-09-22scatterlist: disallow non-contigous page ranges in a single SG entryDavid Hildenbrand1-0/+1
2025-09-22mm/cma: refuse handing out non-contiguous page rangesDavid Hildenbrand1-0/+35
2025-09-14mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes1-3/+3
2025-07-25mm/util: introduce snapshot_page()Luiz Capitulino1-0/+81
2025-07-20mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand1-1/+1
2025-07-20mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand1-0/+29
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-3/+3
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-0/+40
2025-03-27Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+59
2025-03-25Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-162/+0
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein1-0/+3
2025-03-04slab: Adjust placement of __kvmalloc_node_noprofGONG Ruiqi1-162/+0
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu1-8/+59
2025-01-14mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes1-0/+17
2024-12-31mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa1-6/+1
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-35/+27
2024-11-08mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-1/+1
2024-11-06mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}Yafang Shao1-42/+27
2024-11-06mm/util: fix possible race condition in kstrdup()Yafang Shao1-1/+8
2024-09-02mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-09-02mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-30/+70
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+17
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-6/+17
2024-07-17Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+5
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-6/+17
2024-07-06mm: add folio_mc_copy()Kefeng Wang1-0/+17
2024-07-03mm/util: Use dedicated slab buckets for memdup_user()Kees Cook1-2/+12
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook1-4/+5
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook1-0/+2
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-06-15kunit: test: Add vm_mmap() allocation resource managerKees Cook1-0/+3
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker1-2/+2
2024-06-06mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan1-5/+5
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-3/+3
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet1-9/+9
2024-04-26mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan1-8/+8
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2024-03-05mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell1-2/+4
2024-02-01mm/util: Introduce kmemdup_array()Kartik1-0/+17
2023-12-11mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco1-4/+4
2023-11-16parisc: fix mmap_base calculation when stack grows upwardsHelge Deller1-0/+10
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2023-10-26nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)1-0/+1