summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-24mm/compaction: add support for >0 order folio memory compaction.Zi Yan3-63/+83
2024-02-24mm/compaction: enable compacting >0 order folios.Zi Yan1-25/+76
2024-02-24mm/page_alloc: remove unused fpi_flags in free_pages_prepare()Zi Yan1-5/+5
2024-02-24mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou1-24/+4
2024-02-24mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou1-7/+7
2024-02-24mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou1-11/+2
2024-02-24mm: compaction: early termination in compact_nodes()Kefeng Wang1-7/+17
2024-02-24mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song1-14/+13
2024-02-24mm/z3fold: fix the comment for __encode_handle()Zhongkun He1-2/+3
2024-02-24mm/zsmalloc: remove unused zspage->isolatedChengming Zhou1-32/+0
2024-02-24mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou1-17/+5
2024-02-24mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou1-6/+3
2024-02-24mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park1-0/+25
2024-02-24mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park1-0/+28
2024-02-24mm/damon/sysfs-schemes: support PSI-based quota auto-tuneSeongJae Park1-2/+40
2024-02-24mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+25
2024-02-24mm/damon/core: support multiple metrics for quota goalSeongJae Park2-5/+22
2024-02-24mm/damon/core: let goal specified with only target and current valuesSeongJae Park2-12/+7
2024-02-24mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-12/+5
2024-02-24mm/damon/sysfs: use only quota->goalsSeongJae Park3-19/+35
2024-02-24mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-7/+71
2024-02-24mm/damon/core: split out quota goal related fields to a structSeongJae Park2-11/+12
2024-02-24mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park3-0/+56
2024-02-24mm/damon/sysfs-schemes: implement quota effective_bytes fileSeongJae Park1-0/+14
2024-02-24mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-4/+4
2024-02-24mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP checkLance Yang1-6/+12
2024-02-24mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)1-16/+17
2024-02-24mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)1-14/+46
2024-02-24mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)1-0/+39
2024-02-24mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)1-6/+23
2024-02-24mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)1-73/+47
2024-02-24mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)1-14/+53
2024-02-24mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)1-6/+6
2024-02-24mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)1-45/+342
2024-02-24mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)1-53/+82