summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-05mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan1-12/+22
2024-03-05mm: thp: split huge page to any lower order pagesZi Yan1-24/+83
2024-03-05mm: page_owner: add support for splitting to any order in split page_ownerZi Yan3-7/+6
2024-03-05mm: memcg: make memcg huge page split support any order splitZi Yan3-8/+9
2024-03-05mm/page_owner: use order instead of nr in split_page_owner()Zi Yan3-4/+5
2024-03-05mm/memcg: use order instead of nr in split_page_memcg()Zi Yan3-5/+7
2024-03-05mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)4-11/+16
2024-03-05mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan1-2/+5
2024-03-05mm: madvise: pageout: ignore references rather than clearing youngBarry Song4-11/+13
2024-03-05kasan: fix a2 allocation and remove explicit cast in atomic testsPaul Heidekrüger1-3/+3
2024-03-05mm: update mark_victim tracepoints fieldsCarlos Galo1-1/+5
2024-03-05hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)1-6/+0
2024-03-05hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)1-9/+9
2024-03-05hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)1-29/+9
2024-03-05hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)1-13/+19
2024-03-05mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2-1/+2
2024-03-05mm/page_alloc: make check_new_page() return boolHao Ge1-3/+3
2024-03-05mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell1-2/+4
2024-03-05mm/zswap: change zswap_pool kref to percpu_refChengming Zhou1-15/+33
2024-03-05mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou1-105/+66
2024-03-05mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka1-1/+9
2024-03-05mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE failsQi Zheng1-3/+3
2024-03-05mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-03-04mm, slab: remove memcg_from_slab_obj()Vlastimil Babka1-5/+0
2024-03-01mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou1-11/+2
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang2-6/+8
2024-02-29mm/shmem.c: Use new form of *@param in kernel-docAkira Yokosawa1-2/+2
2024-02-28Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds7-102/+56
2024-02-26mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka2-17/+7
2024-02-26mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka1-3/+3
2024-02-26mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka1-1/+0
2024-02-25swap: port block device usage to fileChristian Brauner1-11/+11
2024-02-25Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2024-02-24writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)1-13/+18
2024-02-24writeback: add a writeback iteratorChristoph Hellwig1-78/+114
2024-02-24writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)1-8/+10
2024-02-24writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)1-13/+15
2024-02-24writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)1-39/+36
2024-02-24writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-22/+38
2024-02-24writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)1-27/+34
2024-02-24writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig1-51/+33
2024-02-24writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig1-10/+14
2024-02-24writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig1-1/+1
2024-02-24writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig1-0/+1
2024-02-24writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig1-1/+3
2024-02-24mm/page_alloc: make bad_range() return boolHao Ge1-6/+6
2024-02-24madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song1-1/+1
2024-02-24mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song1-1/+2
2024-02-24shmem: properly report quota mount optionsJan Kara1-0/+18
2024-02-24mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan1-5/+30