index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/damon/core: remove unnecessary si_meminfo invoke.
Huan Yang
2023-10-16
1
-4
/
+2
*
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
2023-10-04
1
-7
/
+65
*
mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accesses
SeongJae Park
2023-10-04
1
-2
/
+3
*
mm/damon/core: mark damon_moving_sum() as a static function
SeongJae Park
2023-10-04
1
-1
/
+1
*
mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
SeongJae Park
2023-10-04
1
-2
/
+0
*
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
2023-10-04
1
-1
/
+15
*
mm/damon/core: introduce nr_accesses_bp
SeongJae Park
2023-10-04
1
-0
/
+6
*
mm/damon/core: implement a pseudo-moving sum function
SeongJae Park
2023-10-04
1
-0
/
+40
*
mm/damon/core: define and use a dedicated function for region access rate update
SeongJae Park
2023-10-04
1
-0
/
+16
*
mm/damon/core: use number of passed access sampling as a timer
SeongJae Park
2023-10-04
1
-49
/
+47
*
mm/damon/core: add a tracepoint for damos apply target regions
SeongJae Park
2023-10-04
1
-1
/
+31
*
mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...
SeongJae Park
2023-10-04
1
-1
/
+1
*
mm/damon/core: fix a comment about damon_set_attrs() call timings
SeongJae Park
2023-10-04
1
-1
/
+5
*
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
1
-0
/
+1
|
\
|
*
mm/damon/core: initialize damo_filter->list from damos_new_filter()
SeongJae Park
2023-08-04
1
-0
/
+1
*
|
mm/damon/core: implement target type damos filter
SeongJae Park
2023-08-21
1
-6
/
+16
*
|
mm/damon/core: introduce address range type damos filter
SeongJae Park
2023-08-21
1
-0
/
+52
|
/
*
mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
Kefeng Wang
2023-06-12
1
-0
/
+2
*
mm/damon/core: update monitoring results for new monitoring attributes
SeongJae Park
2023-02-02
1
-0
/
+71
*
mm/damon/core: skip apply schemes if empty
Huaisheng Ye
2023-02-02
1
-1
/
+2
*
mm/damon/core: implement damos filter
SeongJae Park
2023-01-18
1
-0
/
+39
*
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
2022-11-30
1
-1
/
+5
*
mm/damon/core: split out scheme quota adjustment logic into a new function
SeongJae Park
2022-11-30
1
-43
/
+48
*
mm/damon/core: split out scheme stat update logic into a new function
SeongJae Park
2022-11-30
1
-5
/
+11
*
mm/damon/core: split damos application logic into a new function
SeongJae Park
2022-11-30
1
-34
/
+39
*
mm/damon/core: split out DAMOS-charged region skip logic into a new function
SeongJae Park
2022-11-30
1
-31
/
+65
*
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-14
1
-16
/
+10
|
\
|
*
mm/damon: use damon_sz_region() in appropriate place
Xin Hao
2022-10-12
1
-9
/
+8
|
*
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
2022-10-12
1
-7
/
+2
*
|
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-10-12
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
mm/damon/core: initialize damon_target->list in damon_new_target()
SeongJae Park
2022-10-11
1
-0
/
+1
*
|
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
2022-10-03
1
-1
/
+34
*
|
mm/damon: return void from damon_set_schemes()
Kaixu Xia
2022-10-03
1
-4
/
+1
*
|
mm/damon/core: simplify the kdamond stop mechanism by removing 'done'
Kaixu Xia
2022-10-03
1
-15
/
+9
*
|
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
2022-10-03
1
-16
/
+5
*
|
mm/damon/core: use a dedicated struct for monitoring attributes
SeongJae Park
2022-10-03
1
-17
/
+17
*
|
mm/damon/core: factor out 'damos_quota' private fileds initialization
SeongJae Park
2022-10-03
1
-9
/
+14
*
|
mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...
SeongJae Park
2022-10-03
1
-17
/
+4
*
|
mm/damon: improve damon_new_region strategy
Dawei Li
2022-10-03
1
-2
/
+17
*
|
mm/damon: remove duplicate get_monitoring_region() definitions
Xin Hao
2022-10-03
1
-0
/
+40
*
|
mm/damon/core: avoid holes in newly set monitoring target ranges
SeongJae Park
2022-10-03
1
-0
/
+30
*
|
mm/damon: introduce struct damos_access_pattern
Yajun Deng
2022-10-03
1
-16
/
+15
*
|
mm/damon/core: iterate the regions list from current point in damon_set_regio...
Kaixu Xia
2022-10-03
1
-1
/
+2
*
|
mm/damon/core: simplify the parameter passing for region split operation
Kaixu Xia
2022-09-11
1
-12
/
+9
|
/
*
mm/damon/vaddr: move 'damon_set_regions()' to core
SeongJae Park
2022-05-13
1
-0
/
+73
*
mm/damon/core: finish kdamond as soon as any callback returns an error
SeongJae Park
2022-05-13
1
-2
/
+6
*
mm/damon/core: add a new callback for watermarks checks
SeongJae Park
2022-05-13
1
-1
/
+7
*
mm/damon/core: add a function for damon_operations registration checks
SeongJae Park
2022-05-13
1
-3
/
+21
*
mm/damon: remove unnecessary type castings
Yu Zhe
2022-04-29
1
-1
/
+1
*
mm/damon: prevent activated scheme from sleeping by deactivated schemes
Jonghyeon Kim
2022-04-01
1
-1
/
+4
[next]