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
/
core.c
Age
Commit message (
Expand
)
Author
36 hours
mm/damon/core: set ctx->call_controls_obsolete in damon_new_ctx()
SJ Park
36 hours
mm/damon/core: handle NULL ctx parameter in damon_call()
SJ Park
36 hours
mm/damon/core: error damos_commit_quota_goal() for zero target_value
SJ Park
36 hours
mm/damon/core: validate number of probes in valid_probe_params()
SJ Park
36 hours
mm/damon/core: remove string_choices.h include
SJ Park
36 hours
mm/damon/core: remove debug messages
SJ Park
36 hours
mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
SJ Park
36 hours
mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
SJ Park
36 hours
mm/damon/core: handle uninitialized damos_quota_goal->last_psi_total
SJ Park
36 hours
mm/damon/core: introduce damon_operations->prep_probes()
SJ Park
36 hours
mm/damon/core: commit preps
SJ Park
36 hours
mm/damon/core: introduce damon_prep struct
SJ Park
36 hours
mm/damon/core: handle extreme memory state in get_in_active_mem_bp()
SJ Park
36 hours
mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
SJ Park
36 hours
mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
SJ Park
36 hours
mm/damon/core: skip applying scheme if region split for quota fails
SJ Park
36 hours
mm/damon/core: introduce damon_set_target_pid()
Enze Li
36 hours
mm/damon/core: remove declaration of __damon_commit_ctx()
Zenghui Yu (Huawei)
36 hours
mm/damon: introduce DAMOS_QUOTA_HUGEPAGE auto tuning
Asier Gutierrez
36 hours
mm/damon/core: remove unused damon_nr_running_ctxs()
Cheng-Han Wu
36 hours
mm/damon/core: remove unused damon_targets_empty()
Cheng-Han Wu
36 hours
mm/damon/core: fix unconditionally skip last region
Liew Rui Yan
36 hours
mm/damon/core: allow esz to be set to zero
Liew Rui Yan
2026-08-06
mm/damon: remove trailing semicolons after function definitions
Xuewen Wang
2026-08-06
mm/damon/core: handle region split failure in apply_min_nr_regions()
SJ Park
2026-08-06
mm/damon/core: initialize damos->last_applied
SJ Park
2026-08-06
mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
SJ Park
2026-08-06
mm/damon/core: skip aging from repeated aggressive merging
SJ Park
2026-08-04
mm/damon/core: implement damon_has_probe_weight()
SJ Park
2026-08-04
mm/damon/core: get merge threshold from probe hits when weights are set
SJ Park
2026-08-04
mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
SJ Park
2026-08-04
mm/damon/core: set samples in apply_probes() if probe weights are set
SJ Park
2026-08-04
mm/damon/core: disable access monitoring when probe weights are set
SJ Park
2026-08-04
mm/damon/core: validate params for probe hits weighted sum overflow
SJ Park
2026-08-04
mm/damon/core: disallow probe_hits overflow on attrs only monitoring
SJ Park
2026-08-04
mm/damon/core: extend merge function to work with probe hits
SJ Park
2026-08-04
mm/damon/core: use abs_diff() instead of abs()
SJ Park
2026-08-04
mm/damon/core: implement damon_probe_hits_wsum()
SJ Park
2026-08-04
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
2026-08-04
mm/damon/core: ask apply_probes() ops callback to set sampling address
SJ Park
2026-08-04
mm/damon/core: introduce damon_probe->weight
SJ Park
2026-08-04
mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
SJ Park
2026-08-04
mm/damon/core: update probe hits for new parameter commit
SJ Park
2026-08-04
mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
SJ Park
2026-08-04
mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
SJ Park
2026-08-04
mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
SJ Park
2026-08-04
mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
SJ Park
2026-08-04
mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
SJ Park
2026-08-04
mm/damon/core: wait ctx stop in damon_call() before reruning an error
SJ Park
2026-08-04
mm/damon/core: change damon_stop() return type to void
SJ Park
[next]