summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He2-4/+0
2024-02-24mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)1-68/+174
2024-02-24mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)1-41/+41
2024-02-24mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)1-7/+6
2024-02-24mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)1-13/+28
2024-02-24mm,page_owner: filter out stacks by a thresholdOscar Salvador1-1/+22
2024-02-24mm,page_owner: display all stacks and their countOscar Salvador1-1/+92
2024-02-24mm,page_owner: implement the tracking of the stacks countOscar Salvador1-1/+72
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+15
2024-02-24merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton7-102/+56
2024-02-24mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)1-0/+8
2024-02-24mm: cachestat: fix folio read-after-free in cache walkNhat Pham1-25/+26
2024-02-24mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park1-0/+8
2024-02-24kasan: revert eviction of stack traces in generic modeMarco Elver4-77/+14
2024-02-23userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra2-90/+295
2024-02-23userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra1-27/+35
2024-02-23kasan: increase the number of bits to shift when recording extra timestampsJuntong Deng2-2/+2