aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13mm/memcg: set memcg when splitting pageZhou Guanghui1-0/+1
2021-03-13kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov1-2/+6
2021-03-13mm/page_alloc.c: refactor initialization of struct page for holes in memory layoutMike Rapoport1-83/+75
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand1-0/+1
2021-02-24mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand1-11/+0
2021-02-24mm: remove unneeded local variable in free_area_init_coreBaoquan He1-2/+1
2021-02-24mm: simplify parameter of setup_usemap()Baoquan He1-10/+7
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He1-13/+11
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He1-4/+4
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-1/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-1/+1
2021-02-06mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao1-3/+5
2021-01-26Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds1-50/+34
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov1-0/+2
2021-01-24mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-12mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu1-15/+16
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-3/+5
2020-12-22kasan, mm: reset tags when accessing metadataAndrey Konovalov1-1/+3
2020-12-22kasan, mm: untag page address in free_reserved_areaVincenzo Frascino1-0/+5
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-1/+0
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+4
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab1-8/+8
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka1-7/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka1-3/+15
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parametersVlastimil Babka1-46/+42
2020-12-15mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner1-6/+7
2020-12-15mm/page_alloc: speed up the iteration of max_orderMuchun Song1-4/+4
2020-12-15mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes1-21/+14
2020-12-15init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng1-0/+3
2020-12-15mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1David Hildenbrand1-3/+3
2020-12-15mm/page_alloc: mark some symbols with static keywordZou Wei1-2/+2
2020-12-15mm/page_alloc: add __free_pages() documentationMatthew Wilcox (Oracle)1-0/+20
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka1-12/+61
2020-12-15mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka1-0/+2
2020-12-15mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka1-2/+14
2020-12-15mm, page_alloc: simplify pageset_update()Vlastimil Babka1-22/+18
2020-12-15mm, page_alloc: remove setup_pageset()Vlastimil Babka1-7/+10
2020-12-15mm, page_alloc: calculate pageset high and batch once per zoneVlastimil Babka1-24/+18
2020-12-15mm, page_alloc: clean up pageset high and batch updateVlastimil Babka1-29/+20
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport1-4/+2
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport1-4/+12
2020-12-15mm: track mmu notifiers in fs_reclaim_acquire/releaseDaniel Vetter1-11/+20
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-3/+3
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+4
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin1-2/+2
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-2/+2
2020-11-18page_frag: Recover from memory pressureDongli Zhang1-0/+5
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-84/+157