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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-01
mm/damon: prevent activated scheme from sleeping by deactivated schemes
Jonghyeon Kim
1
-1
/
+4
2022-03-22
mm/damon/core: allow non-exclusive DAMON start/stop
SeongJae Park
1
-8
/
+15
2022-03-22
mm/damon: let monitoring operations can be registered and selected
SeongJae Park
1
-0
/
+66
2022-03-22
mm/damon: rename damon_primitives to damon_operations
SeongJae Park
1
-32
/
+33
2022-03-22
mm/damon: remove the target id concept
SeongJae Park
1
-2
/
+2
2022-03-22
mm/damon/core: move damon_set_targets() into dbgfs
SeongJae Park
1
-32
/
+0
2022-01-15
mm/damon: hide kernel pointer from tracepoint event
SeongJae Park
1
-1
/
+3
2022-01-15
mm/damon: move the implementation of damon_insert_region to damon.h
Guoqing Jiang
1
-11
/
+0
2022-01-15
mm/damon/schemes: account how many times quota limit has exceeded
SeongJae Park
1
-0
/
+2
2022-01-15
mm/damon/schemes: account scheme actions that successfully applied
SeongJae Park
1
-5
/
+8
2022-01-15
mm/damon: convert macro functions to static inline functions
SeongJae Park
1
-1
/
+4
2022-01-15
mm/damon: move damon_rand() definition into damon.h
Xin Hao
1
-4
/
+0
2022-01-15
mm/damon/core: use abs() instead of diff_of()
Xin Hao
1
-4
/
+2
2021-12-10
mm/damon/core: remove unnecessary error messages
SeongJae Park
1
-9
/
+2
2021-12-10
mm/damon/core: use better timer mechanisms selection threshold
SeongJae Park
1
-1
/
+2
2021-12-10
mm/damon/core: fix fake load reports due to uninterruptible sleeps
SeongJae Park
1
-3
/
+3
2021-11-06
mm/damon: fix a few spelling mistakes in comments and a pr_debug message
Colin Ian King
1
-1
/
+1
2021-11-06
mm/damon: simplify stop mechanism
Changbin Du
1
-36
/
+15
2021-11-06
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
1
-0
/
+5
2021-11-06
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
1
-1
/
+96
2021-11-06
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
1
-7
/
+55
2021-11-06
mm/damon/schemes: implement time quota
SeongJae Park
1
-5
/
+40
2021-11-06
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
1
-0
/
+37
2021-11-06
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
1
-8
/
+52
2021-11-06
mm/damon/schemes: implement statistics feature
SeongJae Park
1
-1
/
+6
2021-11-06
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
1
-0
/
+109
2021-11-06
mm/damon/core: account age of target regions
SeongJae Park
1
-0
/
+13
2021-11-06
mm/damon/core: nullify pointer ctx->kdamond with a NULL
Colin Ian King
1
-1
/
+1
2021-11-06
mm/damon: needn't hold kdamond_lock to print pid of kdamond
Changbin Du
1
-4
/
+2
2021-11-06
mm/damon: remove unnecessary do_exit() from kdamond
Changbin Du
1
-1
/
+1
2021-11-06
mm/damon/core: print kdamond start log in debug mode only
SeongJae Park
1
-1
/
+1
2021-09-08
mm/damon: add kunit tests
SeongJae Park
1
-0
/
+7
2021-09-08
mm/damon: implement a debugfs-based user space interface
SeongJae Park
1
-0
/
+47
2021-09-08
mm/damon: add a tracepoint
SeongJae Park
1
-1
/
+6
2021-09-08
mm/damon: adaptively adjust regions
SeongJae Park
1
-9
/
+215
2021-09-08
mm/damon/core: implement region-based sampling
SeongJae Park
1
-4
/
+139
2021-09-08
mm: introduce Data Access MONitor (DAMON)
SeongJae Park
1
-0
/
+320