index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
damon.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-03
mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
SeongJae Park
1
-0
/
+6
2022-06-16
mm/damon: remove obsolete comments of kdamond_stop
Chengming Zhou
1
-9
/
+8
2022-05-13
mm/damon: add documentation for Enum value
Gautam Menghani
1
-0
/
+1
2022-05-13
mm/damon/vaddr: move 'damon_set_regions()' to core
SeongJae Park
1
-0
/
+2
2022-05-13
mm/damon/core: add a new callback for watermarks checks
SeongJae Park
1
-0
/
+7
2022-05-13
mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...
SeongJae Park
1
-0
/
+3
2022-05-13
mm/damon/core: add a function for damon_operations registration checks
SeongJae Park
1
-0
/
+1
2022-03-22
mm/damon/core: add number of each enum type values
SeongJae Park
1
-0
/
+4
2022-03-22
mm/damon/core: allow non-exclusive DAMON start/stop
SeongJae Park
1
-1
/
+1
2022-03-22
mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()
SeongJae Park
1
-10
/
+0
2022-03-22
mm/damon: let monitoring operations can be registered and selected
SeongJae Park
1
-0
/
+18
2022-03-22
mm/damon: rename damon_primitives to damon_operations
SeongJae Park
1
-24
/
+24
2022-03-22
mm/damon: remove the target id concept
SeongJae Park
1
-6
/
+5
2022-03-22
mm/damon/core: move damon_set_targets() into dbgfs
SeongJae Park
1
-2
/
+0
2022-01-15
mm/damon: move the implementation of damon_insert_region to damon.h
Guoqing Jiang
1
-2
/
+11
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
-7
/
+21
2022-01-15
mm/damon: remove a mistakenly added comment for a future feature
SeongJae Park
1
-1
/
+1
2022-01-15
mm/damon: convert macro functions to static inline functions
SeongJae Park
1
-6
/
+12
2022-01-15
mm/damon: modify damon_rand() macro to static inline function
Xin Hao
1
-1
/
+4
2022-01-15
mm/damon: move damon_rand() definition into damon.h
Xin Hao
1
-0
/
+4
2022-01-15
mm/damon: remove some unneeded function definitions in damon.h
Xin Hao
1
-21
/
+0
2021-11-06
mm/damon: remove return value from before_terminate callback
Changbin Du
1
-1
/
+1
2021-11-06
mm/damon: simplify stop mechanism
Changbin Du
1
-1
/
+0
2021-11-06
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
1
-0
/
+1
2021-11-06
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
1
-1
/
+51
2021-11-06
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
1
-0
/
+4
2021-11-06
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
1
-0
/
+26
2021-11-06
mm/damon/schemes: implement time quota
SeongJae Park
1
-5
/
+20
2021-11-06
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
1
-0
/
+5
2021-11-06
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
1
-4
/
+32
2021-11-06
mm/damon/paddr: support the pageout scheme
SeongJae Park
1
-0
/
+2
2021-11-06
mm/damon: implement primitives for physical address space monitoring
SeongJae Park
1
-0
/
+10
2021-11-06
mm/damon/schemes: implement statistics feature
SeongJae Park
1
-1
/
+9
2021-11-06
mm/damon/vaddr: support DAMON-based Operation Schemes
SeongJae Park
1
-0
/
+2
2021-11-06
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
1
-0
/
+66
2021-11-06
mm/damon/core: account age of target regions
SeongJae Park
1
-0
/
+10
2021-11-06
include/linux/damon.h: fix kernel-doc comments for 'damon_callback'
SeongJae Park
1
-3
/
+3
2021-09-08
mm/damon: implement a debugfs-based user space interface
SeongJae Park
1
-0
/
+3
2021-09-08
mm/damon: implement primitives for the virtual memory address spaces
SeongJae Park
1
-0
/
+13
2021-09-08
mm/damon: adaptively adjust regions
SeongJae Park
1
-8
/
+22
2021-09-08
mm/damon/core: implement region-based sampling
SeongJae Park
1
-3
/
+74
2021-09-08
mm: introduce Data Access MONitor (DAMON)
SeongJae Park
1
-0
/
+167
[prev]