index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
/
reclaim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
2023-10-04
1
-0
/
+2
*
mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pag...
SeongJae Park
2023-01-18
1
-0
/
+19
*
mm/damon: use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-11-30
1
-1
/
+2
*
mm/damon/reclaim: enable and disable synchronously
SeongJae Park
2022-11-30
1
-30
/
+23
*
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
SeongJae Park
2022-11-30
1
-2
/
+0
*
mm/damon/modules: deduplicate init steps for DAMON context setup
SeongJae Park
2022-11-30
1
-14
/
+3
*
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
2022-10-03
1
-10
/
+3
*
mm/damon: return void from damon_set_schemes()
Kaixu Xia
2022-10-03
1
-3
/
+1
*
mm/damon/reclaim: change damon_reclaim_wmarks to static
Yang Yingliang
2022-10-03
1
-1
/
+1
*
mm/damon/reclaim: use the quota params generator macro
SeongJae Park
2022-10-03
1
-52
/
+12
*
mm/damon/reclaim: use stat parameters generator
SeongJae Park
2022-10-03
1
-36
/
+5
*
mm/damon/reclaim: use watermarks parameters generator macro
SeongJae Park
2022-10-03
1
-47
/
+9
*
mm/damon/reclaim: use monitoring attributes parameters generator macro
SeongJae Park
2022-10-03
1
-42
/
+5
*
mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for it
SeongJae Park
2022-10-03
1
-17
/
+19
*
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
2022-10-03
1
-2
/
+8
*
mm/damon: remove duplicate get_monitoring_region() definitions
Xin Hao
2022-10-03
1
-35
/
+2
*
mm/damon: introduce struct damos_access_pattern
Yajun Deng
2022-10-03
1
-9
/
+14
*
mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()
Jianglei Nie
2022-07-29
1
-1
/
+3
*
mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'
SeongJae Park
2022-07-03
1
-2
/
+2
*
mm/damon/reclaim: make 'enabled' checking timer simpler
SeongJae Park
2022-07-03
1
-8
/
+1
*
mm/damon/reclaim: deduplicate 'commit_inputs' handling
SeongJae Park
2022-07-03
1
-13
/
+14
*
mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...
SeongJae Park
2022-06-16
1
-0
/
+8
*
mm/damon/reclaim: use resource_size function on resource object
Jiapeng Chong
2022-05-13
1
-1
/
+1
*
mm/damon/reclaim: support online inputs update
SeongJae Park
2022-05-13
1
-33
/
+62
*
mm/damon/reclaim: fix the timer always stays active
Hailong Tu
2022-04-29
1
-2
/
+25
*
mm/damon/core: allow non-exclusive DAMON start/stop
SeongJae Park
2022-03-22
1
-1
/
+1
*
mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...
SeongJae Park
2022-03-22
1
-1
/
+3
*
mm/damon: rename damon_primitives to damon_operations
SeongJae Park
2022-03-22
1
-1
/
+1
*
mm/damon: remove the target id concept
SeongJae Park
2022-03-22
1
-2
/
+1
*
mm/damon/reclaim: provide reclamation statistics
SeongJae Park
2022-01-15
1
-0
/
+46
*
mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
SeongJae Park
2021-11-06
1
-0
/
+356