index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
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
Age
Commit message (
Expand
)
Author
Files
Lines
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/paddr: support ops_filters
SeongJae Park
1
-0
/
+12
2025-03-17
mm/damon/core: introduce damos->ops_filters
SeongJae Park
1
-0
/
+1
2025-03-17
mm/damon/sysfs: implement a command to update auto-tuned monitoring intervals
SeongJae Park
1
-0
/
+20
2025-03-17
mm/damon/sysfs: commit intervals tuning goal
SeongJae Park
1
-0
/
+7
2025-03-17
mm/damon/sysfs: implement intervals tuning goal directory
SeongJae Park
1
-0
/
+189
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: implement a new DAMOS filter type for unmapped pages
SeongJae Park
2
-0
/
+4
2025-03-16
mm/damon/sysfs-schemes: add files for setting damos_filter->sz_range
Usama Arif
1
-0
/
+54
2025-03-16
mm/damon: introduce DAMOS filter type hugepage_size
Usama Arif
3
-0
/
+10
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
2
-12
/
+28
2025-03-16
mm/damon/ops: have damon_get_folio return folio even for tail pages
Usama Arif
2
-7
/
+19
2025-03-16
mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()
David Hildenbrand
1
-2
/
+21
2025-03-16
mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()
David Hildenbrand
1
-1
/
+9
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
2
-1
/
+8
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/paddr: improve readability of damon_pa_stat
Joshua Hahn
1
-4
/
+1
2025-01-25
mm/damon/paddr: increment pa_stat damon address range by folio size
Usama Arif
1
-2
/
+6
2025-01-25
mm/damon/sysfs-schemes: add a file for setting damos_filter->allow
SeongJae Park
1
-1
/
+31
2025-01-25
mm/damon: add 'allow' argument to damos_new_filter()
SeongJae Park
5
-8
/
+10
2025-01-25
mm/damon/paddr: support damos_filter->allow
SeongJae Park
1
-3
/
+3
2025-01-25
mm/damon/core: support damos_filter->allow
SeongJae Park
2
-8
/
+8
2025-01-25
mm/damon/core: add damos_filter->allow field
SeongJae Park
1
-0
/
+1
2025-01-25
mm/damon: remove DAMON debugfs interface
SeongJae Park
3
-1165
/
+0
2025-01-25
mm/damon: remove DAMON debugfs interface kunit tests
SeongJae Park
4
-194
/
+0
2025-01-25
mm/damon/sysfs-schemes: expose per-region filter-passed bytes
SeongJae Park
3
-3
/
+21
2025-01-25
mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...
SeongJae Park
2
-4
/
+5
2025-01-25
mm/damon/syfs-schemes: implement per-scheme filter-passed bytes stat
SeongJae Park
1
-0
/
+16
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/paddr: report filter-passed bytes back for DAMOS_STAT action
SeongJae Park
1
-1
/
+34
2025-01-25
mm/damon/paddr: report filter-passed bytes back for normal actions
SeongJae Park
1
-11
/
+22
2025-01-25
mm/damon: ask apply_scheme() to report filter-passed region-internal bytes
SeongJae Park
3
-3
/
+5
2025-01-25
mm/damon/sysfs: remove unused code for schemes tried regions update
SeongJae Park
3
-282
/
+2
2025-01-25
mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}
SeongJae Park
3
-0
/
+96
2025-01-25
mm/damon/core: implement damos_walk()
SeongJae Park
1
-0
/
+132
2025-01-25
mm/damon/sysfs: use damon_call() for update_schemes_effective_quotas
SeongJae Park
1
-8
/
+7
2025-01-25
mm/damon/sysfs: use damon_call() for commit_schemes_quota_goals
SeongJae Park
1
-5
/
+6
2025-01-25
mm/damon/sysfs: use damon_call() for update_schemes_stats
SeongJae Park
1
-10
/
+21
2025-01-25
mm/damon/core: introduce damon_call()
SeongJae Park
1
-0
/
+86
2025-01-25
mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs context
SeongJae Park
2
-15
/
+4
2025-01-25
mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...
SeongJae Park
3
-14
/
+7
2025-01-13
mm/damon/tests/vaddr-kunit.h: reduce stack consumption
Andrew Morton
1
-1
/
+1
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
[prev]
[next]