summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-03-04hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)
2024-03-04hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)
2024-03-04mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)
2024-03-04mm/page_alloc: make check_new_page() return boolHao Ge
2024-03-04mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell
2024-03-04mm/zswap: change zswap_pool kref to percpu_refChengming Zhou
2024-03-04mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou
2024-03-04mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka
2024-03-04mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE failsQi Zheng
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-03-04mm, slab: remove memcg_from_slab_obj()Vlastimil Babka
2024-03-01mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang
2024-02-29mm/shmem.c: Use new form of *@param in kernel-docAkira Yokosawa
2024-02-27Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-26mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka
2024-02-26mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka
2024-02-26mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka
2024-02-25swap: port block device usage to fileChristian Brauner
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-23writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)
2024-02-23writeback: add a writeback iteratorChristoph Hellwig
2024-02-23writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)
2024-02-23writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig
2024-02-23writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig
2024-02-23writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig
2024-02-23writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig
2024-02-23writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig
2024-02-23mm/page_alloc: make bad_range() return boolHao Ge
2024-02-23madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song
2024-02-23mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song
2024-02-23shmem: properly report quota mount optionsJan Kara
2024-02-23mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan
2024-02-23mm/compaction: add support for >0 order folio memory compaction.Zi Yan
2024-02-23mm/compaction: enable compacting >0 order folios.Zi Yan
2024-02-23mm/page_alloc: remove unused fpi_flags in free_pages_prepare()Zi Yan
2024-02-23mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou
2024-02-23mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou
2024-02-23mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou
2024-02-23mm: compaction: early termination in compact_nodes()Kefeng Wang
2024-02-23mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song
2024-02-23mm/z3fold: fix the comment for __encode_handle()Zhongkun He
2024-02-23mm/zsmalloc: remove unused zspage->isolatedChengming Zhou
2024-02-23mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou
2024-02-23mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou
2024-02-23mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park