summaryrefslogtreecommitdiff
path: root/include/linux/compaction.h
AgeCommit message (Expand)Author
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy
2021-07-08mm: fix spelling mistakes in header filesZhen Lei
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su
2020-10-13include/linux/compaction.h: clean code by removing unused enum valueMateusz Nosek
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta
2020-08-12mm: proactive compactionNitin Gupta
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-09-24mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka
2019-03-05include/linux/compaction.h: fix potential build errorYu Zhao
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko
2016-05-20mm, compaction: abstract compaction feedback to helpersMichal Hocko
2016-05-20mm, compaction: update compaction_result orderingMichal Hocko
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman