summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+1
|\
| * mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-211-2/+1
* | mm: make free_area_init_node aware of memory less nodesMichal Hocko2022-03-221-3/+8
* | mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko2022-03-221-2/+23
* | mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-03-221-4/+36
* | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-1/+2
* | mm/hwpoison-inject: support injecting hwpoison to free pageMiaohe Lin2022-03-221-0/+1
* | mm/page_alloc: check high-order pages for corruption during PCP operationsMel Gorman2022-03-221-23/+23
* | mm/page_alloc: call check_new_pages() while zone spinlock is not heldEric Dumazet2022-03-221-9/+9
* | mm: count time in drain_all_pages during direct reclaim as memory pressureSuren Baghdasaryan2022-03-221-4/+6
* | arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador2022-03-221-1/+1
* | mm/page_alloc: do not prefetch buddies during bulk freeMel Gorman2022-03-221-24/+0
* | mm/page_alloc: limit number of high-order pages on PCP during bulk freeMel Gorman2022-03-221-5/+21
* | mm/page_alloc: free pages in a single pass during bulk freeMel Gorman2022-03-221-35/+21
* | mm/page_alloc: drain the requested list first during bulk freeMel Gorman2022-03-221-0/+4
* | mm/page_alloc: simplify how many pages are selected per pcp list during bulk ...Mel Gorman2022-03-221-23/+11
* | mm/page_alloc: track range of active PCP lists during bulk freeMel Gorman2022-03-221-4/+13
* | mm/page_alloc: fetch the correct pcp buddy during bulk freeMel Gorman2022-03-221-3/+3
* | mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-03-221-1/+8
* | mm/page_alloc: mark pagesets as __maybe_unusedNathan Chancellor2022-03-221-1/+1
* | mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2022-03-221-24/+8
* | mm/page_alloc: don't pass pfn to free_unref_page_commit()Nicolas Saenz Julienne2022-03-221-11/+6
* | mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan2022-03-221-23/+21
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-0/+3
|\
| * delayacct: track delays from memory compactwangyong2022-01-201-0/+3
* | mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2022-01-151-0/+27
* | mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He2022-01-151-1/+3
* | mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-151-0/+15
* | mm/page_alloc.c: modify the comment section for alloc_contig_pages()Anshuman Khandual2022-01-151-2/+2
* | mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-01-151-1/+1
* | mm: page table checkPasha Tatashin2022-01-151-0/+4
* | mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins2022-01-151-1/+37
* | mm/page_alloc: refactor memmap_init_zone_device() page initJoao Martins2022-01-151-33/+41
* | mm/page_alloc: split prep_compound_page into head and tail subpartsJoao Martins2022-01-151-10/+20
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-60/+59
|\
| * mm/page_alloc: remove the throttling logic from the page allocatorMel Gorman2021-11-061-20/+1
| * mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-061-0/+5
| * mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-061-1/+6
| * mm/page_alloc: use clamp() to simplify codeWang ShaoBo2021-11-061-8/+4
| * mm: page_alloc: use migrate_disable() in drain_local_pages_wq()Sebastian Andrzej Siewior2021-11-061-2/+2
| * mm/page_alloc.c: show watermark_boost of zone in zoneinfoLiangcai Fan2021-11-061-0/+2
| * mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2021-11-061-0/+13
| * mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()Eric Dumazet2021-11-061-5/+5
| * mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven2021-11-061-0/+2
| * mm/page_alloc: use accumulated load when building node fallback listKrupa Ramakrishnan2021-11-061-1/+1
| * mm/page_alloc: print node fallback orderBharata B Rao2021-11-061-0/+4
| * mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]Miaohe Lin2021-11-061-4/+4
| * mm/page_alloc.c: use helper function zone_spans_pfn()Miaohe Lin2021-11-061-1/+1
| * mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()Miaohe Lin2021-11-061-7/+1
| * mm/page_alloc.c: simplify the code by using macro K()Miaohe Lin2021-11-061-7/+5