aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-19mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin1-2/+2
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner1-3/+3
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner1-2/+2
2023-06-09mm: compaction: remove compaction result helpersJohannes Weiner1-92/+0
2023-04-13mm: compaction: move compaction sysctl to its own fileMinghao Chi1-7/+0
2022-04-28mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin1-3/+2
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy1-0/+2
2021-07-08mm: fix spelling mistakes in header filesZhen Lei1-2/+2
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar1-1/+0
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su1-12/+0
2020-10-13include/linux/compaction.h: clean code by removing unused enum valueMateusz Nosek1-3/+0
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta1-2/+2
2020-08-12mm: proactive compactionNitin Gupta1-0/+2
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+5
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-4/+5
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-09-24mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka1-5/+17
2019-03-05include/linux/compaction.h: fix potential build errorYu Zhao1-1/+1
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-1/+2
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-0/+1
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka1-0/+23
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka1-1/+2
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka1-4/+4
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka1-5/+0
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka1-11/+2
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka1-9/+13
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-16/+0
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-0/+17
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for costly ordersMichal Hocko1-0/+4
2016-05-20mm, compaction: abstract compaction feedback to helpersMichal Hocko1-0/+79
2016-05-20mm, compaction: update compaction_result orderingMichal Hocko1-10/+16
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko1-1/+9
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko1-2/+5
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko1-18/+27
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman1-3/+3
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka1-0/+16
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka1-0/+1
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka1-1/+1
2015-04-15mm: allow compaction of unevictable pagesEric B Munson1-0/+1
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim1-60/+5
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim1-0/+3
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim1-0/+1
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-8/+9
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka1-4/+2
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-2/+6
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka1-2/+10
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka1-6/+10
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes1-2/+2