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
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
2024-12-14
mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Zheng Yejian
2
-2
/
+3
2024-10-17
mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...
Liam R. Howlett
1
-0
/
+2
2024-07-25
mm/damon/core: merge regions aggressively when max_nr_regions is unmet
SeongJae Park
1
-2
/
+19
2024-03-01
mm/damon/reclaim: fix quota stauts loss due to online tunings
SeongJae Park
1
-1
/
+17
2024-03-01
mm/damon/lru_sort: fix quota status loss due to online tunings
SeongJae Park
1
-7
/
+36
2024-01-01
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
1
-0
/
+7
2023-12-13
mm/damon/sysfs: eliminate potential uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2023-11-28
mm/damon/sysfs: check error from damon_sysfs_update_target()
SeongJae Park
1
-1
/
+3
2023-11-28
mm/damon/ops-common: avoid divide-by-zero during region hotness calculation
SeongJae Park
1
-3
/
+2
2023-11-28
mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation
SeongJae Park
1
-3
/
+1
2023-11-28
mm/damon/sysfs: update monitoring target regions for online input commit
SeongJae Park
1
-17
/
+30
2023-11-28
mm/damon/sysfs: remove requested targets when online-commit inputs
SeongJae Park
1
-33
/
+35
2023-10-06
mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
Jinjie Ruan
1
-0
/
+2
2023-07-19
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
4
-16
/
+12
2023-03-10
mm/damon/paddr: fix missing folio_put()
andrew.yang
1
-4
/
+3
2022-11-30
mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...
SeongJae Park
1
-2
/
+44
2022-11-22
mm/damon/sysfs-schemes: skip stats update if the scheme directory is removed
SeongJae Park
1
-0
/
+4
2022-11-08
mm/damon/dbgfs: check if rm_contexts input is for a real context
SeongJae Park
1
-0
/
+7
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-18
/
+12
2022-10-12
mm/damon: use damon_sz_region() in appropriate place
Xin Hao
2
-11
/
+10
2022-10-12
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
1
-7
/
+2
2022-10-12
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2022-10-11
mm/damon/core: initialize damon_target->list in damon_new_target()
SeongJae Park
1
-0
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13
-860
/
+596
2022-10-03
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
3
-21
/
+40
2022-10-03
mm/damon/sysfs: return 'err' value when call kstrtoul() failed
Xin Hao
1
-32
/
+14
2022-10-03
mm/damon: rename damon_pageout_score() to damon_cold_score()
Kaixu Xia
4
-5
/
+5
2022-10-03
mm/damon: return void from damon_set_schemes()
Kaixu Xia
4
-15
/
+6
2022-10-03
mm/damon/lru_sort: change damon_lru_sort_wmarks to static
Yang Yingliang
1
-1
/
+1
2022-10-03
mm/damon/reclaim: change damon_reclaim_wmarks to static
Yang Yingliang
1
-1
/
+1
2022-10-03
mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
Kaixu Xia
1
-2
/
+1
2022-10-03
mm/damon: simplify scheme create in lru_sort.c
Xin Hao
1
-22
/
+17
2022-10-03
mm/damon/sysfs: avoid call damon_target_has_pid() repeatedly
Xin Hao
1
-1
/
+2
2022-10-03
mm/damon/core: simplify the kdamond stop mechanism by removing 'done'
Kaixu Xia
1
-15
/
+9
2022-10-03
mm/damon/sysfs: simplify the variable 'pid' assignment operation
Kaixu Xia
1
-7
/
+4
2022-10-03
mm/damon: simplify the parameter passing for 'prepare_access_checks'
Kaixu Xia
2
-6
/
+5
2022-10-03
mm/damon/lru_sort: deduplicate hot/cold schemes generators
SeongJae Park
1
-24
/
+21
2022-10-03
mm/damon/lru_sort: use quotas param generator
SeongJae Park
1
-51
/
+19
2022-10-03
mm/damon/reclaim: use the quota params generator macro
SeongJae Park
1
-52
/
+12
2022-10-03
mm/damon/modules-common: implement damos time quota params generator
SeongJae Park
1
-2
/
+5
2022-10-03
mm/damon/modules-common: implement a damos quota params generator
SeongJae Park
1
-1
/
+7
2022-10-03
mm/damon/lru_sort: use stat generator
SeongJae Park
1
-71
/
+12
2022-10-03
mm/damon/reclaim: use stat parameters generator
SeongJae Park
1
-36
/
+5
2022-10-03
mm/damon/modules-common: implement a stats parameters generator macro
SeongJae Park
1
-0
/
+12
2022-10-03
mm/damon/reclaim: use watermarks parameters generator macro
SeongJae Park
1
-47
/
+9
2022-10-03
mm/damon/lru_sort: use watermarks parameters generator macro
SeongJae Park
2
-56
/
+12
2022-10-03
mm/damon/modules-common: implement a watermarks module parameters generator m...
SeongJae Park
1
-0
/
+7
2022-10-03
mm/damon/reclaim: use monitoring attributes parameters generator macro
SeongJae Park
1
-42
/
+5
2022-10-03
mm/damon/lru_sort: use monitoring attributes parameters generaotr macro
SeongJae Park
1
-42
/
+5
2022-10-03
mm/damon: implement a monitoring attributes module parameters generator macro
SeongJae Park
1
-0
/
+18
[next]