index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-22
mm/damon/core: copy nr_accesses when splitting region
SeongJae Park
1
-0
/
+1
2024-11-22
mm/damon/core: handle zero schemes apply interval
SeongJae Park
1
-4
/
+4
2024-11-22
mm/damon/core: check apply interval in damon_do_apply_schemes()
SeongJae Park
1
-4
/
+11
2024-11-22
mm/damon/core: handle zero {aggregation,ops_update} intervals
SeongJae Park
1
-3
/
+3
2024-11-22
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
5
-9
/
+72
2024-10-04
mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...
Liam R. Howlett
1
-0
/
+2
2024-07-18
mm/damon/core: merge regions aggressively when max_nr_regions is unmet
SeongJae Park
1
-3
/
+20
2024-06-12
kthread: add kthread_stop_put
Andreas Gruenbacher
1
-2
/
+1
2024-03-01
mm/damon/reclaim: fix quota stauts loss due to online tunings
SeongJae Park
1
-1
/
+17
2024-03-01
mm/damon/lru_sort: fix quota status loss due to online tunings
SeongJae Park
1
-7
/
+36
2024-01-01
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
1
-0
/
+6
2024-01-01
mm/damon/core: use number of passed access sampling as a timer
SeongJae Park
1
-49
/
+47
2023-12-13
mm/damon/sysfs: eliminate potential uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2023-11-28
mm/damon/sysfs: check error from damon_sysfs_update_target()
SeongJae Park
1
-1
/
+3
2023-11-28
mm/damon/core.c: avoid unintentional filtering out of schemes
Hyeongtak Ji
1
-1
/
+1
2023-11-28
mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
SeongJae Park
1
-0
/
+3
2023-11-28
mm/damon/sysfs-schemes: handle tried region directory allocation failure
SeongJae Park
1
-0
/
+2
2023-11-28
mm/damon/core: avoid divide-by-zero during monitoring results update
SeongJae Park
1
-8
/
+2
2023-11-28
mm/damon/ops-common: avoid divide-by-zero during region hotness calculation
SeongJae Park
1
-3
/
+2
2023-11-28
mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation
SeongJae Park
1
-3
/
+1
2023-11-28
mm/damon/sysfs: update monitoring target regions for online input commit
SeongJae Park
1
-17
/
+30
2023-11-28
mm/damon/sysfs: remove requested targets when online-commit inputs
SeongJae Park
1
-34
/
+36
2023-10-18
mm/damon/sysfs: check DAMOS regions update progress from before_terminate()
SeongJae Park
1
-2
/
+5
2023-09-29
mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
Jinjie Ruan
1
-0
/
+2
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+2
2023-08-21
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-23
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-0
/
+2
2023-06-19
mm/damon/core-test: add a test for damon_set_attrs()
SeongJae Park
1
-0
/
+24
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
3
-6
/
+8
2023-06-19
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-09
mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()
Ryan Roberts
1
-20
/
+2
2023-06-09
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
4
-16
/
+12
2023-05-02
mm/damon/paddr: fix missing folio_sz update in damon_pa_young()
Kefeng Wang
1
-4
/
+2
2023-05-02
mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
Kefeng Wang
1
-4
/
+3
2023-05-02
mm/damon/paddr: minor refactor of damon_pa_pageout()
Kefeng Wang
1
-8
/
+5
2023-04-05
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-03-07
mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...
SeongJae Park
1
-1
/
+1
[next]