aboutsummaryrefslogtreecommitdiffstats
path: root/mm/damon/stat.c
AgeCommit message (Expand)AuthorFilesLines
3 daysmm/damon/stat: add a parameter for reading kdamond pidSeongJae Park1-0/+39
3 daysmm/damon/stat: use damon_set_region_system_rams_default()SeongJae Park1-50/+3
2026-04-27mm/damon/stat: detect and use fresh enabled valueSeongJae Park1-10/+20
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2026-04-18mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()Jackie Liu1-1/+4
2026-04-06mm/damon/stat: deallocate damon_call() failure leaking damon_ctxSeongJae Park1-0/+7
2026-03-23mm/damon/stat: monitor all System RAM resourcesSeongJae Park1-3/+50
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-06mm/damon/stat: remove __read_mostly from memory_idle_ms_percentilesLi RongQing1-1/+1
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park1-1/+1
2026-01-20mm/damon: fix typos in commentsKevin Lourenco1-1/+1
2026-01-20mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()JaeJoon Jung1-8/+0
2025-11-16mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...Quanmin Yan1-1/+2
2025-11-09mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan1-3/+6
2025-09-21mm/damon/stat: expose negative idle timeSeongJae Park1-5/+5
2025-09-21mm/damon/stat: expose the current tuned aggregation intervalSeongJae Park1-0/+6
2025-09-21mm/damon/stat: use damon_initialized()SeongJae Park1-4/+6
2025-07-19mm/damon/stat: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-3/+14
2025-07-09mm/damon/stat: calculate and expose idle time percentilesSeongJae Park1-0/+72
2025-07-09mm/damon/stat: calculate and expose estimated memory bandwidthSeongJae Park1-0/+35
2025-07-09mm/damon: introduce DAMON_STAT moduleSeongJae Park1-0/+146