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