Age | Commit message (Expand) | Author | Files | Lines |
2022-12-01 | mm, compaction: fix fast_isolate_around() to stay within boundaries | NARIBAYASHI Akira | 1 | -13/+5 |
2022-12-01 | mm: migrate: fix THP's mapcount on isolation | Gavin Shan | 1 | -11/+11 |
2022-10-14 | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2022-10-13 | mm/compaction: fix set skip in fast_find_migrateblock | Chuyi Zhou | 1 | -1/+0 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+17 |
2022-10-04 | mm: add pageblock_aligned() macro | Kefeng Wang | 1 | -4/+4 |
2022-10-04 | mm: reuse pageblock_start/end_pfn() macro | Kefeng Wang | 1 | -2/+0 |
2022-09-19 | mm/compaction: Get rid of RT ifdeffery | Thomas Gleixner | 1 | -5/+1 |
2022-09-12 | mm: fix null-ptr-deref in kswapd_is_running() | Kefeng Wang | 1 | -1/+13 |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+4 |
2022-08-02 | fs: Remove aops->migratepage() | Matthew Wilcox (Oracle) | 1 | -3/+2 |
2022-08-02 | fs: Add aops->migrate_folio | Matthew Wilcox (Oracle) | 1 | -1/+3 |
2022-08-02 | mm: Convert all PageMovable users to movable_operations | Matthew Wilcox (Oracle) | 1 | -16/+13 |
2022-07-30 | mm: compaction: include compound page count for scanning in pageblock isolation | William Lam | 1 | -0/+3 |
2022-07-04 | mm, docs: fix comments that mention mem_hotplug_end() | Yun-Ze Li | 1 | -1/+1 |
2022-05-14 | mm, compaction: fast_find_migrateblock() should return pfn in the target zone | Rei Yamamoto | 1 | -0/+2 |
2022-05-13 | tracing: incorrect gfp_t conversion | Vasily Averin | 1 | -1/+1 |
2022-04-29 | mm: compaction: make sure highest is above the min_pfn | Miaohe Lin | 1 | -1/+1 |
2022-04-29 | mm: compaction: simplify the code in __compact_finished | Miaohe Lin | 1 | -21/+8 |
2022-04-29 | mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S... | Miaohe Lin | 1 | -1/+1 |
2022-04-29 | mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_online | Miaohe Lin | 1 | -1/+2 |
2022-04-29 | mm: compaction: clean up comment about async compaction in isolate_migratepages | Miaohe Lin | 1 | -6/+6 |
2022-04-29 | mm: compaction: use helper compound_nr in isolate_migratepages_block | Miaohe Lin | 1 | -1/+1 |
2022-04-29 | mm: compaction: use COMPACT_CLUSTER_MAX in compaction.c | Miaohe Lin | 1 | -4/+4 |
2022-04-29 | mm: compaction: clean up comment about suitable migration target recheck | Miaohe Lin | 1 | -7/+1 |
2022-04-29 | mm: compaction: clean up comment for sched contention | Miaohe Lin | 1 | -7/+4 |
2022-04-29 | mm: compaction: remove unneeded assignment to isolate_start_pfn | Miaohe Lin | 1 | -1/+1 |
2022-04-29 | mm: compaction: remove unneeded pfn update | Miaohe Lin | 1 | -1/+0 |
2022-04-29 | mm: compaction: remove unneeded return value of kcompactd_run | Miaohe Lin | 1 | -5/+2 |
2022-04-29 | mm: compaction: use helper isolation_suitable() | Miaohe Lin | 1 | -1/+1 |
2022-04-16 | mm: compaction: fix compiler warning when CONFIG_COMPACTION=n | Charan Teja Kalla | 1 | -5/+5 |
2022-03-23 | mm: compaction: cleanup the compaction trace events | Baolin Wang | 1 | -6/+3 |
2022-03-23 | mm: __isolate_lru_page_prepare() in isolate_migratepages_block() | Hugh Dickins | 1 | -7/+44 |
2022-01-15 | mm: compaction: fix the migration stats in trace_mm_compaction_migratepages() | Baolin Wang | 1 | -3/+4 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+8 |
2021-11-06 | mm/vmscan: centralise timeout values for reclaim_throttle | Mel Gorman | 1 | -1/+1 |
2021-11-06 | mm/vmscan: throttle reclaim and compaction when too may pages are isolated | Mel Gorman | 1 | -2/+8 |
2021-09-27 | mm/memcg: Add folio_lruvec_lock() and similar functions | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-09-27 | mm/memcg: Add folio_lruvec() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -13/+7 |
2021-09-08 | mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE | Mike Rapoport | 1 | -13/+7 |
2021-09-03 | mm: compaction: support triggering of proactive compaction by user | Charan Teja Reddy | 1 | -2/+36 |
2021-09-03 | mm: compaction: optimize proactive compaction deferrals | Charan Teja Reddy | 1 | -10/+19 |
2021-09-03 | mm/migrate: enable returning precise migrate_pages() success count | Yang Shi | 1 | -1/+1 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+9 |
2021-07-01 | mm/compaction: fix 'limit' in fast_isolate_freepages | Wonhyuk Yang | 1 | -3/+3 |
2021-07-01 | mm: compaction: remove duplicate !list_empty(&sublist) check | Liu Xiang | 1 | -4/+2 |
2021-07-01 | mm/compaction: use DEVICE_ATTR_WO macro | YueHaibing | 1 | -4/+4 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-06-29 | mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec | Muchun Song | 1 | -1/+1 |