index
:
pub/scm/linux/kernel/git/ash/linux.git
master
perf, intel_pt, etc
Alexander Shishkin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
mm/damon: remove trailing semicolons after function definitions
Xuewen Wang
1
-1
/
+1
2026-08-06
mm/damon/core: handle region split failure in apply_min_nr_regions()
SJ Park
1
-4
/
+9
2026-08-06
mm/damon/core: initialize damos->last_applied
SJ Park
1
-0
/
+1
2026-08-06
mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
SJ Park
1
-4
/
+9
2026-08-06
mm/damon/core: skip aging from repeated aggressive merging
SJ Park
1
-8
/
+13
2026-08-04
mm/damon/core: implement damon_has_probe_weight()
SJ Park
1
-0
/
+6
2026-08-04
mm/damon/core: get merge threshold from probe hits when weights are set
SJ Park
1
-4
/
+14
2026-08-04
mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
SJ Park
1
-3
/
+3
2026-08-04
mm/damon/core: set samples in apply_probes() if probe weights are set
SJ Park
1
-1
/
+2
2026-08-04
mm/damon/core: disable access monitoring when probe weights are set
SJ Park
1
-2
/
+3
2026-08-04
mm/damon/core: validate params for probe hits weighted sum overflow
SJ Park
1
-0
/
+15
2026-08-04
mm/damon/core: disallow probe_hits overflow on attrs only monitoring
SJ Park
1
-0
/
+16
2026-08-04
mm/damon/core: extend merge function to work with probe hits
SJ Park
1
-10
/
+39
2026-08-04
mm/damon/core: use abs_diff() instead of abs()
SJ Park
1
-2
/
+2
2026-08-04
mm/damon/core: implement damon_probe_hits_wsum()
SJ Park
1
-0
/
+24
2026-08-04
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
1
-1
/
+1
2026-08-04
mm/damon/core: ask apply_probes() ops callback to set sampling address
SJ Park
1
-1
/
+1
2026-08-04
mm/damon/core: introduce damon_probe->weight
SJ Park
1
-0
/
+3
2026-08-04
mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
SJ Park
1
-0
/
+3
2026-08-04
mm/damon/core: update probe hits for new parameter commit
SJ Park
1
-3
/
+25
2026-08-04
mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
SJ Park
1
-5
/
+4
2026-08-04
mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
SJ Park
1
-6
/
+5
2026-08-04
mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
SJ Park
1
-5
/
+5
2026-08-04
mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
SJ Park
1
-2
/
+2
2026-08-04
mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
SJ Park
1
-7
/
+1
2026-08-04
mm/damon/core: wait ctx stop in damon_call() before reruning an error
SJ Park
1
-2
/
+10
2026-08-04
mm/damon/core: change damon_stop() return type to void
SJ Park
1
-2
/
+1
2026-08-04
mm/damon/core: make damon_stop() never fail
SJ Park
1
-15
/
+6
2026-08-04
mm/damon/core: stop ctxs in damon_start() before returning an error
SJ Park
1
-0
/
+3
2026-07-30
mm/damon/core: remove start, end check in damon_set_region_system_rams()
SJ Park
1
-3
/
+0
2026-07-30
mm/damon/core: do parameter testing commit on damon_start()
SJ Park
1
-2
/
+12
2026-07-30
mm/damon/core: safely validate src on damon_commit_ctx()
SJ Park
1
-14
/
+47
2026-07-30
mm/damon/core: introduce damon_probe_hits_mvsum()
SJ Park
1
-0
/
+21
2026-07-30
mm/damon: add damon_region->last_probe_hits
SJ Park
1
-2
/
+8
2026-07-30
mm/damon/core: remove damon_region->nr_accesses_bp
SJ Park
1
-2
/
+1
2026-07-30
mm/damon/core: remove damon_moving_sum() and its unit test
SJ Park
1
-40
/
+0
2026-07-30
mm/damon/core: remove attrs param from damon_update_region_access_rate()
SJ Park
1
-3
/
+1
2026-07-30
mm/damon/core: remove nr_accesses_bp setups and updates
SJ Park
1
-20
/
+2
2026-07-30
mm/damon/core: remove damon_verify_merge_regions_of()
SJ Park
1
-15
/
+0
2026-07-30
mm/damon/core: remove damon_verify_reset_aggregated()
SJ Park
1
-18
/
+0
2026-07-30
mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
SJ Park
1
-14
/
+0
2026-07-30
mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
SJ Park
1
-2
/
+3
2026-07-30
mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
SJ Park
1
-5
/
+6
2026-07-30
mm/damon/core: handle unreset nr_accesses in damon_nr_accesses_mvsum()
SJ Park
1
-0
/
+3
2026-07-30
mm/damon/core: always update ->last_nr_accesses for intervals change
SJ Park
1
-2
/
+2
2026-07-30
mm/damon/core: introduce damon_nr_accesses_mvsum()
SJ Park
1
-0
/
+62
2026-07-30
mm/damon/core: reduce range setup in damon_commit_target_regions()
SJ Park
1
-5
/
+17
2026-07-30
mm/damon/core: split a fraction of regions when nr_regions exceeds max/2
Jiayuan Chen
1
-5
/
+44
2026-07-30
mm/damon/core: use kvmalloc for target regions array
Akinobu Mita
1
-2
/
+2
2026-07-28
mm/damon/core: reduce kernel stack usage
Arnd Bergmann
1
-1
/
+1
[next]