summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)Author
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)
2023-09-13mm: Remove kmem_valid_obj()Zhen Lei
2023-09-05rcu: dump vmalloc memory info safelyZqiang
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller
2023-08-18mm: remove page_rmapping()ZhangPeng
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu
2023-04-08mm: uninline kstrdup()Alexey Dobriyan
2023-02-13mm: fix typo in __vm_enough_memory warningJakub Wilk
2023-01-18mm: new primitive kvmemdup()Hao Sun
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-11mm/util.c: add warning if __vm_enough_memory failsKefeng Wang
2022-09-11mm/util: reduce stack usage of folio_mapcountKairui Song
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-19random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-05mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TO...Christophe Leroy
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)
2022-03-21mm: Add folio_mapcount()Matthew Wilcox (Oracle)
2022-03-08mm: vmalloc: introduce array allocation functionsPaolo Bonzini
2022-03-04mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_raw_mapping()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle)
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)
2021-09-24mm: fix uninitialized use in overcommit_policy_handlerChen Jun
2021-09-02mm: don't allow oversized kvmalloc() callsLinus Torvalds
2021-08-09mm: Add kvrealloc()Dave Chinner
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand