summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attemptAaron Tomlin2021-06-291-0/+3
| * mm: make __dump_page staticMatthew Wilcox (Oracle)2021-06-291-2/+1
| * mm/page_alloc: correct return value of populated elements if bulk array is po...Mel Gorman2021-06-291-1/+1
| * mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-06-291-36/+58
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-27/+39
|\ \
| * | kasan: disable freed user page poisoning with HW tagsPeter Collingbourne2021-06-041-5/+7
| * | arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-3/+10
| * | kasan: use separate (un)poison implementation for integrated initPeter Collingbourne2021-06-041-26/+29
* | | mm/page_alloc: Correct return value of populated elements if bulk array is po...Mel Gorman2021-06-281-1/+1
| |/ |/|
* | mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman2021-06-241-0/+4
* | mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes2021-06-241-1/+1
* | mm/page_alloc: fix counting of free pages after take off from buddyDing Hui2021-06-051-0/+2
|/
* mm: fix typos in commentsLu Jialin2021-05-071-1/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-7/+7