summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release()Xin Hao
2022-03-22mm/damon/sysfs: support DAMOS statsSeongJae Park
2022-03-22mm/damon/sysfs: support DAMOS watermarksSeongJae Park
2022-03-22mm/damon/sysfs: support schemes prioritizationSeongJae Park
2022-03-22mm/damon/sysfs: support DAMOS quotasSeongJae Park
2022-03-22mm/damon/sysfs: support DAMON-based Operation SchemesSeongJae Park
2022-03-22mm/damon/sysfs: support the physical address space monitoringSeongJae Park
2022-03-22mm/damon/sysfs: link DAMON for virtual address spaces monitoringSeongJae Park
2022-03-22mm/damon: implement a minimal stub for sysfs-based DAMON interfaceSeongJae Park
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park
2022-03-22mm/damon: remove unnecessary CONFIG_DAMON optiontangmeng
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park
2022-03-22mm/damon/dbgfs-test: fix is_target_id() changeSeongJae Park
2022-03-22mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park
2022-03-22mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park
2022-03-22mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park
2022-03-22mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcallSeongJae Park
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park
2022-03-22mm/damon: remove redundant page validationBaolin Wang
2022-03-22mm/damon: remove the target id conceptSeongJae Park
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park
2022-03-22mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park
2022-03-21mm/damon: minor cleanup for damon_pa_youngMiaohe Lin
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/damon: Convert damon_pa_young() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/damon: Convert damon_pa_mkold() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao
2022-01-15mm/damon: unified access_check function naming rulesXin Hao
2021-12-31mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park
2021-12-25mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park
2021-12-10mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park