summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-13mm: Remove kmem_valid_obj()Zhen Lei1-3/+1
2023-09-05rcu: dump vmalloc memory info safelyZqiang1-1/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+2
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-1/+1
2023-08-25mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)1-1/+1
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller1-1/+4
2023-08-18mm: remove page_rmapping()ZhangPeng1-6/+0
2023-07-12mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-1/+1
2023-04-08mm: uninline kstrdup()Alexey Dobriyan1-0/+1
2023-02-14mm: fix typo in __vm_enough_memory warningJakub Wilk1-1/+1
2023-01-19mm: new primitive kvmemdup()Hao Sun1-1/+23
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-79/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-33/+3
2022-10-01mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal1-0/+4
2022-09-27mm: remove the vma linked listLiam R. Howlett1-40/+0
2022-09-27mm: remove rb tree.Liam R. Howlett1-1/+9
2022-09-12mm/util.c: add warning if __vm_enough_memory failsKefeng Wang1-0/+2
2022-09-12mm/util: reduce stack usage of folio_mapcountKairui Song1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-2/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-05-19random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+32
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-05-05mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TO...Christophe Leroy1-1/+1
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds1-2/+9
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+50
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+34
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)1-2/+1
2022-03-21mm: Add folio_mapcount()Matthew Wilcox (Oracle)1-0/+33
2022-03-08mm: vmalloc: introduce array allocation functionsPaolo Bonzini1-0/+50
2022-03-04mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann1-1/+3
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko1-11/+4
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)1-1/+1
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)1-4/+17
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+11
2021-09-27mm: Add folio_raw_mapping()Matthew Wilcox (Oracle)1-16/+4
2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle)1-13/+16