summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park2024-02-231-0/+28
* mm/damon/sysfs-schemes: support PSI-based quota auto-tuneSeongJae Park2024-02-231-2/+40
* mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park2024-02-231-0/+25
* mm/damon/core: support multiple metrics for quota goalSeongJae Park2024-02-232-5/+22
* mm/damon/core: let goal specified with only target and current valuesSeongJae Park2024-02-232-12/+7
* mm/damon/core: remove ->goal field of damos_quotaSeongJae Park2024-02-231-12/+5
* mm/damon/sysfs: use only quota->goalsSeongJae Park2024-02-233-19/+35
* mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park2024-02-231-7/+71
* mm/damon/core: split out quota goal related fields to a structSeongJae Park2024-02-232-11/+12
* mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park2024-02-233-0/+56
* mm/damon/sysfs-schemes: implement quota effective_bytes fileSeongJae Park2024-02-231-0/+14
* mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park2024-02-231-4/+4
* mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP checkLance Yang2024-02-231-6/+12
* mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)2024-02-231-16/+17
* mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)2024-02-231-14/+46
* mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)2024-02-231-0/+39
* mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)2024-02-231-6/+23
* mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)2024-02-231-73/+47
* mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)2024-02-231-14/+53
* mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)2024-02-231-6/+6
* mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)2024-02-231-45/+342
* mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)2024-02-231-53/+82
* mm/vmalloc: remove vmap_area_listBaoquan He2024-02-232-4/+0
* mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)2024-02-231-68/+174
* mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)2024-02-231-41/+41
* mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)2024-02-231-7/+6
* mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)2024-02-231-13/+28
* mm,page_owner: filter out stacks by a thresholdOscar Salvador2024-02-231-1/+22
* mm,page_owner: display all stacks and their countOscar Salvador2024-02-231-1/+92
* mm,page_owner: implement the tracking of the stacks countOscar Salvador2024-02-231-1/+72
* mm,page_owner: maintain own list of stack_records structsOscar Salvador2024-02-231-0/+15
* merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton2024-02-237-102/+56
|\
| * mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)2024-02-231-0/+8
| * mm: cachestat: fix folio read-after-free in cache walkNhat Pham2024-02-231-25/+26
| * mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park2024-02-231-0/+8
| * kasan: revert eviction of stack traces in generic modeMarco Elver2024-02-234-77/+14
* | userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra2024-02-222-90/+295
* | userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra2024-02-221-27/+35
* | kasan: increase the number of bits to shift when recording extra timestampsJuntong Deng2024-02-222-2/+2
* | rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)2024-02-221-2/+2
* | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+6
* | mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts2024-02-221-7/+12
* | mm: thp: batch-collapse PMD with set_ptes()Ryan Roberts2024-02-221-25/+33
* | mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand2024-02-221-26/+66
* | mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...David Hildenbrand2024-02-221-15/+43
* | mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand2024-02-223-14/+74
* | mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand2024-02-221-2/+3
* | mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand2024-02-221-3/+4
* | mm/memory: factor out zapping folio pte into zap_present_folio_pte()David Hildenbrand2024-02-221-21/+32
* | mm/memory: further separate anon and pagecache folio handling in zap_present_...David Hildenbrand2024-02-221-5/+11