mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
[linux-2.6-microblaze.git] / mm /
2024-03-06 Chengming Zhoumm/zswap: global lru and shrinker shared by all zswap_p...
2024-03-06 Kefeng Wangmm: memory: fix shift-out-of-bounds in fault_around_byt...
2024-03-06 Thorsten Blummm: page_alloc: use div64_ul() instead of do_div()
2024-03-06 Matthew Wilcox ... mm/mempolicy: use a folio in do_mbind()
2024-03-06 Barry Songmm: make folio_pte_batch available outside of mm/memory.c
2024-03-06 Matthew Wilcox ... mm: constify more page/folio tests
2024-03-06 Matthew Wilcox ... mm: make dump_page() take a const argument
2024-03-06 Matthew Wilcox ... mm: add __dump_folio()
2024-03-06 Gang Lihugetlb: parallelize 1G hugetlb initialization
2024-03-06 Gang Lihugetlb: parallelize 2M hugetlb allocation and initiali...
2024-03-06 Gang Li Subject... Author: Gang Li padata: dispatch works on
2024-03-06 Gang Lihugetlb: pass *next_nid_to_alloc directly to for_each_n...
2024-03-06 Gang Lihugetlb: split hugetlb_hstate_alloc_pages
2024-03-06 Gang Lihugetlb: code clean for hugetlb_hstate_alloc_pages
2024-03-05 Chengming Zhoumm/zsmalloc: don't need to reserve LSB in handle
2024-03-05 John Hubbardmm/memory.c: do_numa_page(): remove a redundant page...
2024-03-05 Richard Changmm: add alloc_contig_migrate_range allocation statistics
2024-03-05 Matthew Wilcox ... mm: use folio more widely in __split_huge_page
2024-03-05 Matthew Wilcox ... mm: convert free_swap_cache() to take a folio
2024-03-05 Matthew Wilcox ... mm: use a folio in __collapse_huge_page_copy_succeeded()
2024-03-05 Matthew Wilcox ... mm: convert free_pages_and_swap_cache() to use folios_put()
2024-03-05 Matthew Wilcox ... mm: remove free_unref_page_list()
2024-03-05 Matthew Wilcox ... memcg: remove mem_cgroup_uncharge_list()
2024-03-05 Matthew Wilcox ... mm: free folios directly in move_folios_to_lru()
2024-03-05 Matthew Wilcox ... mm: free folios in a batch in shrink_folio_list()
2024-03-05 Matthew Wilcox ... mm: allow non-hugetlb large folios to be batch processed
2024-03-05 Matthew Wilcox ... mm: handle large folios in free_unref_folios()
2024-03-05 Matthew Wilcox ... mm: use __page_cache_release() in folios_put()
2024-03-05 Matthew Wilcox ... mm: use free_unref_folios() in put_pages_list()
2024-03-05 Matthew Wilcox ... mm: remove use of folio list from folios_put()
2024-03-05 Matthew Wilcox ... memcg: add mem_cgroup_uncharge_folios()
2024-03-05 Matthew Wilcox ... mm: use folios_put() in __folio_batch_release()
2024-03-05 Matthew Wilcox ... mm: add free_unref_folios()
2024-03-05 Matthew Wilcox ... mm: convert free_unref_page_list() to use folios
2024-03-05 Matthew Wilcox ... mm: make folios_put() the basis of release_pages()
2024-03-05 Lance Yangmm/khugepaged: keep mm in mm_slot without MMF_DISABLE_T...
2024-03-05 David Hildenbrandmm/memfd: refactor memfd_tag_pins() and memfd_wait_for_...
2024-03-05 Zi Yanmm: huge_memory: enable debugfs to split huge pages...
2024-03-05 Zi Yanmm: thp: split huge page to any lower order pages
2024-03-05 Zi Yanmm: page_owner: add support for splitting to any order...
2024-03-05 Zi Yanmm: memcg: make memcg huge page split support any order...
2024-03-05 Zi Yanmm/page_owner: use order instead of nr in split_page_ow...
2024-03-05 Zi Yanmm/memcg: use order instead of nr in split_page_memcg()
2024-03-05 Matthew Wilcox ... mm: support order-1 folios in the page cache
2024-03-05 Zi Yanmm/huge_memory: only split PMD mapping when necessary...
2024-03-05 Barry Songmm: madvise: pageout: ignore references rather than...
2024-03-05 Paul Heidekrügerkasan: fix a2 allocation and remove explicit cast in...
2024-03-05 Carlos Galomm: update mark_victim tracepoints fields
2024-03-05 Vishal Moola (Oracle)hugetlb: allow faults to be handled under the VMA lock
2024-03-05 Vishal Moola (Oracle)hugetlb: use vmf_anon_prepare() instead of anon_vma_pre...
2024-03-05 Vishal Moola (Oracle)hugetlb: pass struct vm_fault through to hugetlb_handle...
2024-03-05 Vishal Moola (Oracle)hugetlb: move vm_fault declaration to the top of hugetl...
2024-03-05 Vishal Moola (Oracle)mm/memory: change vmf_anon_prepare() to be non-static
2024-03-05 Hao Gemm/page_alloc: make check_new_page() return bool
2024-03-05 Matthew Cassellmm/util.c: add byte count to __vm_enough_memory failure...
2024-03-05 Chengming Zhoumm/zswap: change zswap_pool kref to percpu_ref
2024-03-05 Chengming Zhoumm/zswap: global lru and shrinker shared by all zswap_pools
2024-02-24 Matthew Wilcox ... writeback: remove a use of write_cache_pages() from...
2024-02-24 Christoph Hellwigwriteback: add a writeback iterator
2024-02-24 Matthew Wilcox ... writeback: move the folio_prepare_writeback loop out...
2024-02-24 Matthew Wilcox ... writeback: use the folio_batch queue iterator
2024-02-24 Matthew Wilcox ... writeback: simplify the loops in write_cache_pages()
2024-02-24 Matthew Wilcox ... writeback: factor writeback_get_batch() out of write_ca...
2024-02-24 Matthew Wilcox ... writeback: factor folio_prepare_writeback() out of...
2024-02-24 Christoph Hellwigwriteback: rework the loop termination condition in...
2024-02-24 Christoph Hellwigwriteback: only update ->writeback_index for range_cycl...
2024-02-24 Christoph Hellwigwriteback: also update wbc->nr_to_write on writeback...
2024-02-24 Christoph Hellwigwriteback: fix done_index when hitting the wbc->nr_to_write
2024-02-24 Christoph Hellwigwriteback: don't call mapping_set_error on AOP_WRITEPAG...
2024-02-24 Hao Gemm/page_alloc: make bad_range() return bool
2024-02-24 Barry Songmadvise:madvise_cold_or_pageout_pte_range(): allow...
2024-02-24 Barry Songmm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE...
2024-02-24 Jan Karashmem: properly report quota mount options
2024-02-24 Zi Yanmm/compaction: optimize >0 order folio compaction with...
2024-02-24 Zi Yanmm/compaction: add support for >0 order folio memory...
2024-02-24 Zi Yanmm/compaction: enable compacting >0 order folios.
2024-02-24 Zi Yanmm/page_alloc: remove unused fpi_flags in free_pages_pr...
2024-02-24 Chengming Zhoumm/zsmalloc: remove get_zspage_mapping()
2024-02-24 Chengming Zhoumm/zsmalloc: remove_zspage() don't need fullness parameter
2024-02-24 Chengming Zhoumm/zsmalloc: remove set_zspage_mapping()
2024-02-24 Kefeng Wangmm: compaction: early termination in compact_nodes()
2024-02-24 Barry Songmm: zswap: increase reject_compress_poor but not reject...
2024-02-24 Zhongkun Hemm/z3fold: fix the comment for __encode_handle()
2024-02-24 Chengming Zhoumm/zsmalloc: remove unused zspage->isolated
2024-02-24 Chengming Zhoumm/zsmalloc: remove migrate_write_lock_nested()
2024-02-24 Chengming Zhoumm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMP...
2024-02-24 SeongJae Parkmm/damon/reclaim: implement memory PSI-driven quota...
2024-02-24 SeongJae Parkmm/damon/reclaim: implement user-feedback driven quota...
2024-02-24 SeongJae Parkmm/damon/sysfs-schemes: support PSI-based quota auto...
2024-02-24 SeongJae Parkmm/damon/core: implement PSI metric DAMOS quota goal
2024-02-24 SeongJae Parkmm/damon/core: support multiple metrics for quota goal
2024-02-24 SeongJae Parkmm/damon/core: let goal specified with only target...
2024-02-24 SeongJae Parkmm/damon/core: remove ->goal field of damos_quota
2024-02-24 SeongJae Parkmm/damon/sysfs: use only quota->goals
2024-02-24 SeongJae Parkmm/damon/core: add multiple goals per damos_quota and...
2024-02-24 SeongJae Parkmm/damon/core: split out quota goal related fields...
2024-02-24 SeongJae Parkmm/damon/sysfs: implement a kdamond command for updatin...
2024-02-24 SeongJae Parkmm/damon/sysfs-schemes: implement quota effective_bytes...
2024-02-24 SeongJae Parkmm/damon/core: set damos_quota->esz as public field...
2024-02-24 Lance Yangmm/khugepaged: bypassing unnecessary scans with MMF_DIS...
next