summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)Author
2026-06-21mm/damon/core: always put unsuccessfully committed target pidsSeongJae Park
2026-06-04mm/damon/core: trace esz at first setupSeongJae Park
2026-06-04mm/damon/core: remove damon_verify_nr_regions()SeongJae Park
2026-06-04mm/damon/core: add kdamond_call() debug_sanity checkSeongJae Park
2026-06-04mm/damon/core: hide damon_destroy_region()SeongJae Park
2026-06-04mm/damon/core: hide damon_insert_region()SeongJae Park
2026-06-04mm/damon/core: hide damon_add_region()SeongJae Park
2026-06-04mm/damon/core: do not use region out of a loop in damon_set_regions()SeongJae Park
2026-06-04mm/damon/core: safely handle no region case in damon_set_regions()SeongJae Park
2026-06-02mm/damon/core: clarify next_intervals_tune_sis update pathniecheng
2026-06-02mm/damon/sysfs: setup damon_filter->memcg_id from pathSeongJae Park
2026-06-02mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCGSeongJae Park
2026-06-02mm/damon: trace probe_hitsSeongJae Park
2026-06-02mm/damon/core: do data attributes monitoringSeongJae Park
2026-06-02mm/damon/core: introduce damon_region->probe_hitsSeongJae Park
2026-06-02mm/damon/core: commit probesSeongJae Park
2026-06-02mm/damon/core: introduce damon_filterSeongJae Park
2026-06-02mm/damon/core: embed damon_probe objects in damon_ctxSeongJae Park
2026-06-02mm/damon: replace damon_rand() with a per-ctx lockless PRNGJiayuan Chen
2026-05-28mm/damon/core: remove damon_set_region_biggest_system_ram_default()SeongJae Park
2026-05-28mm/damon: introduce damon_set_region_system_rams_default()SeongJae Park
2026-05-28mm/damon/core: introduce damon_ctx->pausedSeongJae Park
2026-05-28mm/damon/core: introduce failed region quota charge ratioSeongJae Park
2026-05-28mm/damon/core: merge regions after applying DAMOS schemesSeongJae Park
2026-05-28mm/damon/core: handle <min_region_sz remaining quota as emptySeongJae Park
2026-05-28mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda
2026-05-28mm/damon/core: make charge_addr_from aware of end-address exclusivitySeongJae Park
2026-04-19Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18mm/damon/core: disallow non-power of two min_region_sz on damon_start()SeongJae Park
2026-04-18mm/damon/core: disallow time-quota setting zero eszSeongJae Park
2026-04-18mm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park
2026-04-18mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bpSeongJae Park
2026-04-18mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bpSeongJae Park
2026-04-18mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-04-05mm/damon/core: document damos_commit_dests() failure semanticsJosh Law
2026-04-05mm/damon/core: fix wrong damon_set_regions() argumentSeongJae Park
2026-04-05mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...SeongJae Park
2026-04-05mm/damon/core: support addr_unit on damon_find_biggest_system_ram()SeongJae Park
2026-04-05mm/damon/core: fix wrong end address assignment on walk_system_ram()SeongJae Park
2026-04-05mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORALSeongJae Park
2026-04-05mm/damon/core: allow quota goals set zero effective size quotaSeongJae Park
2026-04-05mm/damon/core: introduce damos_quota_goal_tunerSeongJae Park
2026-04-05mm/damon/core: clarify damon_set_attrs() usagesSeongJae Park
2026-04-05mm/damon/core: use mult_frac()SeongJae Park
2026-04-05mm/damon/core: use time_after_eq() in kdamond_fn()SeongJae Park
2026-04-05mm/damon/core: use time_before() for next_apply_sisSeongJae Park
2026-04-05mm/damon/core: remove damos_set_next_apply_sis() duplicatesSeongJae Park