Age | Commit message (Expand) | Author |
2023-10-25 | mm/damon: implement a function for max nr_accesses safe calculation | SeongJae Park |
2023-10-04 | mm/damon/core: implement scheme-specific apply interval | SeongJae Park |
2023-10-04 | mm/damon/core: mark damon_moving_sum() as a static function | SeongJae Park |
2023-10-04 | mm/damon/core: use pseudo-moving sum for nr_accesses_bp | SeongJae Park |
2023-10-04 | mm/damon/core: introduce nr_accesses_bp | SeongJae Park |
2023-10-04 | mm/damon/core: implement a pseudo-moving sum function | SeongJae Park |
2023-10-04 | mm/damon/core: define and use a dedicated function for region access rate update | SeongJae Park |
2023-10-04 | mm/damon/core: use number of passed access sampling as a timer | SeongJae Park |
2023-10-04 | mm/damon/core: remove duplicated comment for watermarks-based deactivation | SeongJae Park |
2023-10-04 | mm/damon/core: add more comments for nr_accesses | SeongJae Park |
2023-08-21 | mm/damon/core: implement target type damos filter | SeongJae Park |
2023-08-21 | mm/damon/core: introduce address range type damos filter | SeongJae Park |
2023-02-02 | mm/damon: update comments in damon.h for damon_attrs | SeongJae Park |
2023-02-02 | mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ... | SeongJae Park |
2023-02-02 | mm/damon/core: update kernel-doc comments for DAMOS action supports of each D... | SeongJae Park |
2023-01-18 | mm/damon/core: implement damos filter | SeongJae Park |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-11-30 | mm/damon/core: add a callback for scheme target regions check | SeongJae Park |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |
2022-10-12 | mm/damon: move sz_damon_region to damon_sz_region | Xin Hao |
2022-10-03 | mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters() | Kaixu Xia |
2022-10-03 | mm/damon: return void from damon_set_schemes() | Kaixu Xia |
2022-10-03 | mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid() | Kaixu Xia |
2022-10-03 | mm/damon/core: reduce parameters for damon_set_attrs() | SeongJae Park |
2022-10-03 | mm/damon/core: use a dedicated struct for monitoring attributes | SeongJae Park |
2022-10-03 | mm/damon: remove duplicate get_monitoring_region() definitions | Xin Hao |
2022-10-03 | mm/damon: introduce struct damos_access_pattern | Yajun Deng |
2022-10-03 | mm/damon/core: iterate the regions list from current point in damon_set_regio... | Kaixu Xia |
2022-07-03 | mm/damon/schemes: add 'LRU_DEPRIO' action | SeongJae Park |
2022-07-03 | mm/damon/schemes: add 'LRU_PRIO' DAMOS action | SeongJae Park |
2022-07-03 | mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h | SeongJae Park |
2022-06-16 | mm/damon: remove obsolete comments of kdamond_stop | Chengming Zhou |
2022-05-13 | mm/damon: add documentation for Enum value | Gautam Menghani |
2022-05-13 | mm/damon/vaddr: move 'damon_set_regions()' to core | SeongJae Park |
2022-05-13 | mm/damon/core: add a new callback for watermarks checks | SeongJae Park |
2022-05-13 | mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ... | SeongJae Park |
2022-05-13 | mm/damon/core: add a function for damon_operations registration checks | SeongJae Park |
2022-03-22 | mm/damon/core: add number of each enum type values | SeongJae Park |
2022-03-22 | mm/damon/core: allow non-exclusive DAMON start/stop | SeongJae Park |
2022-03-22 | mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}() | SeongJae Park |
2022-03-22 | mm/damon: let monitoring operations can be registered and selected | SeongJae Park |
2022-03-22 | mm/damon: rename damon_primitives to damon_operations | SeongJae Park |
2022-03-22 | mm/damon: remove the target id concept | SeongJae Park |
2022-03-22 | mm/damon/core: move damon_set_targets() into dbgfs | SeongJae Park |
2022-01-15 | mm/damon: move the implementation of damon_insert_region to damon.h | Guoqing Jiang |
2022-01-15 | mm/damon/schemes: account how many times quota limit has exceeded | SeongJae Park |
2022-01-15 | mm/damon/schemes: account scheme actions that successfully applied | SeongJae Park |
2022-01-15 | mm/damon: remove a mistakenly added comment for a future feature | SeongJae Park |
2022-01-15 | mm/damon: convert macro functions to static inline functions | SeongJae Park |
2022-01-15 | mm/damon: modify damon_rand() macro to static inline function | Xin Hao |