summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memcg: set memcg when splitting pageZhou Guanghui2021-03-131-0/+1
* kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov2021-03-131-2/+6
* mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport2021-03-131-83/+75
* mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2021-02-261-0/+1
* mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand2021-02-241-11/+0
* mm: remove unneeded local variable in free_area_init_coreBaoquan He2021-02-241-2/+1
* mm: simplify parameter of setup_usemap()Baoquan He2021-02-241-10/+7
* mm: simplify parater of function memmap_init_zone()Baoquan He2021-02-241-13/+11
* mm: rename memmap_init() and memmap_init_zone()Baoquan He2021-02-241-4/+4
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao2021-02-061-3/+5
* Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds2021-01-261-50/+34
* kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov2021-01-241-0/+2
* mm: fix initialization of struct page for holes in memory layoutMike Rapoport2021-01-241-34/+50
* mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu2021-01-121-15/+16
* mm: memmap defer init doesn't work as expectedBaoquan He2020-12-291-3/+5
* kasan, mm: reset tags when accessing metadataAndrey Konovalov2020-12-221-1/+3
* kasan, mm: untag page address in free_reserved_areaVincenzo Frascino2020-12-221-0/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+0
|\
| * mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-1/+0
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+4
|\ \ | |/ |/|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-4/+4
| |\
| | * mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-021-2/+2
| | * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-2/+2
* | | mm: fix kernel-doc markupsMauro Carvalho Chehab2020-12-151-8/+8
* | | mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2020-12-151-7/+1
* | | mm, page_poison: use static key more efficientlyVlastimil Babka2020-12-151-3/+15
* | | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka2020-12-151-46/+42
* | | mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner2020-12-151-6/+7
* | | mm/page_alloc: speed up the iteration of max_orderMuchun Song2020-12-151-4/+4
* | | mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes2020-12-151-21/+14
* | | init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2020-12-151-0/+3
* | | mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1David Hildenbrand2020-12-151-3/+3
* | | mm/page_alloc: mark some symbols with static keywordZou Wei2020-12-151-2/+2
* | | mm/page_alloc: add __free_pages() documentationMatthew Wilcox (Oracle)2020-12-151-0/+20
* | | mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-12-151-12/+61
* | | mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka2020-12-151-0/+2
* | | mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2020-12-151-2/+14
* | | mm, page_alloc: simplify pageset_update()Vlastimil Babka2020-12-151-22/+18
* | | mm, page_alloc: remove setup_pageset()Vlastimil Babka2020-12-151-7/+10
* | | mm, page_alloc: calculate pageset high and batch once per zoneVlastimil Babka2020-12-151-24/+18
* | | mm, page_alloc: clean up pageset high and batch updateVlastimil Babka2020-12-151-29/+20
* | | mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-12-151-4/+2
* | | ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-12-151-4/+12
* | | mm: track mmu notifiers in fs_reclaim_acquire/releaseDaniel Vetter2020-12-151-11/+20
* | | mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-3/+3
|/ /
* / page_frag: Recover from memory pressureDongli Zhang2020-11-181-0/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-161-84/+157
|\