aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin1-1/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-22/+5
2021-09-08mm: track present early pages per zoneDavid Hildenbrand1-0/+3
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport1-22/+2
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi1-1/+1
2021-09-03mm/numa: automatically generate node migration orderDave Hansen1-1/+1
2021-09-03mm/page_alloc.c: use in_task()Vasily Averin1-3/+3
2021-09-03mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport1-2/+2
2021-09-03mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function warningNico Pache1-1/+1
2021-09-03mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport1-2/+22
2021-09-03mm/page_alloc: always initialize memory map for the holesMike Rapoport1-8/+0
2021-09-03mm: add kernel_misc_reclaimable in show_free_areasliuhailong1-0/+2
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)1-6/+6
2021-08-20mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger1-13/+12
2021-07-23mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich1-13/+16
2021-07-15mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever1-6/+8
2021-07-15mm/page_alloc: correct return value when failing at preparingYanfei Xu1-1/+1
2021-07-15mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman1-0/+12
2021-07-15Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce1-1/+1
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman1-11/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2021-07-01mm/page_alloc: make should_fail_alloc_page() staticMel Gorman1-1/+1
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-06-30hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz1-1/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-276/+530
2021-06-29mm/page_alloc: split pcp->high across all online CPUs for cpuless nodesMel Gorman1-5/+9
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-46/+123
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-3/+3
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-3/+3
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport1-13/+0
2021-06-29mm/page_alloc: move free_the_pageMel Gorman1-8/+8
2021-06-29mm/page_alloc: fix counting of managed_pagesLiu Shixin1-6/+6
2021-06-29mm/page_alloc: improve memmap_pages dbg msgDong Aisheng1-1/+1
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-7/+62
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman1-1/+18
2021-06-29mm/page_alloc: scale the number of pages that are batch freedMel Gorman1-2/+39
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman1-11/+27
2021-06-29mm/page_alloc: disassociate the pcp->high from pcp->batchMel Gorman1-18/+44
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman1-51/+4
2021-06-29mm: page_alloc: dump migrate-failed pages only at -EBUSYMinchan Kim1-1/+2
2021-06-29mm/page_alloc: update PGFREE outside the zone lock in __free_pages_okMel Gorman1-1/+2
2021-06-29mm/page_alloc: avoid conflating IRQs disabled with zone->lockMel Gorman1-26/+49
2021-06-29mm/page_alloc: explicitly acquire the zone lock in __free_pages_okMel Gorman1-8/+8
2021-06-29mm/page_alloc: reduce duration that IRQs are disabled for VM countersMel Gorman1-6/+6
2021-06-29mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman1-17/+13
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman1-6/+6
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman1-15/+46
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman1-38/+47
2021-06-29mm/page_alloc: switch to pr_debugHeiner Kallweit1-10/+6
2021-06-29mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)1-6/+7