aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-36/+26
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+2
2025-05-27mm: pcp: increase pcp->free_count threshold to trigger free_highNikhil Dhama1-1/+1
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov1-7/+8
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-68/+20
2025-05-20mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price1-2/+2
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner1-18/+13
2025-05-11mm/page_alloc: simplify free_page_is_bad by removing free_page_is_bad_reportYe Liu1-7/+1
2025-05-11mm: page_alloc: remove redundant READ_ONCESongtang Liu1-1/+1
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-47/+0
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov1-13/+15
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang1-9/+6
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+26
2025-04-17mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner1-12/+0
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov1-2/+26
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-40/+88
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-6/+2
2025-04-11mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner1-34/+79
2025-04-11mm/page_alloc: avoid second trylock of zone->lockAlexei Starovoitov1-6/+9
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2025-04-02mm/page_alloc: Fix try_alloc_pagesAlexei Starovoitov1-0/+3
2025-04-01mm/page_alloc: replace flag check with PageHWPoison() in check_new_page_bad()Ye Liu1-1/+1
2025-04-01mm: page_alloc: fix defrag_mode's retry & OOM pathJohannes Weiner1-2/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-304/+444
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-15/+188
2025-03-21mm/page_alloc: remove unnecessary __maybe_unused in order_to_pindex()Liu Ye1-1/+1
2025-03-21mm: simplify split_page_memcg()Matthew Wilcox (Oracle)1-2/+2
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner1-6/+23
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd assistanceJohannes Weiner1-4/+10
2025-03-17mm: page_alloc: defrag_modeJohannes Weiner1-2/+25
2025-03-17mm: page_alloc: trace type pollution from compaction capturingJohannes Weiner1-0/+4
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu1-0/+1
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu1-0/+2
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu1-0/+1
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)David Hildenbrand1-1/+2
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand1-0/+10
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand1-4/+8
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand1-3/+11
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand1-0/+5
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand1-1/+5
2025-03-17mm/page_alloc: clarify should_claim_block() commentaryBrendan Jackman1-20/+26
2025-03-17mm/page_alloc: clarify terminology in migratetype fallback codeBrendan Jackman1-36/+36
2025-03-16mm/page_alloc: warn on nr_reserved_highatomic underflowBrendan Jackman1-2/+3
2025-03-16mm: page_alloc: group fallback functions togetherJohannes Weiner1-197/+197
2025-03-16mm: page_alloc: remove remnants of unlocked migratetype updatesJohannes Weiner1-34/+16
2025-03-16mm: page_alloc: don't steal single pages from biggest buddyJohannes Weiner1-46/+34
2025-03-16alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocatorSuren Baghdasaryan1-0/+78
2025-03-16mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan1-2/+1
2025-03-16mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12