index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
mm: fix some typos in mm module
jianyun.gao
1
-1
/
+1
2026-01-23
mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure
SeongJae Park
1
-2
/
+3
2026-01-23
mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failure
SeongJae Park
1
-1
/
+3
2025-11-09
mm/damon/sysfs: change next_update_jiffies to a global variable
Quanmin Yan
1
-3
/
+7
2025-10-15
mm/damon/sysfs: dealloc commit test ctx always
SeongJae Park
1
-3
/
+2
2025-10-15
mm/damon/sysfs: catch commit test ctx alloc failure
SeongJae Park
1
-0
/
+2
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+41
2025-09-25
mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...
Akinobu Mita
1
-1
/
+3
2025-09-23
mm/damon/sysfs: set damon_ctx->min_sz_region only for paddr use case
SeongJae Park
1
-1
/
+4
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
1
-13
/
+24
2025-09-13
mm/damon: add damon_ctx->min_sz_region
Quanmin Yan
1
-3
/
+5
2025-09-13
mm/damon/sysfs: implement addr_unit file under context dir
SeongJae Park
1
-0
/
+33
2025-09-13
mm/damon/sysfs: use dynamically allocated repeat mode damon_call_control
SeongJae Park
1
-8
/
+15
2025-09-08
mm/damon/sysfs: fix use-after-free in state_show()
Stanislav Fort
1
-5
/
+9
2025-07-24
mm/damon/sysfs: implement refresh_ms file internal work
SeongJae Park
1
-0
/
+29
2025-07-24
mm/damon/sysfs: implement refresh_ms file under kdamond directory
SeongJae Park
1
-0
/
+29
2025-07-19
mm/damon/sysfs: remove damon_sysfs_before_terminate()
SeongJae Park
1
-12
/
+0
2025-07-19
mm/damon/sysfs: remove damon_sysfs_destroy_targets()
SeongJae Park
1
-20
/
+3
2025-07-19
mm/damon/vaddr: put pid in cleanup_target()
SeongJae Park
1
-8
/
+2
2025-07-19
mm/damon/core: add cleanup_target() ops callback
SeongJae Park
1
-2
/
+2
2025-07-19
mm/damon/sysfs: don't hold kdamond_lock in before_terminate()
SeongJae Park
1
-2
/
+0
2025-07-19
mm/damon/sysfs: use DAMON core API damon_is_running()
SeongJae Park
1
-12
/
+2
2025-07-09
mm/damon/sysfs: decouple from damon_ops_id
SeongJae Park
1
-15
/
+41
2025-03-17
mm/damon/sysfs: remove damon_sysfs_cmd_request and its readers
SeongJae Park
1
-23
/
+1
2025-03-17
mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers
SeongJae Park
1
-62
/
+0
2025-03-17
mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...
SeongJae Park
1
-32
/
+0
2025-03-17
mm/damon/sysfs: handle commit command using damon_call()
SeongJae Park
1
-11
/
+6
2025-03-17
mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()
SeongJae Park
1
-2
/
+10
2025-03-17
mm/damon/sysfs: implement a command to update auto-tuned monitoring intervals
SeongJae Park
1
-0
/
+20
2025-03-17
mm/damon/sysfs: commit intervals tuning goal
SeongJae Park
1
-0
/
+7
2025-03-17
mm/damon/sysfs: implement intervals tuning goal directory
SeongJae Park
1
-0
/
+189
2025-01-25
mm/damon/sysfs-schemes: expose per-region filter-passed bytes
SeongJae Park
1
-1
/
+2
2025-01-25
mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...
SeongJae Park
1
-1
/
+1
2025-01-25
mm/damon/sysfs: remove unused code for schemes tried regions update
SeongJae Park
1
-68
/
+2
2025-01-25
mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}
SeongJae Park
1
-0
/
+43
2025-01-25
mm/damon/sysfs: use damon_call() for update_schemes_effective_quotas
SeongJae Park
1
-8
/
+7
2025-01-25
mm/damon/sysfs: use damon_call() for commit_schemes_quota_goals
SeongJae Park
1
-5
/
+6
2025-01-25
mm/damon/sysfs: use damon_call() for update_schemes_stats
SeongJae Park
1
-10
/
+21
2025-01-25
mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs context
SeongJae Park
1
-14
/
+3
2025-01-25
mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...
SeongJae Park
1
-1
/
+1
2024-09-03
mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix
SeongJae Park
1
-1
/
+1
2024-07-03
mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...
SeongJae Park
1
-1
/
+1
2024-07-03
mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()
SeongJae Park
1
-2
/
+2
2024-07-03
mm/damon/sysfs: remove unnecessary online tuning handling code
SeongJae Park
1
-58
/
+2
2024-07-03
mm/damon/sysfs: use damon_commit_ctx()
SeongJae Park
1
-2
/
+13
2024-02-23
mm/damon/sysfs: use only quota->goals
SeongJae Park
1
-2
/
+1
2024-02-23
mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...
SeongJae Park
1
-0
/
+32
2024-02-22
mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...
SeongJae Park
1
-3
/
+18
2023-12-12
mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit
SeongJae Park
1
-0
/
+27
2023-11-15
mm/damon/sysfs: check error from damon_sysfs_update_target()
SeongJae Park
1
-1
/
+3
[next]