summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
14 daysmm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
14 daysmm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
14 daysmm/damon/stat: detect and use fresh enabled valueSeongJae Park1-10/+20
14 daysmm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-30/+55
14 daysmm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-30/+55
2026-05-07mm/damon/core: disallow non-power of two min_region_sz on damon_start()SeongJae Park1-0/+5
2026-05-07mm/damon/core: disallow time-quota setting zero eszSeongJae Park1-3/+5
2026-05-07mm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park1-1/+2
2026-05-07mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bpSeongJae Park1-0/+7
2026-05-07mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bpSeongJae Park1-0/+12
2026-05-07mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()Jackie Liu1-1/+4
2026-05-07mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park1-7/+14
2026-05-07mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park1-31/+14
2026-04-06mm/damon/stat: deallocate damon_call() failure leaking damon_ctxSeongJae Park1-0/+7
2026-04-06mm/damon/sysfs: dealloc repeat_call_control if damon_call() failsSeongJae Park1-1/+2
2026-03-28mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law1-0/+3
2026-03-28mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-03-28mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law1-1/+3
2026-03-23mm/damon/stat: monitor all System RAM resourcesSeongJae Park1-3/+50
2026-03-22mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+8
2026-03-04mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade1-1/+6
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park1-0/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-20/+10
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-29/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-78/+73
2026-02-07mm/damon/stat: remove __read_mostly from memory_idle_ms_percentilesLi RongQing1-1/+1
2026-02-07mm/damon: unify address range representation with damon_addr_rangeEnze Li1-13/+2
2026-02-01mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park5-43/+45
2026-02-01mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park6-17/+17
2026-02-01mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park1-2/+2
2026-02-01mm/damon/core: process damon_call_control requests on a local listSeongJae Park1-38/+21
2026-02-01mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park1-2/+1
2026-02-01mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park1-7/+1
2026-02-01mm/damon: remove damon_operations->cleanup()SeongJae Park3-4/+0
2026-01-27mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park1-1/+3
2026-01-27mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park1-1/+3
2026-01-27mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park1-4/+3
2026-01-27mm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+17
2026-01-27mm/damon/lru_sort: add monitoring intervals auto-tuning parameterSeongJae Park1-3/+27
2026-01-27mm/damon/lru_sort: support active:inactive memory ratio based auto-tuningSeongJae Park1-0/+37
2026-01-27mm/damon/lru_sort: support young page filtersSeongJae Park1-0/+41
2026-01-27mm/damon/lru_sort: consider age for quota prioritizationSeongJae Park1-1/+1
2026-01-27mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessedSeongJae Park1-10/+8
2026-01-27mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park1-0/+8
2026-01-27mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park1-0/+22
2026-01-27mm/damon/paddr: initialize 'folio' variables to NULL for clarityAaron Yang1-4/+4
2026-01-27memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt3-3/+3
2026-01-27mm/damon: use cgroup ID instead of private memcg IDShakeel Butt3-10/+7
2026-01-21mm/damon/tests/core-kunit: remove a redundant test case and add a new test ca...Shu Anzai1-3/+4