summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-91/+105
|\
| * mm/page_alloc: update comments for rmqueue()Ran Xiaokai2022-10-031-1/+2
| * mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin2022-10-031-5/+1
| * mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin2022-10-031-1/+1
| * mm/page_alloc: init local variable buddy_pfnMiaohe Lin2022-10-031-1/+1
| * mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin2022-10-031-5/+5
| * mm/page_alloc: make boot_nodestats staticMiaohe Lin2022-10-031-1/+1
| * mm/page_alloc: use local variable zone_idx directlyMiaohe Lin2022-10-031-1/+1
| * mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin2022-10-031-1/+2
| * mm/page_alloc: fix freeing static percpu memoryMiaohe Lin2022-10-031-2/+4
| * mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin2022-10-031-1/+1
| * mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin2022-10-031-2/+0
| * mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin2022-10-031-1/+0
| * mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2022-10-031-11/+11
| * mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin2022-10-031-1/+2
| * security: kmsan: fix interoperability with auto-initializationAlexander Potapenko2022-10-031-0/+4
| * init: kmsan: call KMSAN initialization routinesAlexander Potapenko2022-10-031-0/+4
| * mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-0/+11
| * mm/page_alloc.c: document bulkfree_pcp_prepare() return valueAndrew Morton2022-10-031-0/+1
| * mm/page_alloc.c: rename check_free_page() to free_page_is_bad()Andrew Morton2022-10-031-10/+10
| * mm: add pageblock_aligned() macroKefeng Wang2022-10-031-10/+7
| * mm: reuse pageblock_start/end_pfn() macroKefeng Wang2022-10-031-7/+6
| * mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2022-09-261-2/+19
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-10/+55
| |\
| * | mm: remove BUG_ON() in __isolate_free_page()Kefeng Wang2022-09-111-11/+3
| * | mm/page_alloc.c: delete a redundant parameter of rmqueue_pcplistzezuo2022-09-111-3/+2
| * | mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang2022-09-111-0/+1
| * | page_ext: introduce boot parameter 'early_page_ext'Li Zhe2022-09-111-0/+2
| * | mm: kill find_min_pfn_with_active_regions()Kefeng Wang2022-09-111-12/+1
| * | mm/page_alloc: only search higher order when fallbackAbel Wu2022-09-111-1/+1
| * | page_alloc: remove inactive initializationLi kunyu2022-09-111-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-1/+5
|\ \ \ | |_|/ |/| |
| * | mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed2022-08-241-1/+5
| |/
* | mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-09-261-0/+12
* | mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-09-111-10/+43
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-175/+264
|\
| * mm/page_alloc: correct the wrong cpuset file path in commentMark-PK Tsai2022-07-291-1/+1
| * mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_maskUros Bizjak2022-07-171-7/+3
| * mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li2022-07-171-2/+6
| * mm/page_alloc: replace local_lock with normal spinlockMel Gorman2022-07-171-45/+95
| * mm/page_alloc: remotely drain per-cpu listsNicolas Saenz Julienne2022-07-171-54/+4
| * mm/page_alloc: protect PCP lists with a spinlockMel Gorman2022-07-171-21/+98
| * mm/page_alloc: remove mistaken page == NULL check in rmqueueMel Gorman2022-07-171-3/+1
| * mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman2022-07-171-34/+47
| * mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman2022-07-171-2/+2
| * mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman2022-07-171-12/+12
| * mm/page_alloc: make the annotations of available memory more accurateYang Yang2022-07-031-3/+3
| * mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)2022-07-031-0/+8
| * mm: introduce clear_highpage_kasan_taggedAndrey Konovalov2022-07-031-6/+2
| * mm: rename kernel_init_free_pages to kernel_init_pagesAndrey Konovalov2022-07-031-3/+3