aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-1/+1
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi1-1/+1
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta1-9/+9
2020-08-12mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta1-1/+1
2020-08-12mm: proactive compactionNitin Gupta1-5/+178
2020-06-26mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka1-3/+14
2020-06-04mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-34/+36
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang1-1/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-32/+32
2020-06-03mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He1-1/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar1-5/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-07mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge1-0/+1
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-1/+1
2020-04-02mm/compaction.c: clean code by removing unnecessary assignmentMateusz Nosek1-1/+0
2020-04-02mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior1-0/+4
2020-04-02mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka1-2/+2
2020-04-02mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel1-9/+13
2019-10-14mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka1-3/+4
2019-09-24mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages()Pengfei Li1-7/+6
2019-09-24mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao1-22/+13
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-08-03mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman1-4/+7
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose1-1/+1
2019-05-18mm/compaction.c: correct zone boundary handling when isolating pages from a pageblockMel Gorman1-2/+2
2019-05-14mm: move buddy list manipulations into helpersDan Williams1-2/+2
2019-05-14mm/compaction.c: fix an undefined behaviourQian Cai1-1/+3
2019-04-04mm/compaction.c: abort search if isolation failsQian Cai1-1/+1
2019-04-04mm/compaction.c: correct zone boundary handling when resetting pageblock skip hintsMel Gorman1-10/+17
2019-03-05mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin1-10/+9
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-7/+8
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-7/+24
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman1-18/+106
2019-03-05mm, compaction: sample pageblocks for free pagesMel Gorman1-6/+22
2019-03-05mm, compaction: round-robin the order while searching the free lists for a targetMel Gorman1-3/+30
2019-03-05mm, compaction: reduce premature advancement of the migration target scannerMel Gorman1-17/+10
2019-03-05mm, compaction: do not consider a need to reschedule as contentionMel Gorman1-19/+4
2019-03-05mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman1-38/+23
2019-03-05mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman1-0/+18
2019-03-05mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman1-4/+12
2019-03-05mm, compaction: finish pageblock scanning on contentionMel Gorman1-56/+34
2019-03-05mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman1-6/+26
2019-03-05mm, compaction: use free lists to quickly locate a migration targetMel Gorman1-5/+213
2019-03-05mm, compaction: keep migration source private to a single compaction instanceMel Gorman1-25/+99
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman1-3/+175
2019-03-05mm, compaction: always finish scanning of a full pageblockMel Gorman1-11/+8
2019-03-05mm, compaction: rename map_pages to split_map_pagesMel Gorman1-3/+3