summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-33/+29
|\
| * mm/damon: minor cleanup for damon_pa_youngMiaohe Lin2022-03-211-1/+1
| * mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)2022-03-211-8/+7
| * mm/damon: Convert damon_pa_young() to use a folioMatthew Wilcox (Oracle)2022-03-211-12/+15
| * mm/damon: Convert damon_pa_mkold() to use a folioMatthew Wilcox (Oracle)2022-03-211-7/+9
| * mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-10/+2
* | mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release()Xin Hao2022-03-221-1/+1
* | mm/damon/sysfs: support DAMOS statsSeongJae Park2022-03-221-0/+150
* | mm/damon/sysfs: support DAMOS watermarksSeongJae Park2022-03-221-5/+215
* | mm/damon/sysfs: support schemes prioritizationSeongJae Park2022-03-221-3/+149
* | mm/damon/sysfs: support DAMOS quotasSeongJae Park2022-03-221-1/+145
* | mm/damon/sysfs: support DAMON-based Operation SchemesSeongJae Park2022-03-221-0/+410
* | mm/damon/sysfs: support the physical address space monitoringSeongJae Park2022-03-221-5/+271
* | mm/damon/sysfs: link DAMON for virtual address spaces monitoringSeongJae Park2022-03-221-3/+189
* | mm/damon: implement a minimal stub for sysfs-based DAMON interfaceSeongJae Park2022-03-223-0/+1092
* | mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park2022-03-223-10/+17
* | mm/damon: remove unnecessary CONFIG_DAMON optiontangmeng2022-03-221-1/+1
* | mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park2022-03-222-33/+2
* | mm/damon/dbgfs-test: fix is_target_id() changeSeongJae Park2022-03-221-1/+3
* | mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park2022-03-221-3/+3
* | mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park2022-03-221-3/+13
* | mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park2022-03-221-1/+3
* | mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcallSeongJae Park2022-03-222-0/+40
* | mm/damon: let monitoring operations can be registered and selectedSeongJae Park2022-03-221-0/+66
* | mm/damon: rename damon_primitives to damon_operationsSeongJae Park2022-03-2211-71/+72
* | mm/damon: remove redundant page validationBaolin Wang2022-03-221-6/+0
* | mm/damon: remove the target id conceptSeongJae Park2022-03-227-122/+128
* | mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park2022-03-224-52/+52
* | mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park2022-03-222-23/+22
|/
* mm/damon: hide kernel pointer from tracepoint eventSeongJae Park2022-01-151-1/+3
* mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park2022-01-151-2/+8
* mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park2022-01-151-1/+1
* mm/damon/dbgfs: remove an unnecessary variableSeongJae Park2022-01-151-3/+2
* mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2022-01-151-11/+0
* mm/damon: add access checking for hugetlb pagesBaolin Wang2022-01-151-0/+96
* mm/damon/dbgfs: support all DAMOS statsSeongJae Park2022-01-151-2/+4
* mm/damon/reclaim: provide reclamation statisticsSeongJae Park2022-01-151-0/+46
* mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2022-01-151-0/+2
* mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park2022-01-154-26/+32
* mm/damon: convert macro functions to static inline functionsSeongJae Park2022-01-152-3/+8
* mm/damon: move damon_rand() definition into damon.hXin Hao2022-01-152-8/+0
* mm/damon/schemes: add the validity judgment of thresholdsXin Hao2022-01-151-0/+7
* mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han2022-01-151-13/+3
* mm/damon: remove some unneeded function definitions in damon.hXin Hao2022-01-152-13/+16
* mm/damon/core: use abs() instead of diff_of()Xin Hao2022-01-151-4/+2
* mm/damon: unified access_check function naming rulesXin Hao2022-01-151-4/+4
* mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park2021-12-311-2/+7
* mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park2021-12-251-0/+2
* mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park2021-12-101-8/+0
* mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park2021-12-101-37/+40