Age | Commit message (Expand) | Author | Files | Lines |
2024-03-07 | mm: add __dump_folio() | Matthew Wilcox (Oracle) | 1 | -0/+3 |
2024-02-22 | mm/mglru: improve struct lru_gen_mm_walk | Kinsey Ho | 1 | -3/+3 |
2024-01-26 | mm, kmsan: fix infinite recursion due to RCU critical section | Marco Elver | 1 | -3/+3 |
2024-01-09 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -7/+7 |
2024-01-09 | mm, treewide: introduce NR_PAGE_ORDERS | Kirill A. Shutemov | 1 | -2/+4 |
2024-01-05 | mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCING | Li Zhijian | 1 | -1/+1 |
2024-01-05 | mm/mglru: remove CONFIG_MEMCG | Kinsey Ho | 1 | -24/+2 |
2024-01-05 | mm/mglru: add CONFIG_LRU_GEN_WALKS_MMU | Kinsey Ho | 1 | -0/+2 |
2023-12-29 | mm/sparsemem: fix race in accessing memory_section->usage | Charan Teja Kalla | 1 | -3/+11 |
2023-12-21 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton | 1 | -15/+19 |
2023-12-13 | mm/mglru: reclaim offlined memcgs harder | Yu Zhao | 1 | -4/+4 |
2023-12-13 | mm/mglru: respect min_ttl_ms with memcgs | Yu Zhao | 1 | -13/+17 |
2023-12-12 | zswap: shrink zswap pool based on memory pressure | Nhat Pham | 1 | -0/+2 |
2023-12-11 | mm/vmstat: move pgdemote_* to per-node stats | Li Zhijian | 1 | -0/+4 |
2023-10-26 | mm, pcp: reduce detecting time of consecutive high order page freeing | Huang Ying | 1 | -1/+1 |
2023-10-26 | mm, pcp: decrease PCP high if free pages < high watermark | Huang Ying | 1 | -0/+1 |
2023-10-26 | mm: add framework for PCP high auto-tuning | Huang Ying | 1 | -1/+4 |
2023-10-26 | mm, page_alloc: scale the number of pages that are batch allocated | Huang Ying | 1 | -1/+2 |
2023-10-26 | mm, pcp: reduce lock contention for draining high-order pages | Huang Ying | 1 | -0/+6 |
2023-10-26 | mm, pcp: avoid to drain PCP when process exit | Huang Ying | 1 | -1/+11 |
2023-10-04 | mm, vmscan: remove ISOLATE_UNMAPPED | Vlastimil Babka | 1 | -2/+0 |
2023-08-18 | mm: remove obsolete comment above struct per_cpu_pages | Miaohe Lin | 1 | -1/+0 |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -26/+25 |
2023-06-24 | mm/vmscan: fix root proactive reclaim unthrottling unbalanced node | Yosry Ahmed | 1 | -3/+15 |
2023-06-20 | mmzone: introduce folio_migratetype() | Vishal Moola (Oracle) | 1 | -0/+3 |
2023-06-20 | mmzone: introduce folio_is_zone_movable() | Vishal Moola (Oracle) | 1 | -0/+5 |
2023-06-10 | mm: multi-gen LRU: cleanup lru_gen_soft_reclaim() | T.J. Alumbaugh | 1 | -2/+2 |
2023-06-10 | mm: page_alloc: move sysctls into it own fils | Kefeng Wang | 1 | -21/+0 |
2023-06-06 | mm: Add support for unaccepted memory | Kirill A. Shutemov | 1 | -0/+8 |
2023-04-19 | mm: Multi-gen LRU: remove wait_event_killable() | Kalesh Singh | 1 | -6/+2 |
2023-04-19 | mm: move free_area_empty() to mm/internal.h | Mike Rapoport (IBM) | 1 | -5/+0 |
2023-04-06 | mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks | Kirill A. Shutemov | 1 | -0/+2 |
2023-04-06 | mm: move get_page_from_free_area() to mm/page_alloc.c | Mike Rapoport (IBM) | 1 | -7/+0 |
2023-04-06 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -5/+5 |
2023-03-29 | mm: multi-gen LRU: clean up sysfs code | T.J. Alumbaugh | 1 | -1/+1 |
2023-02-03 | mm: memory-failure: add memory failure stats to sysfs | Jiaqi Yan | 1 | -0/+28 |
2023-02-03 | mm: multi-gen LRU: section for memcg LRU | T.J. Alumbaugh | 1 | -11/+2 |
2023-01-19 | mm: multi-gen LRU: per-node lru_gen_folio lists | Yu Zhao | 1 | -2/+115 |
2023-01-19 | mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[] | Yu Zhao | 1 | -4/+4 |
2023-01-19 | mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio | Yu Zhao | 1 | -3/+3 |
2022-12-14 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2022-12-12 | mm: fix typo in struct pglist_data code comment | Wang Yong | 1 | -1/+1 |
2022-11-09 | block: add check when merging zone device pages | Logan Gunthorpe | 1 | -0/+24 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -35/+246 |
2022-10-04 | mm: remove obsolete pgdat_is_empty() | Miaohe Lin | 1 | -5/+0 |
2022-10-04 | mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTH | Miaohe Lin | 1 | -7/+0 |
2022-09-27 | mm: deduplicate cacheline padding code | Shakeel Butt | 1 | -19/+5 |
2022-09-27 | mm/demotion: add pg_data_t member to track node memory tier details | Aneesh Kumar K.V | 1 | -0/+3 |
2022-09-27 | mm: multi-gen LRU: thrashing prevention | Yu Zhao | 1 | -0/+2 |
2022-09-27 | mm: multi-gen LRU: kill switch | Yu Zhao | 1 | -0/+9 |