index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
mm/damon/core: commit damos->target_nid
Bijan Tabatabai
1
-0
/
+1
2025-07-17
mm/damon: fix divide by zero in damon_get_intervals_score()
Honggyu Kim
1
-0
/
+1
2025-07-17
mm/damon/core: handle damon_call_control as normal under kdmond deactivation
SeongJae Park
1
-4
/
+3
2025-04-01
mm/damon/core: simplify control flow in damon_register_ops()
Taotao Chen
1
-5
/
+4
2025-03-17
mm/damon: remove damon_operations->reset_aggregated
SeongJae Park
1
-2
/
+0
2025-03-17
mm/damon: remove damon_callback->before_damos_apply
SeongJae Park
1
-9
/
+4
2025-03-17
mm/damon: remove damon_callback->after_sampling
SeongJae Park
1
-3
/
+0
2025-03-17
mm/damon: remove ->before_start of damon_callback
SeongJae Park
1
-2
/
+0
2025-03-17
mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()
SeongJae Park
1
-11
/
+45
2025-03-17
mm/damon/core: invoke kdamond_call() after merging is done if possible
SeongJae Park
1
-3
/
+3
2025-03-17
mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
SeongJae Park
1
-1
/
+8
2025-03-17
mm/damon/core: set damos_filter default allowance behavior based on installed...
SeongJae Park
1
-5
/
+36
2025-03-17
mm/damon/core: put ops-handled filters to damos->ops_filters
SeongJae Park
1
-1
/
+16
2025-03-17
mm/damon/core: support committing ops_filters
SeongJae Park
1
-1
/
+39
2025-03-17
mm/damon/core: introduce damos->ops_filters
SeongJae Park
1
-0
/
+1
2025-03-17
mm/damon/core: implement intervals auto-tuning
SeongJae Park
1
-0
/
+76
2025-03-17
mm/damon: add data structure for monitoring intervals auto-tuning
SeongJae Park
1
-0
/
+22
2025-03-16
mm/damon: introduce DAMOS filter type hugepage_size
Usama Arif
1
-0
/
+3
2025-03-16
mm/damon/core: do damos walking in entire regions granularity
SeongJae Park
1
-6
/
+3
2025-03-16
mm/damon/core: do not call damos_walk_control->walk() if walk is completed
SeongJae Park
1
-0
/
+3
2025-03-16
mm/damon/core: unset damos->walk_completed after confimed set
SeongJae Park
1
-0
/
+3
2025-03-16
mm/damon: avoid applying DAMOS action to same entity multiple times
SeongJae Park
1
-0
/
+1
2025-03-16
mm/damon/core: initialize damos->walk_completed in damon_new_scheme()
SeongJae Park
1
-0
/
+1
2025-03-16
mm/damon: respect core layer filters' allowance decision on ops layer
SeongJae Park
1
-1
/
+5
2025-01-25
mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()
Thorsten Blum
1
-3
/
+3
2025-01-25
mm/damon: add 'allow' argument to damos_new_filter()
SeongJae Park
1
-3
/
+4
2025-01-25
mm/damon/core: support damos_filter->allow
SeongJae Park
1
-3
/
+3
2025-01-25
mm/damon/core: add damos_filter->allow field
SeongJae Park
1
-0
/
+1
2025-01-25
mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...
SeongJae Park
1
-3
/
+4
2025-01-25
mm/damon/core: implement per-scheme ops-handled filter-passed bytes stat
SeongJae Park
1
-2
/
+4
2025-01-25
mm/damon: ask apply_scheme() to report filter-passed region-internal bytes
SeongJae Park
1
-1
/
+3
2025-01-25
mm/damon/core: implement damos_walk()
SeongJae Park
1
-0
/
+132
2025-01-25
mm/damon/core: introduce damon_call()
SeongJae Park
1
-0
/
+86
2025-01-13
mm/damon/core: remove duplicate list_empty quota->goals check
Honggyu Kim
1
-5
/
+2
2024-12-30
mm/damon/core: fix ignored quota goals and filters of newly committed schemes
SeongJae Park
1
-0
/
+5
2024-12-30
mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()
SeongJae Park
1
-1
/
+4
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+2
2024-11-07
mm/damon/core: avoid overflow in damon_feed_loop_next_input()
SeongJae Park
1
-7
/
+21
2024-11-07
mm/damon/core: handle zero schemes apply interval
SeongJae Park
1
-4
/
+4
2024-11-07
mm/damon/core: handle zero {aggregation,ops_update} intervals
SeongJae Park
1
-3
/
+3
2024-10-16
mm/damon/core: Use generic upper bound recommondation for usleep_range()
Anna-Maria Behnsen
1
-2
/
+1
2024-10-16
timers: Rename usleep_idle_range() to usleep_range_idle()
Anna-Maria Behnsen
1
-1
/
+1
2024-09-09
mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...
SeongJae Park
1
-1
/
+7
2024-09-09
mm/damon/core: replace per-quota regions priority histogram buffer usage with...
SeongJae Park
1
-3
/
+6
2024-09-09
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
1
-0
/
+5
2024-09-03
mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix
SeongJae Park
1
-1
/
+1
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
1
-3
/
+20
2024-07-03
mm/damon/core: merge regions aggressively when max_nr_regions is unmet
SeongJae Park
1
-3
/
+20
2024-07-03
mm/damon/core: implement DAMON context commit function
SeongJae Park
1
-0
/
+274
2024-07-03
mm/damon/core: implement DAMOS quota goals online commit function
SeongJae Park
1
-0
/
+59
[next]