summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...Mel Gorman2021-05-051-4/+0
* mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-051-11/+9
* mm: apply per-task gfp constraints in fast pathPavel Tatashin2021-05-051-7/+8
* mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2021-05-051-2/+2
* mm: use proper type for cma_[alloc|release]Minchan Kim2021-05-051-3/+3
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-2/+2
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-0/+2
* mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy2021-05-051-0/+2
* mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen2021-05-051-1/+1