summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-161-15/+15
| * mm/page_alloc: place pages to tail in __free_pages_core()David Hildenbrand2020-10-161-10/+23
| * mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand2020-10-161-3/+7
| * mm/page_alloc: place pages to tail in __putback_isolated_page()David Hildenbrand2020-10-161-2/+16
| * mm/page_alloc: convert "report" flag of __free_one_page() to a proper flagDavid Hildenbrand2020-10-161-5/+22
| * mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-10-161-9/+12
| * mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand2020-10-161-12/+2
| * mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand2020-10-161-1/+1
| * mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand2020-10-161-23/+4
| * mm,hwpoison: rework soft offline for in-use pagesOscar Salvador2020-10-161-28/+11
| * mm,hwpoison: rework soft offline for free pagesOscar Salvador2020-10-161-0/+68
| * mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-161-1/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-1/+1
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-8/+21
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-1/+1
| |\ \
| | * | mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-08-281-1/+1
* | | | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-131-4/+4
* | | | memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2020-10-131-2/+1