index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
damon.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
mm/damon: add DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+2
2024-02-24
mm/damon/core: implement PSI metric DAMOS quota goal
SeongJae Park
1
-0
/
+7
2024-02-24
mm/damon/core: support multiple metrics for quota goal
SeongJae Park
1
-3
/
+23
2024-02-24
mm/damon/core: let goal specified with only target and current values
SeongJae Park
1
-10
/
+9
2024-02-24
mm/damon/core: remove ->goal field of damos_quota
SeongJae Park
1
-8
/
+4
2024-02-24
mm/damon/core: add multiple goals per damos_quota and helpers for those
SeongJae Park
1
-0
/
+17
2024-02-24
mm/damon/core: split out quota goal related fields to a struct
SeongJae Park
1
-14
/
+22
2024-02-24
mm/damon: move comments and fields for damos-quota-prioritization to the end
SeongJae Park
1
-16
/
+14
2024-02-24
mm/damon/core: set damos_quota->esz as public field and document
SeongJae Park
1
-2
/
+4
2023-12-21
mm/damon: update email of SeongJae
SeongJae Park
1
-1
/
+1
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+2
2023-12-13
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
1
-0
/
+2
2023-12-12
mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning
SeongJae Park
1
-0
/
+20
2023-10-26
mm/damon: implement a function for max nr_accesses safe calculation
SeongJae Park
1
-0
/
+7
2023-10-04
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
1
-2
/
+15
2023-10-04
mm/damon/core: mark damon_moving_sum() as a static function
SeongJae Park
1
-2
/
+0
2023-10-04
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
1
-3
/
+9
2023-10-04
mm/damon/core: introduce nr_accesses_bp
SeongJae Park
1
-0
/
+5
2023-10-04
mm/damon/core: implement a pseudo-moving sum function
SeongJae Park
1
-0
/
+2
2023-10-04
mm/damon/core: define and use a dedicated function for region access rate update
SeongJae Park
1
-1
/
+4
2023-10-04
mm/damon/core: use number of passed access sampling as a timer
SeongJae Park
1
-2
/
+12
2023-10-04
mm/damon/core: remove duplicated comment for watermarks-based deactivation
SeongJae Park
1
-3
/
+0
2023-10-04
mm/damon/core: add more comments for nr_accesses
SeongJae Park
1
-7
/
+12
2023-08-21
mm/damon/core: implement target type damos filter
SeongJae Park
1
-0
/
+6
2023-08-21
mm/damon/core: introduce address range type damos filter
SeongJae Park
1
-6
/
+16
2023-02-03
mm/damon: update comments in damon.h for damon_attrs
SeongJae Park
1
-3
/
+3
2023-02-03
mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...
SeongJae Park
1
-0
/
+5
2023-02-03
mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...
SeongJae Park
1
-0
/
+6
2023-01-19
mm/damon/core: implement damos filter
SeongJae Park
1
-0
/
+51
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+5
2022-12-01
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
1
-0
/
+5
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-13
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
1
-0
/
+6
2022-10-04
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
1
-1
/
+2
2022-10-04
mm/damon: return void from damon_set_schemes()
Kaixu Xia
1
-1
/
+1
2022-10-04
mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
Kaixu Xia
1
-1
/
+1
2022-10-04
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
1
-3
/
+1
2022-10-04
mm/damon/core: use a dedicated struct for monitoring attributes
SeongJae Park
1
-10
/
+20
2022-10-04
mm/damon: remove duplicate get_monitoring_region() definitions
Xin Hao
1
-0
/
+2
2022-10-04
mm/damon: introduce struct damos_access_pattern
Yajun Deng
1
-17
/
+20
2022-10-04
mm/damon/core: iterate the regions list from current point in damon_set_regio...
Kaixu Xia
1
-0
/
+8
2022-07-04
mm/damon/schemes: add 'LRU_DEPRIO' action
SeongJae Park
1
-0
/
+2
2022-07-04
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
1
-0
/
+2
2022-07-04
mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
SeongJae Park
1
-0
/
+6
2022-06-17
mm/damon: remove obsolete comments of kdamond_stop
Chengming Zhou
1
-9
/
+8
2022-05-14
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
[next]