summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin2021-09-081-1/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-22/+5
|\
| * mm: track present early pages per zoneDavid Hildenbrand2021-09-081-0/+3
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-22/+2
* | mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-1/+1
* | mm/numa: automatically generate node migration orderDave Hansen2021-09-031-1/+1
* | mm/page_alloc.c: use in_task()Vasily Averin2021-09-031-3/+3
* | mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport2021-09-031-2/+2
* | mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function war...Nico Pache2021-09-031-1/+1
* | mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport2021-09-031-2/+22
* | mm/page_alloc: always initialize memory map for the holesMike Rapoport2021-09-031-8/+0
* | mm: add kernel_misc_reclaimable in show_free_areasliuhailong2021-09-031-0/+2
* | mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2021-09-031-6/+6
|/
* mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger2021-08-201-13/+12
* mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich2021-07-231-13/+16
* mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever2021-07-151-6/+8
* mm/page_alloc: correct return value when failing at preparingYanfei Xu2021-07-151-1/+1
* mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman2021-07-151-0/+12
* Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce2021-07-151-1/+1
* mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman2021-07-101-11/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-3/+2
|\
| * mm/page_alloc: make should_fail_alloc_page() staticMel Gorman2021-07-011-1/+1
| * mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
| * hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz2021-06-301-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-276/+530
|\|
| * mm/page_alloc: split pcp->high across all online CPUs for cpuless nodesMel Gorman2021-06-291-5/+9
| * mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-291-46/+123
| * mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-291-3/+3
| * mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-3/+3
| * mm: remove CONFIG_DISCONTIGMEMMike Rapoport2021-06-291-13/+0
| * mm/page_alloc: move free_the_pageMel Gorman2021-06-291-8/+8
| * mm/page_alloc: fix counting of managed_pagesLiu Shixin2021-06-291-6/+6
| * mm/page_alloc: improve memmap_pages dbg msgDong Aisheng2021-06-291-1/+1
| * mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-291-7/+62
| * mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2021-06-291-1/+18
| * mm/page_alloc: scale the number of pages that are batch freedMel Gorman2021-06-291-2/+39
| * mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2021-06-291-11/+27
| * mm/page_alloc: disassociate the pcp->high from pcp->batchMel Gorman2021-06-291-18/+44
| * mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman2021-06-291-51/+4
| * mm: page_alloc: dump migrate-failed pages only at -EBUSYMinchan Kim2021-06-291-1/+2
| * mm/page_alloc: update PGFREE outside the zone lock in __free_pages_okMel Gorman2021-06-291-1/+2
| * mm/page_alloc: avoid conflating IRQs disabled with zone->lockMel Gorman2021-06-291-26/+49
| * mm/page_alloc: explicitly acquire the zone lock in __free_pages_okMel Gorman2021-06-291-8/+8
| * mm/page_alloc: reduce duration that IRQs are disabled for VM countersMel Gorman2021-06-291-6/+6
| * mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman2021-06-291-17/+13
| * mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-6/+6
| * mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-291-15/+46
| * mm/page_alloc: split per cpu page lists and zone statsMel Gorman2021-06-291-38/+47
| * mm/page_alloc: switch to pr_debugHeiner Kallweit2021-06-291-10/+6
| * mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)2021-06-291-6/+7