summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
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
2021-12-10mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park
2021-12-10mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park
2021-12-10mm/damon/core: remove unnecessary error messagesSeongJae Park
2021-12-10mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park
2021-12-10mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park
2021-12-10mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-11-20mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park
2021-11-20mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King
2021-11-06mm/damon: simplify stop mechanismChangbin Du
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang
2021-11-06mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park