- e5b4949 ANDROID: vendor_hooks: tune reclaim scan type for specified mem_cgroup by xiaofeng · 2 years, 8 months ago
- 9538014 ANDROID: vendor_hooks: Add hook in shrink_node_memcgs by Liujie Xie · 2 years, 9 months ago
- 71d560e ANDROID: vendor_hooks: export shrink_slab by Peifeng Li · 2 years, 10 months ago
- f2d0c30 ANDROID: vendor_hooks: Add hooks for shrink_active_list by Liujie Xie · 2 years, 10 months ago
- b3e6d6e Revert "ANDROID: vendor_hooks: add hook and OEM data for slab shrink" by Greg Kroah-Hartman · 3 years, 2 months ago
- 08ed4cb Merge 5.10.67 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
- 388f12d mm,vmscan: fix divide by zero in get_scan_count by Rik van Riel · 3 years, 4 months ago
- a6777a7 Merge 5.10.61 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
- 8132fc2 mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim by Johannes Weiner · 3 years, 4 months ago
- a8385d61 ANDROID: Allow vendor module to reclaim a memcg by Liujie Xie · 3 years, 6 months ago
- daeabfe ANDROID: mm: add reclaim_shmem_address_space() for faster reclaims by Charan Teja Reddy · 3 years, 6 months ago
- 12902c9 ANDROID: vendor_hooks: Export direct reclaim trace points by Martin Liu · 3 years, 6 months ago
- 2699fa4 ANDROID: mm: vmscan: support equal reclaim for anon and file pages by Sudarshan Rajagopalan · 3 years, 7 months ago
- bf769b7 ANDROID: vendor_hooks: add hook and OEM data for slab shrink by rongqianfeng · 3 years, 7 months ago
- 577f734 ANDROID: vendor_hooks: tune reclaim inactive ratio by zhouhuacai · 3 years, 8 months ago
- 396a6ad ANDROID: vendor_hooks: bypass shrink slab by wudean · 3 years, 8 months ago
- 35dafe7 ANDROID: vendor_hooks: tune reclaim swappiness or scan type by xiaofeng · 3 years, 9 months ago
- d8c7f0a Merge 5.10.20 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
- 54683f8 mm/vmscan: restore zone_reclaim_mode ABI by Dave Hansen · 3 years, 10 months ago
- aa8f690 ANDROID: vmscan: Fix sparse warnings for kswapd_threads by Suren Baghdasaryan · 3 years, 10 months ago
- 0d61a65 ANDROID: vmscan: Support multiple kswapd threads per node by Charan Teja Reddy · 3 years, 11 months ago
- 72c5ce8 mm: don't put pinned pages into the swap cache by Linus Torvalds · 4 years ago
- dd156e3 mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years ago
- 2da9f63 mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit by Nicholas Piggin · 4 years, 1 month ago
- ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 2 months ago
- 3efe62e mm/vmscan: allow arbitrary sized pages to be paged out by Matthew Wilcox (Oracle) · 4 years, 2 months ago
- 01c4776 mm/vmscan: fix comments for isolate_lru_page() by Hui Su · 4 years, 2 months ago
- 069c411 mm/vmscan: fix infinite loop in drop_slab_node by Chunxin Zang · 4 years, 2 months ago
- 8d8869c mm: fix check_move_unevictable_pages() on THP by Hugh Dickins · 4 years, 3 months ago
- e3336ca mm: memcg: fix memcg reclaim soft lockup by Xunlei Pang · 4 years, 4 months ago
- 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 4 months ago
- 1eba09c mm/vmscan.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
- 4002570 mm/vmscan: restore active/inactive ratio for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- 3852f67 mm/swapcache: support to handle the shadow entries by Joonsoo Kim · 4 years, 5 months ago
- 170b04b7 mm/workingset: prepare the workingset detection infrastructure for anon LRU by Joonsoo Kim · 4 years, 5 months ago
- b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- ccc5dc67 mm/vmscan: make active/inactive ratio as 1:1 for anon lru by Joonsoo Kim · 4 years, 5 months ago
- 912c057 mm: vmscan: consistent update to pgrefill by Shakeel Butt · 4 years, 5 months ago
- 238c304 mm/vmscan.c: fix typo by dylan-meiners · 4 years, 5 months ago
- 0a18e60 mm: remove vm_total_pages by David Hildenbrand · 4 years, 5 months ago
- e22c6ed mm: memcontrol: don't count limit-setting reclaim as memory pressure by Johannes Weiner · 4 years, 5 months ago
- 45c7f7e mm, memcg: decouple e{low,min} state mutations from protection checks by Chris Down · 4 years, 5 months ago
- 22f7496 mm, memcg: avoid stale protection values when cgroup is above protection by Yafang Shao · 4 years, 5 months ago
- d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
- 31d8fca mm: workingset: age nonresident information alongside anonymous pages by Johannes Weiner · 4 years, 6 months ago
- 55b65a5 mm/vmsan: fix some typos in comment by Ethon Paul · 4 years, 7 months ago
- d483a5d mm: vmscan: limit the range of LRU type balancing by Johannes Weiner · 4 years, 7 months ago
- 96f8bf4 mm: vmscan: reclaim writepage is IO cost by Johannes Weiner · 4 years, 7 months ago
- 7cf111b mm: vmscan: determine anon/file pressure balance at the reclaim root by Johannes Weiner · 4 years, 7 months ago
- 314b57f mm: balance LRU lists based on relative thrashing by Johannes Weiner · 4 years, 7 months ago
- 264e90c mm: only count actual rotations as LRU reclaim cost by Johannes Weiner · 4 years, 7 months ago
- 1431d4d mm: base LRU balancing on an explicit cost model by Johannes Weiner · 4 years, 7 months ago
- a4fe163 mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count() by Johannes Weiner · 4 years, 7 months ago
- c843966 mm: allow swappiness that prefers reclaiming anon over the file workingset by Johannes Weiner · 4 years, 7 months ago
- 497a6c1 mm: keep separate anon and file statistics on page reclaim activity by Johannes Weiner · 4 years, 7 months ago
- df3a45f mm/vmscan: update the comment of should_continue_reclaim() by Qiwu Chen · 4 years, 7 months ago
- 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 4 years, 7 months ago
- 1f318a9 mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch by Jaewon Kim · 4 years, 7 months ago
- a892cb6 mm/vmscan.c: use update_lru_size() in update_lru_sizes() by Wei Yang · 4 years, 7 months ago
- ff45fc3 mm: simplify calling a compound page destructor by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 4 years, 7 months ago
- a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 7 months ago
- 17e3452 mm/vmscan: remove unnecessary argument description of isolate_lru_pages() by Qiwu Chen · 4 years, 8 months ago
- 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 9 months ago
- c4ecddf mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
- 4b79306 mm/vmscan.c: make may_enter_fs bool in shrink_page_list() by Kirill Tkhai · 4 years, 9 months ago
- e072bff mm/vmscan.c: clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
- 5644e1fb mm/vmscan.c: fix data races using kswapd_classzone_idx by Qian Cai · 4 years, 9 months ago
- 6b700b5 mm/vmscan.c: remove cpu online notification for now by Wei Yang · 4 years, 9 months ago
- f661d00 mm: vmscan: replace open codings to NUMA_NO_NODE by Yang Shi · 4 years, 9 months ago
- 1eb6234 mm: swap: make page_evictable() inline by Yang Shi · 4 years, 9 months ago
- 76073c6 mm/vmscan.c: don't round up scan size for online memory cgroup by Gavin Shan · 4 years, 10 months ago
- 648b5cf mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE by Alex Shi · 5 years ago
- fffbacc mm/vmscan: remove prefetch_prev_lru_page by Alex Shi · 5 years ago
- 6c9e0907 mm/vmscan.c: remove unused return value of shrink_node by Liu Song · 5 years ago
- 42a9a53 mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG by Yang Shi · 5 years ago
- 178821b mm/vmscan.c: fix typo in comment by Xianting Tian · 5 years ago
- b91ac37 mm: vmscan: enforce inactive:active ratio at the reclaim root by Johannes Weiner · 5 years ago
- b910718 mm: vmscan: detect file thrashing at the reclaim root by Johannes Weiner · 5 years ago
- 53138ce mm: vmscan: move file exhaustion detection to the node level by Johannes Weiner · 5 years ago
- 1b05117 mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs by Johannes Weiner · 5 years ago
- 0f6a5cf mm: vmscan: split shrink_node() into node part and memcgs part by Johannes Weiner · 5 years ago
- afaf07a mm: vmscan: turn shrink_node_memcg() into shrink_lruvec() by Johannes Weiner · 5 years ago
- d2af339 mm: vmscan: replace shrink_node() loop with a retry jump by Johannes Weiner · 5 years ago
- b5ead35 mm: vmscan: naming fixes: global_reclaim() and sane_reclaim() by Johannes Weiner · 5 years ago
- a108629 mm: vmscan: move inactive_list_is_low() swap check to the caller by Johannes Weiner · 5 years ago
- 867e5e1 mm: clean up and clarify lruvec lookup procedure by Johannes Weiner · 5 years ago
- de3b015 mm: vmscan: simplify lruvec_lru_size() by Johannes Weiner · 5 years ago
- cb16556 mm/vmscan.c: remove unused scan_control parameter from pageout() by Yang Shi · 5 years ago
- f87bccd mm/vmscan: remove unused lru_pages argument by Andrey Ryabinin · 5 years ago
- fa40d1e mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node() by Shakeel Butt · 5 years ago
- 906d278 mm/vmscan.c: support removing arbitrary sized pages from mapping by William Kucharski · 5 years ago
- b11edeb mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_size by Honglei Wang · 5 years ago
- 1bc63fb mm, memcg: make scan aggression always exclude protection by Chris Down · 5 years ago
- 9de7ca4 mm, memcg: make memory.emin the baseline for utilisation determination by Chris Down · 5 years ago
- 9783aa9 mm, memcg: proportional memory.{low,min} reclaim by Chris Down · 5 years ago
- 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
- 8940b34 mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM by Minchan Kim · 5 years ago
- 0a432dc mm: shrinker: make shrinker not depend on memcg kmem by Yang Shi · 5 years ago