summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/compaction.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm/compaction: correct the comments of compact_defer_shiftAlex Shi2020-08-121-1/+1
* mm: use unsigned types for fragmentation scoreNitin Gupta2020-08-121-9/+9
* mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta2020-08-121-1/+1
* mm: proactive compactionNitin Gupta2020-08-121-5/+178
* mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka2020-06-261-3/+14
* mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul2020-06-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-34/+36
|\
| * mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang2020-06-031-1/+1
| * mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-32/+32
| * mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2020-06-031-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \ | |/ |/|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | mm/swap: Use local_lock for protectionIngo Molnar2020-05-281-5/+1
|/
* mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge2020-04-071-0/+1
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
* mm/compaction.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-021-1/+0
* mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior2020-04-021-0/+4
* mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka2020-04-021-2/+2
* mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel2020-04-021-9/+13
* mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka2019-10-141-3/+4
* mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages()Pengfei Li2019-09-241-7/+6
* mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao2019-09-241-22/+13
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman2019-08-031-4/+7
* mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose2019-06-011-1/+1
* mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-181-2/+2
* mm: move buddy list manipulations into helpersDan Williams2019-05-141-2/+2
* mm/compaction.c: fix an undefined behaviourQian Cai2019-05-141-1/+3
* mm/compaction.c: abort search if isolation failsQian Cai2019-04-041-1/+1
* mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Mel Gorman2019-04-041-10/+17
* mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin2019-03-051-10/+9
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-7/+8
* mm, compaction: capture a page under direct compactionMel Gorman2019-03-051-7/+24
* mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman2019-03-051-18/+106
* mm, compaction: sample pageblocks for free pagesMel Gorman2019-03-051-6/+22
* mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman2019-03-051-3/+30
* mm, compaction: reduce premature advancement of the migration target scannerMel Gorman2019-03-051-17/+10
* mm, compaction: do not consider a need to reschedule as contentionMel Gorman2019-03-051-19/+4
* mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman2019-03-051-38/+23
* mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman2019-03-051-0/+18
* mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman2019-03-051-4/+12
* mm, compaction: finish pageblock scanning on contentionMel Gorman2019-03-051-56/+34
* mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman2019-03-051-6/+26
* mm, compaction: use free lists to quickly locate a migration targetMel Gorman2019-03-051-5/+213
* mm, compaction: keep migration source private to a single compaction instanceMel Gorman2019-03-051-25/+99
* mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2019-03-051-3/+175
* mm, compaction: always finish scanning of a full pageblockMel Gorman2019-03-051-11/+8
* mm, compaction: rename map_pages to split_map_pagesMel Gorman2019-03-051-3/+3