aboutsummaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25mm: switch mm->get_unmapped_area() to a flagGravatar Rick Edgecombe 1-3/+3
2024-04-25mm: vmalloc: enable memory allocation profilingGravatar Kent Overstreet 1-9/+9
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsGravatar Suren Baghdasaryan 1-8/+8
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+4
2024-03-04mm/util.c: add byte count to __vm_enough_memory failure warningGravatar Matthew Cassell 1-2/+4
2024-02-01mm/util: Introduce kmemdup_array()Gravatar Kartik 1-0/+17
2023-12-10mm/util: use kmap_local_page() in memcmp_pages()Gravatar Fabio De Francesco 1-4/+4
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsGravatar Helge Deller 1-0/+10
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2023-09-13mm: Remove kmem_valid_obj()Gravatar Zhen Lei 1-3/+1
2023-09-05rcu: dump vmalloc memory info safelyGravatar Zqiang 1-1/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+2
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()Gravatar David Hildenbrand 1-1/+1
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationGravatar Helge Deller 1-1/+4
2023-08-18mm: remove page_rmapping()Gravatar ZhangPeng 1-6/+0
2023-07-11mm: Re-introduce vm_flags to do_mmap()Gravatar Yu-cheng Yu 1-1/+1
2023-04-08mm: uninline kstrdup()Gravatar Alexey Dobriyan 1-0/+1
2023-02-13mm: fix typo in __vm_enough_memory warningGravatar Jakub Wilk 1-1/+1
2023-01-18mm: new primitive kvmemdup()Gravatar Hao Sun 1-1/+23
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingGravatar Hugh Dickins 1-79/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-33/+3
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICGravatar Florian Westphal 1-0/+4
2022-09-26mm: remove the vma linked listGravatar Liam R. Howlett 1-40/+0
2022-09-26mm: remove rb tree.Gravatar Liam R. Howlett 1-1/+9
2022-09-11mm/util.c: add warning if __vm_enough_memory failsGravatar Kefeng Wang 1-0/+2
2022-09-11mm/util: reduce stack usage of folio_mapcountGravatar Kairui Song 1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-08-02mm: Convert all PageMovable users to movable_operationsGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmGravatar Mike Rapoport 1-1/+1
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2022-05-19random: move randomize_page() into mm where it belongsGravatar Jason A. Donenfeld 1-0/+32
2022-05-09mm: create new mm/swap.h header fileGravatar NeilBrown 1-0/+1
2022-05-05mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TO...Gravatar Christophe Leroy 1-1/+1
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsGravatar Linus Torvalds 1-2/+9
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+50
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+34
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2022-03-21mm: Add folio_mapcount()Gravatar Matthew Wilcox (Oracle) 1-0/+33
2022-03-08mm: vmalloc: introduce array allocation functionsGravatar Paolo Bonzini 1-0/+50
2022-03-04mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsGravatar Daniel Borkmann 1-1/+3
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocGravatar Michal Hocko 1-11/+4
2021-11-17mm: Remove folio_test_singleGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-10-18mm/migrate: Add folio_migrate_copy()Gravatar Matthew Wilcox (Oracle) 1-4/+17
2021-10-18mm: Add flush_dcache_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+11
2021-09-27mm: Add folio_raw_mapping()Gravatar Matthew Wilcox (Oracle) 1-16/+4
2021-09-27mm: Add folio_mapped()Gravatar Matthew Wilcox (Oracle) 1-13/+16