Age | Commit message (Expand) | Author | Files | Lines |
2024-08-15 | mm: don't account memmap per-node | Pasha Tatashin | 1 | -2/+0 |
2024-07-06 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix | Andrew Morton | 1 | -1/+2 |
2024-07-03 | mm: prevent derefencing NULL ptr in pfn_section_valid() | Waiman Long | 1 | -1/+2 |
2024-07-03 | mm: report per-page metadata information | Sourav Panda | 1 | -0/+2 |
2024-06-24 | mm/page_alloc: Separate THP PCP into movable and non-movable categories | yangge | 1 | -5/+4 |
2024-04-15 | iommu: account IOMMU allocated memory | Pasha Tatashin | 1 | -1/+1 |
2024-04-15 | iommu: observability of the IOMMU allocations | Pasha Tatashin | 1 | -0/+3 |
2024-03-06 | 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-25 | mm, kmsan: fix infinite recursion due to RCU critical section | Marco Elver | 1 | -3/+3 |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -7/+7 |
2024-01-08 | 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-20 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton | 1 | -15/+19 |
2023-12-12 | mm/mglru: reclaim offlined memcgs harder | Yu Zhao | 1 | -4/+4 |
2023-12-12 | 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-10 | mm/vmstat: move pgdemote_* to per-node stats | Li Zhijian | 1 | -0/+4 |
2023-10-25 | mm, pcp: reduce detecting time of consecutive high order page freeing | Huang Ying | 1 | -1/+1 |
2023-10-25 | mm, pcp: decrease PCP high if free pages < high watermark | Huang Ying | 1 | -0/+1 |
2023-10-25 | mm: add framework for PCP high auto-tuning | Huang Ying | 1 | -1/+4 |
2023-10-25 | mm, page_alloc: scale the number of pages that are batch allocated | Huang Ying | 1 | -1/+2 |
2023-10-25 | mm, pcp: reduce lock contention for draining high-order pages | Huang Ying | 1 | -0/+6 |
2023-10-25 | 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-23 | mm/vmscan: fix root proactive reclaim unthrottling unbalanced node | Yosry Ahmed | 1 | -3/+15 |
2023-06-19 | mmzone: introduce folio_migratetype() | Vishal Moola (Oracle) | 1 | -0/+3 |
2023-06-19 | mmzone: introduce folio_is_zone_movable() | Vishal Moola (Oracle) | 1 | -0/+5 |
2023-06-09 | mm: multi-gen LRU: cleanup lru_gen_soft_reclaim() | T.J. Alumbaugh | 1 | -2/+2 |
2023-06-09 | 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-18 | mm: Multi-gen LRU: remove wait_event_killable() | Kalesh Singh | 1 | -6/+2 |
2023-04-18 | mm: move free_area_empty() to mm/internal.h | Mike Rapoport (IBM) | 1 | -5/+0 |
2023-04-05 | mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks | Kirill A. Shutemov | 1 | -0/+2 |
2023-04-05 | mm: move get_page_from_free_area() to mm/page_alloc.c | Mike Rapoport (IBM) | 1 | -7/+0 |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -5/+5 |
2023-03-28 | mm: multi-gen LRU: clean up sysfs code | T.J. Alumbaugh | 1 | -1/+1 |
2023-02-02 | mm: memory-failure: add memory failure stats to sysfs | Jiaqi Yan | 1 | -0/+28 |
2023-02-02 | mm: multi-gen LRU: section for memcg LRU | T.J. Alumbaugh | 1 | -11/+2 |
2023-01-18 | mm: multi-gen LRU: per-node lru_gen_folio lists | Yu Zhao | 1 | -2/+115 |
2023-01-18 | mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[] | Yu Zhao | 1 | -4/+4 |
2023-01-18 | mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio | Yu Zhao | 1 | -3/+3 |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2022-12-11 | 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 |