index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
Lines
2025-11-09
mm/damon/sysfs: change next_update_jiffies to a global variable
Quanmin Yan
-3
/
+7
2025-11-09
mm/damon/stat: change last_refresh_jiffies to a global variable
Quanmin Yan
-3
/
+6
2025-10-21
mm/damon/core: use damos_commit_quota_goal() for new goal commit
SeongJae Park
-1
/
+1
2025-10-21
mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...
Enze Li
-0
/
+3
2025-10-21
mm/damon/core: fix list_add_tail() call on damon_call()
SeongJae Park
-1
/
+1
2025-10-15
mm/damon/sysfs: dealloc commit test ctx always
SeongJae Park
-3
/
+2
2025-10-15
mm/damon/sysfs: catch commit test ctx alloc failure
SeongJae Park
-0
/
+2
2025-10-07
mm/damon/vaddr: do not repeat pte_offset_map_lock() until success
SeongJae Park
-6
/
+2
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-116
/
+455
2025-09-25
mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...
Akinobu Mita
-1
/
+3
2025-09-23
mm/damon/sysfs: set damon_ctx->min_sz_region only for paddr use case
SeongJae Park
-1
/
+4
2025-09-21
mm/damon/stat: expose negative idle time
SeongJae Park
-5
/
+5
2025-09-21
mm/damon/stat: expose the current tuned aggregation interval
SeongJae Park
-0
/
+6
2025-09-21
mm/damon/lru_sort: use damon_initialized()
SeongJae Park
-2
/
+7
2025-09-21
mm/damon/reclaim: use damon_initialized()
SeongJae Park
-2
/
+7
2025-09-21
mm/damon/stat: use damon_initialized()
SeongJae Park
-4
/
+6
2025-09-21
mm/damon/core: implement damon_initialized() function
SeongJae Park
-0
/
+10
2025-09-21
mm/damon/core: set effective quota on first charge window
SeongJae Park
-1
/
+3
2025-09-21
mm/damon/core: reset age if nr_accesses changes between non-zero and zero
SeongJae Park
-0
/
+2
2025-09-21
mm/damon/lru_sort: use param_ctx for damon_attrs staging
SeongJae Park
-1
/
+1
2025-09-21
mm/damon/reclaim: support addr_unit for DAMON_RECLAIM
Quanmin Yan
-0
/
+40
2025-09-21
mm/damon/lru_sort: support addr_unit for DAMON_LRU_SORT
Quanmin Yan
-0
/
+40
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
-15
/
+44
2025-09-13
mm/damon: add damon_ctx->min_sz_region
Quanmin Yan
-42
/
+58
2025-09-13
mm/damon/sysfs: implement addr_unit file under context dir
SeongJae Park
-0
/
+33
2025-09-13
mm/damon/paddr: support addr_unit for DAMOS_STAT
SeongJae Park
-6
/
+7
2025-09-13
mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
SeongJae Park
-7
/
+8
2025-09-13
mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
SeongJae Park
-12
/
+17
2025-09-13
mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
SeongJae Park
-7
/
+23
2025-09-13
mm/damon/paddr: support addr_unit for access monitoring
SeongJae Park
-11
/
+21
2025-09-13
mm/damon/core: add damon_ctx->addr_unit
SeongJae Park
-0
/
+3
2025-09-13
mm/damon/tests/core-kunit: add damos_commit_filter test
Sang-Heon Jeon
-0
/
+17
2025-09-13
mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STAT
Enze Li
-1
/
+1
2025-09-13
mm: remove redundant __GFP_NOWARN
Qianfeng Rong
-1
/
+1
2025-09-13
mm/damon/vaddr: support stat-purpose DAMOS filters
Yueyang Pan
-1
/
+102
2025-09-13
mm/damon/paddr: move filters existence check function to ops-common
Yueyang Pan
-10
/
+12
2025-09-13
mm/damon/core: skip needless update of damon_attrs in damon_commit_ctx()
Bijan Tabatabai
-3
/
+22
2025-09-13
mm/damon/sysfs: use dynamically allocated repeat mode damon_call_control
SeongJae Park
-8
/
+15
2025-09-13
mm/damon/core: introduce damon_call_control->dealloc_on_cancel
SeongJae Park
-2
/
+6
2025-09-08
mm/damon/sysfs: fix use-after-free in state_show()
Stanislav Fort
-5
/
+9
2025-09-03
mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()
Quanmin Yan
-0
/
+5
2025-09-03
mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()
Quanmin Yan
-0
/
+5
2025-09-03
mm/damon/core: set quota->charged_from to jiffies at first charge window
Sang-Heon Jeon
-0
/
+4
2025-08-27
mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()
Quanmin Yan
-2
/
+2
2025-08-19
mm/damon/sysfs-schemes: put damos dests dir after removing its files
SeongJae Park
-1
/
+1
2025-08-19
mm/damon/core: fix damos_commit_filter not changing allow
Sang-Heon Jeon
-0
/
+1
2025-08-19
mm/damon/core: fix commit_ops_filters by using correct nth function
Sang-Heon Jeon
-1
/
+13
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+4
2025-08-02
mm/damon/vaddr: skip isolating folios already in destination nid
Bijan Tabatabai
-0
/
+4
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-535
/
+1559
[next]