summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song1-1/+1
2022-04-20mm, page_alloc: fix build_zonerefs_node()Juergen Gross1-1/+1
2022-04-15mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple1-1/+8
2022-01-27mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He1-1/+3
2022-01-27mm_zone: add function to check if managed dma zone existsBaoquan He1-0/+15
2021-09-12mm/page_alloc: speed up the iteration of max_orderMuchun Song1-4/+4
2020-12-30mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner1-6/+7
2020-11-24mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy1-4/+21
2020-11-24page_frag: Recover from memory pressureDongli Zhang1-0/+5
2020-10-29mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)1-1/+1
2020-10-29mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov1-1/+1
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-0/+3
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour1-5/+5
2020-08-26mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy1-0/+5
2020-08-26mm: include CMA pages in lowmem_reserve at bootDoug Berger1-1/+1
2020-06-22mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin1-1/+1
2020-06-22mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan1-3/+4
2020-06-22mm: initialize deferred pages with interrupts enabledPavel Tatashin1-13/+7
2020-05-14mm: limit boost_watermark on small zonesHenry Willard1-0/+8
2020-05-14mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand1-0/+1
2020-02-11mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand1-2/+12
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-24/+13
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner1-6/+1
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman1-2/+8
2019-10-15mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes1-2/+4
2019-10-08mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai1-1/+7
2019-09-29Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds1-0/+22
2019-09-29mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes1-0/+22
2019-09-25mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi1-0/+1
2019-09-25mm: thp: extract split_queue_* into a structYang Shi1-3/+5
2019-09-25mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka1-4/+12
2019-09-25mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+1
2019-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+1
2019-08-25mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig1-1/+1
2019-07-19mm/sparsemem: support sub-section hotplugDan Williams1-1/+1
2019-07-19mm: kill is_dev_zone() helperDan Williams1-1/+1
2019-07-19mm/sparsemem: add helpers track active portions of a section at bootDan Williams1-2/+8
2019-07-19mm/sparsemem: introduce struct mem_section_usageDan Williams1-1/+1
2019-07-17mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao1-4/+0
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-7/+6
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-7/+64
2019-07-12mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin1-13/+18
2019-07-12mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin1-7/+9
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka1-34/+6
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka1-10/+43
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka1-6/+17
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov1-2/+0