| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-15 | mm/lru: replace pgdat lru_lock with lruvec lock |  Alex Shi | 1 | -20/+36 |
| 2020-12-15 | mm/compaction: do page isolation first in compaction |  Alex Shi | 1 | -9/+33 |
| 2020-12-15 | mm/compaction: make defer_compaction and compaction_deferred static |  Hui Su | 1 | -4/+4 |
| 2020-12-15 | mm/compaction: move compaction_suitable's comment to right place |  Hui Su | 1 | -7/+7 |
| 2020-12-15 | mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone() |  Yanfei Xu | 1 | -4/+3 |
| 2020-11-14 | mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate |  Zi Yan | 1 | -0/+4 |
| 2020-11-14 | mm/compaction: count pages and stop correctly during page isolation |  Zi Yan | 1 | -4/+4 |
| 2020-10-16 | mm: rename page_order() to buddy_order() |  Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2020-10-13 | mm/compaction.c: micro-optimization remove unnecessary branch |  Mateusz Nosek | 1 | -3/+2 |
| 2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages |  Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2020-08-12 | mm/compaction.c: delete duplicated word |  Randy Dunlap | 1 | -1/+1 |
| 2020-08-12 | mm/compaction: correct the comments of compact_defer_shift |  Alex Shi | 1 | -1/+1 |
| 2020-08-12 | mm: use unsigned types for fragmentation score |  Nitin Gupta | 1 | -9/+9 |
| 2020-08-12 | mm: fix compile error due to COMPACTION_HPAGE_ORDER |  Nitin Gupta | 1 | -1/+1 |
| 2020-08-12 | mm: proactive compaction |  Nitin Gupta | 1 | -5/+178 |
| 2020-06-26 | mm, compaction: make capture control handling safe wrt interrupts |  Vlastimil Babka | 1 | -3/+14 |
| 2020-06-04 | mm/compaction: fix a typo in comment "pessemistic"->"pessimistic" |  Ethon Paul | 1 | -1/+1 |
| 2020-06-03 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -34/+36 |
| 2020-06-03 | mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention |  Wei Yang | 1 | -1/+1 |
| 2020-06-03 | mm/page_alloc: integrate classzone_idx and high_zoneidx |  Joonsoo Kim | 1 | -32/+32 |
| 2020-06-03 | mm: memmap_init: iterate over memblock regions rather that check each PFN |  Baoquan He | 1 | -1/+3 |
| 2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 1 | -1/+1 |
| 2020-05-28 | mm/swap: Use local_lock for protection |  Ingo Molnar | 1 | -5/+1 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler |  Christoph Hellwig | 1 | -1/+1 |
| 2020-04-07 | mm/compaction: add missing annotation for compact_lock_irqsave |  Jules Irenge | 1 | -0/+1 |
| 2020-04-07 | mm: code cleanup for MADV_FREE |  Huang Ying | 1 | -1/+1 |
| 2020-04-02 | mm/compaction.c: clean code by removing unnecessary assignment |  Mateusz Nosek | 1 | -1/+0 |
| 2020-04-02 | mm/compaction: Disable compact_unevictable_allowed on RT |  Sebastian Andrzej Siewior | 1 | -0/+4 |
| 2020-04-02 | mm, compaction: fully assume capture is not NULL in compact_zone_order() |  Vlastimil Babka | 1 | -2/+2 |
| 2020-04-02 | mm,thp,compaction,cma: allow THP migration for CMA allocations |  Rik van Riel | 1 | -9/+13 |
| 2019-10-14 | mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() |  Vlastimil Babka | 1 | -3/+4 |
| 2019-09-24 | mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages() |  Pengfei Li | 1 | -7/+6 |
| 2019-09-24 | mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone |  Yafang Shao | 1 | -22/+13 |
| 2019-09-24 | mm: introduce compound_nr() |  Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2019-08-03 | mm: compaction: avoid 100% CPU usage during compaction when a task is killed |  Mel Gorman | 1 | -4/+7 |
| 2019-06-01 | mm, compaction: make sure we isolate a valid PFN |  Suzuki K Poulose | 1 | -1/+1 |
| 2019-05-18 | mm/compaction.c: correct zone boundary handling when isolating pages from a pageblock |  Mel Gorman | 1 | -2/+2 |
| 2019-05-14 | mm: move buddy list manipulations into helpers |  Dan Williams | 1 | -2/+2 |
| 2019-05-14 | mm/compaction.c: fix an undefined behaviour |  Qian Cai | 1 | -1/+3 |
| 2019-04-04 | mm/compaction.c: abort search if isolation fails |  Qian Cai | 1 | -1/+1 |
| 2019-04-04 | mm/compaction.c: correct zone boundary handling when resetting pageblock skip hints |  Mel Gorman | 1 | -10/+17 |
| 2019-03-05 | mm/compaction: pass pgdat to too_many_isolated() instead of zone |  Andrey Ryabinin | 1 | -10/+9 |
| 2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly |  Andrey Ryabinin | 1 | -7/+8 |
| 2019-03-05 | mm, compaction: capture a page under direct compaction |  Mel Gorman | 1 | -7/+24 |
| 2019-03-05 | mm, compaction: be selective about what pageblocks to clear skip hints |  Mel Gorman | 1 | -18/+106 |
| 2019-03-05 | mm, compaction: sample pageblocks for free pages |  Mel Gorman | 1 | -6/+22 |
| 2019-03-05 | mm, compaction: round-robin the order while searching the free lists for a target |  Mel Gorman | 1 | -3/+30 |
| 2019-03-05 | mm, compaction: reduce premature advancement of the migration target scanner |  Mel Gorman | 1 | -17/+10 |
| 2019-03-05 | mm, compaction: do not consider a need to reschedule as contention |  Mel Gorman | 1 | -19/+4 |
| 2019-03-05 | mm, compaction: rework compact_should_abort as compact_check_resched |  Mel Gorman | 1 | -38/+23 |