index
:
pub/scm/linux/kernel/git/ash/linux.git
master
perf, intel_pt, etc
Alexander Shishkin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
sysfs-schemes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
mm/damon/sysfs-schemes: set probe hits as pseudo moving sums
SJ Park
1
-1
/
+2
2026-07-30
mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
SJ Park
1
-3
/
+3
2026-07-28
mm/damon/sysfs-schemes: kobject_del() region for populate_region error
SJ Park
1
-1
/
+3
2026-07-28
mm/damon/sysfs-schemes: kobject_del() scheme action destination dirs
SJ Park
1
-1
/
+3
2026-07-28
mm/damon/sysfs-schemes: kobject_del() scheme quota goal dirs
SJ Park
1
-1
/
+3
2026-07-28
mm/damon/sysfs-schemes: kobject_del() scheme filter dirs
SJ Park
1
-1
/
+3
2026-07-28
mm/damon/sysfs-schemes: kobject_del() scheme region dirs
SJ Park
1
-0
/
+1
2026-07-28
mm/damon/sysfs-schemes: kobject_del() scheme dirs
SJ Park
1
-1
/
+4
2026-07-09
MAINTAINERS: s/SeongJae/SJ/
SJ Park
1
-2
/
+0
2026-07-01
mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error
SeongJae Park
1
-4
/
+4
2026-07-01
mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()
SeongJae Park
1
-6
/
+3
2026-06-02
mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-common
SeongJae Park
1
-41
/
+0
2026-06-02
mm/damon/sysfs-schemes: implement probe/hits file
SeongJae Park
1
-7
/
+34
2026-06-02
mm/damon/sysfs-schemes: implement probe dir
SeongJae Park
1
-6
/
+95
2026-06-02
mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/
SeongJae Park
1
-4
/
+63
2026-06-02
mm/damon/sysfs-schemes: fix double increment of nr_regions
Vineet Agarwal
1
-1
/
+1
2026-05-28
mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
Asier Gutierrez
1
-0
/
+4
2026-05-28
mm/damon/sysfs-schemes: implement fail_charge_{num,denom} files
SeongJae Park
1
-0
/
+54
2026-05-28
mm/damon: add node_eligible_mem_bp goal metric
Ravi Jonnalagadda
1
-0
/
+7
2026-05-21
mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
SeongJae Park
1
-4
/
+4
2026-05-13
mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
SeongJae Park
1
-0
/
+1
2026-04-27
mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lock
SeongJae Park
1
-1
/
+11
2026-04-27
mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock
SeongJae Park
1
-1
/
+11
2026-04-05
mm/damon/sysfs-schemes: implement quotas->goal_tuner file
SeongJae Park
1
-0
/
+58
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-12
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-11
/
+11
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-33
/
+31
2026-01-26
mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
SeongJae Park
1
-0
/
+8
2026-01-26
memcg: rename mem_cgroup_ino() to mem_cgroup_id()
Shakeel Butt
1
-1
/
+1
2026-01-26
mm/damon: use cgroup ID instead of private memcg ID
Shakeel Butt
1
-4
/
+4
2026-01-20
mm/damon/sysfs-schemes: implement max_nr_snapshots file
SeongJae Park
1
-0
/
+28
2026-01-20
mm/damon/sysfs-schemes: introduce nr_snapshots damos stat file
SeongJae Park
1
-0
/
+15
2026-01-20
mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()
Swaraj Gaikwad
1
-1
/
+0
2026-01-14
mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...
SeongJae Park
1
-2
/
+3
2026-01-14
mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failure
SeongJae Park
1
-2
/
+3
2025-11-16
mm/damon/sysfs: remove misleading todo comment in nid_show()
Swaraj Gaikwad
1
-1
/
+0
2025-11-16
mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_FREE_BP
SeongJae Park
1
-0
/
+5
2025-11-16
mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_USED_BP
SeongJae Park
1
-1
/
+14
2025-11-16
mm/damon/sysfs-schemes: implement path file under quota goal directory
SeongJae Park
1
-2
/
+36
2025-08-19
mm/damon/sysfs-schemes: put damos dests dir after removing its files
SeongJae Park
1
-1
/
+1
2025-07-19
mm/damon/sysfs-schemes: set damos->migrate_dests
SeongJae Park
1
-0
/
+28
2025-07-19
mm/damon/sysfs-schemes: implement DAMOS action destinations directory
SeongJae Park
1
-1
/
+224
2025-07-09
mm/damon/sysfs-schemes: decouple from damos_filter_type
SeongJae Park
1
-18
/
+57
2025-07-09
mm/damon/sysfs-schemes: decouple from damos_wmark_metric
SeongJae Park
1
-10
/
+31
2025-07-09
mm/damon/sysfs-schemes: decouple from damos_action
SeongJae Park
1
-18
/
+62
2025-07-09
mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
SeongJae Park
1
-14
/
+41
2025-06-25
mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on write
SeongJae Park
1
-0
/
+1
2025-05-22
mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strs
SeongJae Park
1
-1
/
+1
2025-05-12
mm/damon/sysfs-schemes: use kmalloc_array() and size_add()
Su Hui
1
-2
/
+3
2025-05-12
mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer
SeongJae Park
1
-1
/
+10
[next]