summaryrefslogtreecommitdiffstats
path: root/mm/util.c
AgeCommit message (Expand)AuthorLines
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes-0/+40
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+59
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-162/+0
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein-0/+3
2025-03-04slab: Adjust placement of __kvmalloc_node_noprofGONG Ruiqi-162/+0
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu-8/+59
2025-01-13mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes-0/+17
2024-12-30mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa-6/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-35/+27
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)-1/+1
2024-11-05mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}Yafang Shao-42/+27
2024-11-05mm/util: fix possible race condition in kstrdup()Yafang Shao-1/+8
2024-09-01mm: only enforce minimum stack gap size if it's sensibleDavid Gow-1/+1
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich-30/+70
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-3/+3
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+17
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-6/+17
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+5
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka-6/+17
2024-07-06mm: add folio_mc_copy()Kefeng Wang-0/+17
2024-07-03mm/util: Use dedicated slab buckets for memdup_user()Kees Cook-2/+12
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook-4/+5
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook-0/+2
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook-0/+3
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker-2/+2
2024-06-05mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan-5/+5
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe-3/+3
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet-9/+9
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan-8/+8
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+4
2024-03-04mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell-2/+4
2024-02-01mm/util: Introduce kmemdup_array()Kartik-0/+17
2023-12-10mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco-4/+4
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller-0/+10
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)-0/+1
2023-09-13mm: Remove kmem_valid_obj()Zhen Lei-3/+1
2023-09-05rcu: dump vmalloc memory info safelyZqiang-1/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+2
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand-1/+1
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)-1/+1
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller-1/+4
2023-08-18mm: remove page_rmapping()ZhangPeng-6/+0
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu-1/+1
2023-04-08mm: uninline kstrdup()Alexey Dobriyan-0/+1
2023-02-13mm: fix typo in __vm_enough_memory warningJakub Wilk-1/+1
2023-01-18mm: new primitive kvmemdup()Hao Sun-1/+23
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins-79/+0