summaryrefslogtreecommitdiff
path: root/mm/damon/sysfs-schemes.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30mm/damon/sysfs-schemes: set probe hits as pseudo moving sumsSJ Park1-1/+2
2026-07-30mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regionsSJ Park1-3/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() region for populate_region errorSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme action destination dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme quota goal dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme filter dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme region dirsSJ Park1-0/+1
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme dirsSJ Park1-1/+4
2026-07-09MAINTAINERS: s/SeongJae/SJ/SJ Park1-2/+0
2026-07-01mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal errorSeongJae Park1-4/+4
2026-07-01mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()SeongJae Park1-6/+3
2026-06-02mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-commonSeongJae Park1-41/+0
2026-06-02mm/damon/sysfs-schemes: implement probe/hits fileSeongJae Park1-7/+34
2026-06-02mm/damon/sysfs-schemes: implement probe dirSeongJae Park1-6/+95
2026-06-02mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/SeongJae Park1-4/+63
2026-06-02mm/damon/sysfs-schemes: fix double increment of nr_regionsVineet Agarwal1-1/+1
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez1-0/+4
2026-05-28mm/damon/sysfs-schemes: implement fail_charge_{num,denom} filesSeongJae Park1-0/+54
2026-05-28mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda1-0/+7
2026-05-21mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park1-4/+4
2026-05-13mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()SeongJae Park1-0/+1
2026-04-27mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
2026-04-27mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
2026-04-05mm/damon/sysfs-schemes: implement quotas->goal_tuner fileSeongJae Park1-0/+58
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-33/+31
2026-01-26mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park1-0/+8
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt1-1/+1
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt1-4/+4
2026-01-20mm/damon/sysfs-schemes: implement max_nr_snapshots fileSeongJae Park1-0/+28
2026-01-20mm/damon/sysfs-schemes: introduce nr_snapshots damos stat fileSeongJae Park1-0/+15
2026-01-20mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()Swaraj Gaikwad1-1/+0
2026-01-14mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park1-2/+3
2026-01-14mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park1-2/+3
2025-11-16mm/damon/sysfs: remove misleading todo comment in nid_show()Swaraj Gaikwad1-1/+0
2025-11-16mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_FREE_BPSeongJae Park1-0/+5
2025-11-16mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_USED_BPSeongJae Park1-1/+14
2025-11-16mm/damon/sysfs-schemes: implement path file under quota goal directorySeongJae Park1-2/+36
2025-08-19mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park1-1/+1
2025-07-19mm/damon/sysfs-schemes: set damos->migrate_destsSeongJae Park1-0/+28
2025-07-19mm/damon/sysfs-schemes: implement DAMOS action destinations directorySeongJae Park1-1/+224
2025-07-09mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park1-18/+57
2025-07-09mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park1-10/+31
2025-07-09mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park1-18/+62
2025-07-09mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park1-14/+41
2025-06-25mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-05-22mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strsSeongJae Park1-1/+1
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui1-2/+3
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park1-1/+10