index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
stat.c
Age
Commit message (
Expand
)
Author
15 hours
mm/damon/stat: use secs_to_jiffies() instead of msecs_to_jiffies()
Philippe Laferriere
2026-05-28
mm/damon/stat: add a parameter for reading kdamond pid
SeongJae Park
2026-05-28
mm/damon/stat: use damon_set_region_system_rams_default()
SeongJae Park
2026-04-27
mm/damon/stat: detect and use fresh enabled value
SeongJae Park
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-18
mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()
Jackie Liu
2026-04-06
mm/damon/stat: deallocate damon_call() failure leaking damon_ctx
SeongJae Park
2026-03-23
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