Age | Commit message (Expand) | Author | Files | Lines |
2022-12-01 | mm/damon: use kstrtobool() instead of strtobool() | Christophe JAILLET | 1 | -1/+2 |
2022-12-01 | mm/damon/reclaim: enable and disable synchronously | SeongJae Park | 1 | -30/+23 |
2022-12-01 | mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers | SeongJae Park | 1 | -2/+0 |
2022-12-01 | mm/damon/modules: deduplicate init steps for DAMON context setup | SeongJae Park | 1 | -14/+3 |
2022-10-04 | mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters() | Kaixu Xia | 1 | -10/+3 |
2022-10-04 | mm/damon: return void from damon_set_schemes() | Kaixu Xia | 1 | -3/+1 |
2022-10-04 | mm/damon/reclaim: change damon_reclaim_wmarks to static | Yang Yingliang | 1 | -1/+1 |
2022-10-04 | mm/damon/reclaim: use the quota params generator macro | SeongJae Park | 1 | -52/+12 |
2022-10-04 | mm/damon/reclaim: use stat parameters generator | SeongJae Park | 1 | -36/+5 |
2022-10-04 | mm/damon/reclaim: use watermarks parameters generator macro | SeongJae Park | 1 | -47/+9 |
2022-10-04 | mm/damon/reclaim: use monitoring attributes parameters generator macro | SeongJae Park | 1 | -42/+5 |
2022-10-04 | mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for it | SeongJae Park | 1 | -17/+19 |
2022-10-04 | mm/damon/core: reduce parameters for damon_set_attrs() | SeongJae Park | 1 | -2/+8 |
2022-10-04 | mm/damon: remove duplicate get_monitoring_region() definitions | Xin Hao | 1 | -35/+2 |
2022-10-04 | mm/damon: introduce struct damos_access_pattern | Yajun Deng | 1 | -9/+14 |
2022-07-30 | mm/damon/reclaim: fix potential memory leak in damon_reclaim_init() | Jianglei Nie | 1 | -1/+3 |
2022-07-04 | mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()' | SeongJae Park | 1 | -2/+2 |
2022-07-04 | mm/damon/reclaim: make 'enabled' checking timer simpler | SeongJae Park | 1 | -8/+1 |
2022-07-04 | mm/damon/reclaim: deduplicate 'commit_inputs' handling | SeongJae Park | 1 | -13/+14 |
2022-06-17 | mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in... | SeongJae Park | 1 | -0/+8 |
2022-05-13 | mm/damon/reclaim: use resource_size function on resource object | Jiapeng Chong | 1 | -1/+1 |
2022-05-13 | mm/damon/reclaim: support online inputs update | SeongJae Park | 1 | -33/+62 |
2022-04-30 | mm/damon/reclaim: fix the timer always stays active | Hailong Tu | 1 | -2/+25 |
2022-03-23 | mm/damon/core: allow non-exclusive DAMON start/stop | SeongJae Park | 1 | -1/+1 |
2022-03-23 | mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio... | SeongJae Park | 1 | -1/+3 |
2022-03-23 | mm/damon: rename damon_primitives to damon_operations | SeongJae Park | 1 | -1/+1 |
2022-03-23 | mm/damon: remove the target id concept | SeongJae Park | 1 | -2/+1 |
2022-01-15 | mm/damon/reclaim: provide reclamation statistics | SeongJae Park | 1 | -0/+46 |
2021-11-06 | mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM) | SeongJae Park | 1 | -0/+356 |