| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit | Miaohe Lin | 2023-06-19 | 1 | -2/+2 |
* | mm: compaction: have compaction_suitable() return bool | Johannes Weiner | 2023-06-09 | 1 | -3/+3 |
* | mm: compaction: refactor __compaction_suitable() | Johannes Weiner | 2023-06-09 | 1 | -2/+2 |
* | mm: compaction: remove compaction result helpers | Johannes Weiner | 2023-06-09 | 1 | -92/+0 |
* | mm: compaction: move compaction sysctl to its own file | Minghao Chi | 2023-04-13 | 1 | -7/+0 |
* | mm: compaction: remove unneeded return value of kcompactd_run | Miaohe Lin | 2022-04-28 | 1 | -3/+2 |
* | mm: compaction: support triggering of proactive compaction by user | Charan Teja Reddy | 2021-09-03 | 1 | -0/+2 |
* | mm: fix spelling mistakes in header files | Zhen Lei | 2021-07-08 | 1 | -2/+2 |
* | mm/compaction: remove unused variable sysctl_compact_memory | Pintu Kumar | 2021-05-05 | 1 | -1/+0 |
* | mm/compaction: make defer_compaction and compaction_deferred static | Hui Su | 2020-12-15 | 1 | -12/+0 |
* | include/linux/compaction.h: clean code by removing unused enum value | Mateusz Nosek | 2020-10-13 | 1 | -3/+0 |
* | mm: use unsigned types for fragmentation score | Nitin Gupta | 2020-08-12 | 1 | -2/+2 |
* | mm: proactive compaction | Nitin Gupta | 2020-08-12 | 1 | -0/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-03 | 1 | -4/+5 |
|\ |
|
| * | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim | 2020-06-03 | 1 | -4/+5 |
* | | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 1 | -1/+1 |
|/ |
|
* | mm, compaction: raise compaction priority after it withdrawns | Vlastimil Babka | 2019-09-24 | 1 | -5/+17 |
* | include/linux/compaction.h: fix potential build error | Yu Zhao | 2019-03-05 | 1 | -1/+1 |
* | mm, compaction: capture a page under direct compaction | Mel Gorman | 2019-03-05 | 1 | -1/+2 |
* | mm: remove sysctl_extfrag_handler() | Matthew Wilcox | 2019-03-05 | 1 | -2/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm, compaction: restrict full priority to non-costly orders | Vlastimil Babka | 2016-10-07 | 1 | -0/+1 |
* | mm, compaction: create compact_gap wrapper | Vlastimil Babka | 2016-10-07 | 1 | -0/+23 |
* | mm, compaction: add the ultimate direct compaction priority | Vlastimil Babka | 2016-10-07 | 1 | -1/+2 |
* | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka | 2016-10-07 | 1 | -4/+4 |
* | mm, compaction: cleanup unused functions | Vlastimil Babka | 2016-10-07 | 1 | -5/+0 |
* | mm, compaction: simplify contended compaction handling | Vlastimil Babka | 2016-07-28 | 1 | -11/+2 |
* | mm, compaction: introduce direct compaction priority | Vlastimil Babka | 2016-07-28 | 1 | -9/+13 |
* | mm: fix build warnings in <linux/compaction.h> | Minchan Kim | 2016-07-26 | 1 | -16/+0 |
* | mm: migrate: support non-lru movable page migration | Minchan Kim | 2016-07-26 | 1 | -0/+17 |
* | mm, oom, compaction: prevent from should_compact_retry looping for ever for c... | Michal Hocko | 2016-05-20 | 1 | -0/+4 |
* | mm, compaction: abstract compaction feedback to helpers | Michal Hocko | 2016-05-20 | 1 | -0/+79 |
* | mm, compaction: update compaction_result ordering | Michal Hocko | 2016-05-20 | 1 | -10/+16 |
* | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko | 2016-05-20 | 1 | -1/+9 |
* | mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED | Michal Hocko | 2016-05-20 | 1 | -2/+5 |
* | mm, compaction: change COMPACT_ constants into enum | Michal Hocko | 2016-05-20 | 1 | -18/+27 |
* | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 2016-05-19 | 1 | -3/+3 |
* | mm, compaction: introduce kcompactd | Vlastimil Babka | 2016-03-17 | 1 | -0/+16 |
* | mm, compaction: distinguish contended status in tracepoints | Vlastimil Babka | 2015-11-05 | 1 | -0/+1 |
* | mm, compaction: export tracepoints status strings to userspace | Vlastimil Babka | 2015-11-05 | 1 | -1/+1 |
* | mm: allow compaction of unevictable pages | Eric B Munson | 2015-04-15 | 1 | -0/+1 |
* | mm/compaction: add tracepoint to observe behaviour of compaction defer | Joonsoo Kim | 2015-02-11 | 1 | -60/+5 |
* | mm/compaction: more trace to understand when/why compaction start/finish | Joonsoo Kim | 2015-02-11 | 1 | -0/+3 |
* | mm/compaction: enhance tracepoint output for compaction begin/end | Joonsoo Kim | 2015-02-11 | 1 | -0/+1 |
* | mm: reduce try_to_compact_pages parameters | Vlastimil Babka | 2015-02-11 | 1 | -8/+9 |
* | mm, compaction: simplify deferred compaction | Vlastimil Babka | 2014-12-10 | 1 | -4/+2 |
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checking | Vlastimil Babka | 2014-12-10 | 1 | -2/+6 |
* | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka | 2014-10-09 | 1 | -2/+10 |
* | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka | 2014-10-09 | 1 | -6/+10 |
* | mm, compaction: embed migration mode in compact_control | David Rientjes | 2014-06-04 | 1 | -2/+2 |