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
/
mm
/
damon
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
mm/damon/sysfs: avoid empty scheme tried regions for large apply interval
SeongJae Park
3
-4
/
+48
2023-10-19
mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot
SeongJae Park
1
-0
/
+77
2023-10-19
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-2
/
+5
2023-10-18
mm/damon/sysfs: check DAMOS regions update progress from before_terminate()
SeongJae Park
1
-2
/
+5
2023-10-17
mm/damon/core: remove unnecessary si_meminfo invoke.
Huan Yang
1
-4
/
+2
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
1
-2
/
+1
2023-10-04
mm/damon/core-test: fix memory leak in damon_new_ctx()
Jinjie Ruan
1
-0
/
+4
2023-10-04
mm/damon/core-test: fix memory leak in damon_new_region()
Jinjie Ruan
1
-1
/
+3
2023-10-04
mm/damon/sysfs-schemes: support DAMOS apply interval
SeongJae Park
1
-4
/
+34
2023-10-04
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
5
-9
/
+72
2023-10-04
mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accesses
SeongJae Park
1
-2
/
+3
2023-10-04
mm/damon/core: mark damon_moving_sum() as a static function
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
SeongJae Park
1
-2
/
+0
2023-10-04
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
3
-10
/
+27
2023-10-04
mm/damon/core: introduce nr_accesses_bp
SeongJae Park
2
-0
/
+11
2023-10-04
mm/damon/core-test: add a unit test for damon_moving_sum()
SeongJae Park
1
-0
/
+16
2023-10-04
mm/damon/core: implement a pseudo-moving sum function
SeongJae Park
1
-0
/
+40
2023-10-04
mm/damon/vaddr: call damon_update_region_access_rate() always
SeongJae Park
1
-3
/
+7
2023-10-04
mm/damon/core: define and use a dedicated function for region access rate update
SeongJae Park
3
-8
/
+20
2023-10-04
mm/damon/core: use number of passed access sampling as a timer
SeongJae Park
1
-49
/
+47
2023-10-04
mm/damon/core: add a tracepoint for damos apply target regions
SeongJae Park
1
-1
/
+31
2023-10-04
mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: fix a comment about damon_set_attrs() call timings
SeongJae Park
1
-1
/
+5
2023-09-30
mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
Jinjie Ruan
1
-0
/
+2
2023-09-30
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+2
2023-08-22
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2
-0
/
+3
2023-08-21
mm/damon/sysfs-schemes: support target damos filter
SeongJae Park
1
-0
/
+27
2023-08-21
mm/damon/core: implement target type damos filter
SeongJae Park
1
-6
/
+16
2023-08-21
mm/damon/core-test: add a unit test for __damos_filter_out()
SeongJae Park
1
-0
/
+61
2023-08-21
mm/damon/sysfs-schemes: support address range type DAMOS filter
SeongJae Park
1
-0
/
+56
2023-08-21
mm/damon/core: introduce address range type damos filter
SeongJae Park
1
-0
/
+52
2023-08-21
mm/damon/sysfs: implement a command for updating only schemes tried total bytes
SeongJae Park
3
-8
/
+27
2023-08-21
mm/damon/sysfs-schemes: implement DAMOS tried total bytes file
SeongJae Park
1
-0
/
+17
2023-08-21
mm/damon/core-test: add a test for damos_new_filter()
SeongJae Park
1
-0
/
+13
2023-08-21
damon: use pmdp_get instead of drectly dereferencing pmd
Levi Yun
3
-10
/
+17
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+2
2023-08-04
mm/damon/core: initialize damo_filter->list from damos_new_filter()
SeongJae Park
1
-0
/
+1
2023-07-27
mm/damon/core-test: initialise context before test in damon_test_set_attrs()
Feng Tang
1
-5
/
+5
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-0
/
+2
2023-06-20
mm/damon/core-test: add a test for damon_set_attrs()
SeongJae Park
1
-0
/
+24
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
3
-6
/
+8
2023-06-20
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
1
-4
/
+8
2023-06-12
mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
Kefeng Wang
1
-0
/
+2
2023-06-10
mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()
Ryan Roberts
1
-20
/
+2
2023-06-10
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
4
-16
/
+12
2023-05-03
mm/damon/paddr: fix missing folio_sz update in damon_pa_young()
Kefeng Wang
1
-4
/
+2
2023-05-03
mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
Kefeng Wang
1
-4
/
+3
2023-05-03
mm/damon/paddr: minor refactor of damon_pa_pageout()
Kefeng Wang
1
-8
/
+5
2023-04-06
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
[prev]
[next]