Age | Commit message (Expand) | Author | Files | Lines |
2021-06-29 | mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec | Muchun Song | 1 | -1/+1 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -2/+2 |
2021-05-05 | mm/mempool: minor coding style tweaks | Zhiyuan Dai | 1 | -1/+1 |
2021-05-05 | mm: replace migrate_[prep|finish] with lru_cache_[disable|enable] | Minchan Kim | 1 | -1/+2 |
2021-05-05 | mm: compaction: update the COMPACT[STALL|FAIL] events properly | Charan Teja Reddy | 1 | -0/+8 |
2021-05-05 | mm/compaction: remove unused variable sysctl_compact_memory | Pintu Kumar | 1 | -3/+0 |
2021-05-05 | mm: make alloc_contig_range handle in-use hugetlb pages | Oscar Salvador | 1 | -1/+11 |
2021-05-05 | mm: make alloc_contig_range handle free hugetlb pages | Oscar Salvador | 1 | -3/+30 |
2021-05-05 | mm,compaction: let isolate_migratepages_{range,block} return error codes | Oscar Salvador | 1 | -27/+25 |
2021-02-25 | mm, compaction: make fast_isolate_freepages() stay within zone | Vlastimil Babka | 1 | -5/+11 |
2021-02-25 | mm/compaction: fix misbehaviors of fast_find_migrateblock() | Wonhyuk Yang | 1 | -15/+12 |
2021-02-25 | mm/compaction: correct deferral logic for proactive compaction | Charan Teja Reddy | 1 | -6/+14 |
2021-02-25 | mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked | Miaohe Lin | 1 | -1/+0 |
2021-02-25 | mm/compaction: remove rcu_read_lock during page compaction | Alex Shi | 1 | -4/+1 |
2021-02-25 | mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list() | Yu Zhao | 1 | -1/+1 |
2021-02-25 | mm/vmscan: __isolate_lru_page_prepare() cleanup | Alex Shi | 1 | -1/+1 |
2021-02-05 | mm, compaction: move high_pfn to the for loop scope | Rokudo Yan | 1 | -1/+2 |
2020-12-16 | mm/lru: replace pgdat lru_lock with lruvec lock | Alex Shi | 1 | -20/+36 |
2020-12-16 | 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 page... | 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-14 | mm/compaction.c: micro-optimization remove unnecessary branch | Mateusz Nosek | 1 | -3/+2 |
2020-08-15 | 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-05 | mm/compaction: fix a typo in comment "pessemistic"->"pessimistic" | Ethon Paul | 1 | -1/+1 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -34/+36 |
2020-06-04 | mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention | Wei Yang | 1 | -1/+1 |
2020-06-04 | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim | 1 | -32/+32 |
2020-06-04 | mm: memmap_init: iterate over memblock regions rather that check each PFN | Baoquan He | 1 | -1/+3 |
2020-06-04 | 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-15 | mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() | Vlastimil Babka | 1 | -3/+4 |
2019-09-25 | mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages() | Pengfei Li | 1 | -7/+6 |
2019-09-25 | mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone | Yafang Shao | 1 | -22/+13 |