summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...Tetsuo Handa2023-06-091-1/+2
| * mm: compaction: simplify should_compact_retry()Johannes Weiner2023-06-091-38/+19
| * mm: compaction: remove compaction result helpersJohannes Weiner2023-06-091-13/+17
| * mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...Tom Rix2023-06-091-1/+1
| * mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang2023-06-091-1/+6
| * mm: page_alloc: move sysctls into it own filsKefeng Wang2023-06-091-14/+89
| * mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-091-38/+0
| * mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-091-55/+0
| * mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang2023-06-091-69/+0
| * mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang2023-06-091-74/+0
| * mm: page_alloc: remove alloc_contig_dump_pages() stubKefeng Wang2023-06-091-7/+0
| * mm: page_alloc: squash page_is_consistent()Kefeng Wang2023-06-091-8/+1
| * mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-06-091-402/+0
| * mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang2023-06-091-27/+0
| * mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2023-06-091-5/+0
| * mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2023-06-091-3/+0
| * mm/page_alloc: drop the unnecessary pfn_valid() for start pfnBaolin Wang2023-06-091-1/+1
* | mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+173
|/
* Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-0/+9
|\
| * mm/page_alloc: add some comments to explain the possible hole in __pageblock_...Baolin Wang2023-05-021-0/+9
* | Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-291-2/+2
|\ \ | |/ |/|
| * cpuset: Clean up cpuset_node_allowedHaifeng Xu2023-03-231-2/+2
* | mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka2023-04-181-5/+5
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-0/+19
|\ \
| * | mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman2023-04-181-0/+3
| * | mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-04-181-0/+16
* | | mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)2023-04-051-53/+0
* | | mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)2023-04-051-95/+0
* | | mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)2023-04-051-1/+1
* | | mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2023-04-051-18/+0
* | | mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)2023-04-051-2333/+11
* | | mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)2023-04-051-3/+8
* | | mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)2023-04-051-0/+7
* | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-19/+19
* | | mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes2023-03-281-1/+1
* | | kasan: remove PG_skip_kasan_poison flagPeter Collingbourne2023-03-281-51/+30
* | | mm, page_alloc: reduce page alloc/free sanity checksVlastimil Babka2023-03-281-135/+52
* | | mm: reduce lock contention of pcp buffer refillAlexander Halbuer2023-03-281-4/+18
|/ /
* / Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne2023-03-231-1/+2
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-95/+138
|\
| * mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-161-4/+4
| * mm: page_alloc: call panic() when memoryless node allocation failsQi Zheng2023-02-161-5/+3
| * mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng2023-02-091-8/+5
| * kasan: reset page tags properly with samplingAndrey Konovalov2023-02-021-5/+6
| * mm/page_alloc: use deferred_pages_enabled() wherever applicableAnshuman Khandual2023-02-021-2/+2
| * mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin2023-02-021-1/+5
| * mm: discard __GFP_ATOMICNeilBrown2023-02-021-10/+3
| * mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2023-02-021-20/+24
| * mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2023-02-021-12/+22
| * mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2023-02-021-6/+23