index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
/
lru_sort.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-30
mm/damon: use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2022-11-30
mm/damon/lru_sort: enable and disable synchronously
SeongJae Park
1
-29
/
+22
2022-11-30
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
SeongJae Park
1
-2
/
+0
2022-11-30
mm/damon/modules: deduplicate init steps for DAMON context setup
SeongJae Park
1
-14
/
+3
2022-10-03
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
1
-10
/
+3
2022-10-03
mm/damon: return void from damon_set_schemes()
Kaixu Xia
1
-3
/
+1
2022-10-03
mm/damon/lru_sort: change damon_lru_sort_wmarks to static
Yang Yingliang
1
-1
/
+1
2022-10-03
mm/damon: simplify scheme create in lru_sort.c
Xin Hao
1
-22
/
+17
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/lru_sort: use stat generator
SeongJae Park
1
-71
/
+12
2022-10-03
mm/damon/lru_sort: use watermarks parameters generator macro
SeongJae Park
1
-54
/
+10
2022-10-03
mm/damon/lru_sort: use monitoring attributes parameters generaotr macro
SeongJae Park
1
-42
/
+5
2022-10-03
mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for it
SeongJae Park
1
-19
/
+21
2022-10-03
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
1
-2
/
+8
2022-10-03
mm/damon: simplify scheme create in damon_lru_sort_apply_parameters
Xin Hao
1
-6
/
+4
2022-10-03
mm/damon: remove duplicate get_monitoring_region() definitions
Xin Hao
1
-35
/
+2
2022-10-03
mm/damon: introduce struct damos_access_pattern
Yajun Deng
1
-18
/
+28
2022-07-17
mm/damon/lru_sort: fix potential memory leak in damon_lru_sort_init()
SeongJae Park
1
-1
/
+3
2022-07-03
mm/damon: introduce DAMON-based LRU-lists Sorting
SeongJae Park
1
-0
/
+546