summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park2021-12-101-1/+0
* mm/damon/core: remove unnecessary error messagesSeongJae Park2021-12-101-9/+2
* mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park2021-12-101-3/+1
* mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park2021-12-101-1/+2
* mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park2021-12-101-3/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
|\
| * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
* | mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park2021-11-201-3/+9
* | mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park2021-11-201-4/+4
|/
* mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-061-3/+2
* mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King2021-11-063-3/+3
* mm/damon: simplify stop mechanismChangbin Du2021-11-061-36/+15
* mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-062-3/+17
* mm/damon: remove unnecessary variable initializationXin Hao2021-11-061-1/+1
* mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park2021-11-063-0/+369
* mm/damon/dbgfs: support watermarksSeongJae Park2021-11-061-7/+9
* mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-062-2/+100
* mm/damon/dbgfs: support prioritization weightsSeongJae Park2021-11-061-4/+10
* mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-064-0/+78
* mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-061-7/+55
* mm/damon/dbgfs: support quotas of schemesSeongJae Park2021-11-061-5/+9
* mm/damon/schemes: implement time quotaSeongJae Park2021-11-061-5/+40
* mm/damon/schemes: skip already charged targets and regionsSeongJae Park2021-11-061-0/+37
* mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2021-11-062-9/+55
* mm/damon/paddr: support the pageout schemeSeongJae Park2021-11-061-1/+36
* mm/damon/dbgfs: remove unnecessary variablesRongwei Wang2021-11-061-35/+31
* mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn2021-11-061-2/+2
* mm/damon/dbgfs: support physical memory monitoringSeongJae Park2021-11-062-4/+19
* mm/damon: implement primitives for physical address space monitoringSeongJae Park2021-11-063-0/+233