index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
stat.c
Age
Commit message (
Expand
)
Author
11 days
mm/damon/stat: monitor all System RAM resources
SeongJae Park
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-06
mm/damon/stat: remove __read_mostly from memory_idle_ms_percentiles
Li RongQing
2026-01-31
mm/damon: rename min_sz_region of damon_ctx to min_region_sz
SeongJae Park
2026-01-20
mm/damon: fix typos in comments
Kevin Lourenco
2026-01-20
mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
JaeJoon Jung
2025-11-16
mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...
Quanmin Yan
2025-11-09
mm/damon/stat: change last_refresh_jiffies to a global variable
Quanmin Yan
2025-09-21
mm/damon/stat: expose negative idle time
SeongJae Park
2025-09-21
mm/damon/stat: expose the current tuned aggregation interval
SeongJae Park
2025-09-21
mm/damon/stat: use damon_initialized()
SeongJae Park
2025-07-19
mm/damon/stat: use damon_call() repeat mode instead of damon_callback
SeongJae Park
2025-07-09
mm/damon/stat: calculate and expose idle time percentiles
SeongJae Park
2025-07-09
mm/damon/stat: calculate and expose estimated memory bandwidth
SeongJae Park
2025-07-09
mm/damon: introduce DAMON_STAT module
SeongJae Park