summaryrefslogtreecommitdiffstats
path: root/mm/util.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-79/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-33/+3
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal1-0/+4
2022-09-26mm: remove the vma linked listLiam R. Howlett1-40/+0
2022-09-26mm: remove rb tree.Liam R. Howlett1-1/+9
2022-09-11mm/util.c: add warning if __vm_enough_memory failsKefeng Wang1-0/+2
2022-09-11mm/util: reduce stack usage of folio_mapcountKairui Song1-1/+1
2022-08-05Merge 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-09mm: 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-22Merge 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
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)1-12/+18
2021-09-24mm: fix uninitialized use in overcommit_policy_handlerChen Jun1-2/+2
2021-09-02mm: don't allow oversized kvmalloc() callsLinus Torvalds1-0/+4
2021-08-09mm: Add kvrealloc()Dave Chinner1-0/+15
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)1-0/+10
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand1-0/+40
2021-05-10mm/slub: Add Support for free path information of an objectManinder Singh1-1/+1
2021-05-05mm/util.c: fix typoBhaskar Chowdhury1-1/+1
2021-05-05mm/util.c: reduce mem_dump_obj() object sizeJoe Perches1-10/+14
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-10/+0
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney1-0/+1
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney1-0/+2
2021-01-22mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney1-6/+8
2021-01-22mm: Make mem_dump_obj() handle NULL and zero-sized pointersPaul E. McKenney1-1/+6
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney1-0/+24
2020-11-19mm: introduce vma_set_file function v5Christian König1-0/+12
2020-10-16mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski1-1/+2
2020-09-04arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas1-1/+1
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-2/+2
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang1-0/+41
2020-08-07mm/util.c: make vm_memory_committed() more accurateFeng Tang1-1/+6