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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-19
mm/damon/sysfs: use DAMON core API damon_is_running()
SeongJae Park
2
-13
/
+9
2025-07-13
mm/damon/reclaim: use parameter context correctly
SeongJae Park
1
-2
/
+2
2025-07-13
mm/damon/lru_sort: reset enabled when DAMON start failed
SeongJae Park
1
-1
/
+4
2025-07-13
mm/damon/reclaim: reset enabled when DAMON start failed
SeongJae Park
1
-1
/
+4
2025-07-13
mm/damon: add trace event for effective size quota
SeongJae Park
1
-1
/
+19
2025-07-13
mm/damon: add trace event for auto-tuned monitoring intervals
SeongJae Park
1
-0
/
+1
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
1
-4
/
+4
2025-07-09
mm/damon/sysfs: decouple from damon_ops_id
SeongJae Park
1
-15
/
+41
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-07-09
mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemask
SeongJae Park
1
-3
/
+1
2025-07-09
mm/damon/stat: calculate and expose idle time percentiles
SeongJae Park
1
-0
/
+72
2025-07-09
mm/damon/stat: calculate and expose estimated memory bandwidth
SeongJae Park
1
-0
/
+35
2025-07-09
mm/damon: introduce DAMON_STAT module
SeongJae Park
3
-0
/
+163
2025-07-09
mm/damon: fix divide by zero in damon_get_intervals_score()
Honggyu Kim
1
-0
/
+1
2025-07-09
mm/damon/core: handle damon_call_control as normal under kdmond deactivation
SeongJae Park
1
-4
/
+3
2025-06-25
mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on write
SeongJae Park
1
-0
/
+1
2025-06-10
Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"
Linus Torvalds
1
-1
/
+0
2025-06-05
mm/damon: s/primitives/code/ on comments
Enze Li
8
-8
/
+8
2025-05-31
mm/damon/Kconfig: enable CONFIG_DAMON by default
SeongJae Park
1
-0
/
+1
2025-05-31
mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMON
SeongJae Park
1
-0
/
+3
2025-05-31
mm/damon/core: avoid destroyed target reference from DAMOS quota
Akinobu Mita
1
-0
/
+8
2025-05-22
mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()
SeongJae Park
1
-0
/
+70
2025-05-22
mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()
SeongJae Park
1
-1
/
+0
2025-05-22
mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strs
SeongJae Park
1
-1
/
+1
2025-05-22
mm/damon/core: warn and fix nr_accesses[_bp] corruption
SeongJae Park
1
-0
/
+14
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
2025-05-12
mm/damon/sysfs-schemes: implement file for quota goal nid parameter
SeongJae Park
1
-0
/
+27
2025-05-12
mm/damon/core: introduce damos quota goal metrics for memory node utilization
SeongJae Park
2
-0
/
+29
2025-04-01
mm/damon/core: simplify control flow in damon_register_ops()
Taotao Chen
1
-5
/
+4
2025-03-21
mm/damon: implement a new DAMOS filter type for active pages
Nhat Pham
2
-0
/
+4
2025-03-17
mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...
SeongJae Park
1
-1
/
+1
2025-03-17
mm/damon: remove damon_operations->reset_aggregated
SeongJae Park
3
-4
/
+0
2025-03-17
mm/damon: remove damon_callback->before_damos_apply
SeongJae Park
1
-9
/
+4
2025-03-17
mm/damon: remove damon_callback->after_sampling
SeongJae Park
1
-3
/
+0
2025-03-17
mm/damon: remove ->before_start of damon_callback
SeongJae Park
1
-2
/
+0
2025-03-17
mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...
SeongJae Park
1
-1
/
+0
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/core: make damon_set_attrs() be safe to be called from damon_call()
SeongJae Park
2
-14
/
+48
2025-03-17
mm/damon/core: invoke kdamond_call() after merging is done if possible
SeongJae Park
1
-3
/
+3
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-schemes: return error when for attempts to install filters on ...
SeongJae Park
1
-0
/
+20
2025-03-17
mm/damon/sysfs-schemes: record filters of which layer should be added to the ...
SeongJae Park
1
-10
/
+36
2025-03-17
mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
SeongJae Park
1
-1
/
+8
[prev]
[next]