summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03page_alloc: fix invalid watermark check on a negative valueJaewon Kim1-4/+8
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-08mm/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
2021-07-25mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport1-39/+67
2021-07-14mm/page_alloc: fix counting of managed_pagesLiu Shixin1-6/+6
2021-07-14mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes1-21/+14
2021-06-10mm/page_alloc: fix counting of free pages after take off from buddyDing Hui1-0/+2
2021-03-30mm/memcg: set memcg when splitting pageZhou Guanghui1-0/+1
2021-03-17mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport1-83/+75
2021-01-30mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu1-15/+16
2021-01-27Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds1-50/+34
2021-01-27mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-06mm: memmap defer init doesn't work as expectedBaoquan He1-3/+5
2020-12-30mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner1-6/+7
2020-11-19page_frag: Recover from memory pressureDongli Zhang1-0/+5
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-84/+157
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)1-15/+15
2020-10-16mm/page_alloc: place pages to tail in __free_pages_core()David Hildenbrand1-10/+23
2020-10-16mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand1-3/+7
2020-10-16mm/page_alloc: place pages to tail in __putback_isolated_page()David Hildenbrand1-2/+16
2020-10-16mm/page_alloc: convert "report" flag of __free_one_page() to a proper flagDavid Hildenbrand1-5/+22
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand1-9/+12
2020-10-16mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand1-12/+2
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand1-1/+1
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand1-23/+4
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador1-28/+11
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador1-0/+68
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2020-10-14memblock: use separate iterators for memory and reserved regionsMike Rapoport1-4/+4
2020-10-14memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport1-2/+1
2020-10-14mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)1-0/+3
2020-10-14mmzone: clean code by removing unused macro parameterMateusz Nosek1-2/+2
2020-10-14mm/page_alloc.c: __perform_reclaim should return 'unsigned long'Yanfei Xu1-3/+2
2020-10-14mm/page_alloc.c: clean code by merging two functionsMateusz Nosek1-8/+2
2020-10-14mm/page_alloc.c: fix early params garbage value accessesMateusz Nosek1-6/+6
2020-10-14mm/page_alloc.c: micro-optimization remove unnecessary branchMateusz Nosek1-5/+3
2020-10-14mm/page_alloc.c: clean code by removing unnecessary initializationMateusz Nosek1-3/+1
2020-10-14mm, isolation: avoid checking unmovable pages across pageblock boundaryLi Xinhai1-1/+2
2020-10-14mm/page_alloc: tweak comments in has_unmovable_pages()David Hildenbrand1-16/+6
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-0/+3
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+21
2020-10-03mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim1-3/+16
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour1-5/+5
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-08-28mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov1-1/+1