summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2022-03-23mm/damon: remove unnecessary CONFIG_DAMON optiontangmeng1-1/+1
2022-03-23mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park2-33/+2
2022-03-23mm/damon/dbgfs-test: fix is_target_id() changeSeongJae Park1-1/+3
2022-03-23mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park1-3/+3
2022-03-23mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park1-3/+13
2022-03-23mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park1-1/+3
2022-03-23mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcallSeongJae Park2-0/+40
2022-03-23mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+66
2022-03-23mm/damon: rename damon_primitives to damon_operationsSeongJae Park11-71/+72
2022-03-23mm/damon: remove redundant page validationBaolin Wang1-6/+0
2022-03-23mm/damon: remove the target id conceptSeongJae Park7-122/+128
2022-03-23mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park4-52/+52
2022-03-23mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park2-23/+22
2022-03-21mm/damon: minor cleanup for damon_pa_youngMiaohe Lin1-1/+1
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)1-8/+7
2022-03-21mm/damon: Convert damon_pa_young() to use a folioMatthew Wilcox (Oracle)1-12/+15
2022-03-21mm/damon: Convert damon_pa_mkold() to use a folioMatthew Wilcox (Oracle)1-7/+9
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)1-10/+2
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park1-1/+3
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park1-2/+8
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park1-1/+1
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park1-3/+2
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang1-11/+0
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang1-0/+96
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park1-2/+4
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park1-0/+46
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park1-0/+2
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park4-26/+32
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park2-3/+8
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao2-8/+0
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao1-0/+7
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han1-13/+3
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao2-13/+16
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao1-4/+2
2022-01-15mm/damon: unified access_check function naming rulesXin Hao1-4/+4
2021-12-31mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park1-2/+7
2021-12-25mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park1-0/+2
2021-12-11mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park1-8/+0
2021-12-11mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park1-37/+40
2021-12-11mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park1-1/+0
2021-12-11mm/damon/core: remove unnecessary error messagesSeongJae Park1-9/+2
2021-12-11mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park1-3/+1
2021-12-11mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park1-1/+2
2021-12-11mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park1-3/+3
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-11-20mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park1-3/+9
2021-11-20mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park1-4/+4
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du1-3/+2
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King3-3/+3