summaryrefslogtreecommitdiff
path: root/mm/damon/sysfs-schemes.c
AgeCommit message (Expand)Author
2026-07-01mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal errorSeongJae Park
2026-07-01mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()SeongJae Park
2026-06-02mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-commonSeongJae Park
2026-06-02mm/damon/sysfs-schemes: implement probe/hits fileSeongJae Park
2026-06-02mm/damon/sysfs-schemes: implement probe dirSeongJae Park
2026-06-02mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/SeongJae Park
2026-06-02mm/damon/sysfs-schemes: fix double increment of nr_regionsVineet Agarwal
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez
2026-05-28mm/damon/sysfs-schemes: implement fail_charge_{num,denom} filesSeongJae Park
2026-05-28mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda
2026-05-21mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park
2026-05-13mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()SeongJae Park
2026-04-27mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lockSeongJae Park
2026-04-27mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park
2026-04-05mm/damon/sysfs-schemes: implement quotas->goal_tuner fileSeongJae Park
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt
2026-01-20mm/damon/sysfs-schemes: implement max_nr_snapshots fileSeongJae Park
2026-01-20mm/damon/sysfs-schemes: introduce nr_snapshots damos stat fileSeongJae Park
2026-01-20mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()Swaraj Gaikwad
2026-01-14mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park
2026-01-14mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park
2025-11-16mm/damon/sysfs: remove misleading todo comment in nid_show()Swaraj Gaikwad
2025-11-16mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_FREE_BPSeongJae Park
2025-11-16mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_USED_BPSeongJae Park
2025-11-16mm/damon/sysfs-schemes: implement path file under quota goal directorySeongJae Park
2025-08-19mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park
2025-07-19mm/damon/sysfs-schemes: set damos->migrate_destsSeongJae Park
2025-07-19mm/damon/sysfs-schemes: implement DAMOS action destinations directorySeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park
2025-06-25mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park
2025-05-22mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strsSeongJae Park
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park
2025-05-12mm/damon/sysfs-schemes: implement file for quota goal nid parameterSeongJae Park
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park