summaryrefslogtreecommitdiffstats
path: root/mm/damon
AgeCommit message (Expand)AuthorLines
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan-3/+7
2025-11-09mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan-3/+6
2025-10-21mm/damon/core: use damos_commit_quota_goal() for new goal commitSeongJae Park-1/+1
2025-10-21mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...Enze Li-0/+3
2025-10-21mm/damon/core: fix list_add_tail() call on damon_call()SeongJae Park-1/+1
2025-10-15mm/damon/sysfs: dealloc commit test ctx alwaysSeongJae Park-3/+2
2025-10-15mm/damon/sysfs: catch commit test ctx alloc failureSeongJae Park-0/+2
2025-10-07mm/damon/vaddr: do not repeat pte_offset_map_lock() until successSeongJae Park-6/+2
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-116/+455
2025-09-25mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...Akinobu Mita-1/+3
2025-09-23mm/damon/sysfs: set damon_ctx->min_sz_region only for paddr use caseSeongJae Park-1/+4
2025-09-21mm/damon/stat: expose negative idle timeSeongJae Park-5/+5
2025-09-21mm/damon/stat: expose the current tuned aggregation intervalSeongJae Park-0/+6
2025-09-21mm/damon/lru_sort: use damon_initialized()SeongJae Park-2/+7
2025-09-21mm/damon/reclaim: use damon_initialized()SeongJae Park-2/+7
2025-09-21mm/damon/stat: use damon_initialized()SeongJae Park-4/+6
2025-09-21mm/damon/core: implement damon_initialized() functionSeongJae Park-0/+10
2025-09-21mm/damon/core: set effective quota on first charge windowSeongJae Park-1/+3
2025-09-21mm/damon/core: reset age if nr_accesses changes between non-zero and zeroSeongJae Park-0/+2
2025-09-21mm/damon/lru_sort: use param_ctx for damon_attrs stagingSeongJae Park-1/+1
2025-09-21mm/damon/reclaim: support addr_unit for DAMON_RECLAIMQuanmin Yan-0/+40
2025-09-21mm/damon/lru_sort: support addr_unit for DAMON_LRU_SORTQuanmin Yan-0/+40
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton-15/+44
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan-42/+58
2025-09-13mm/damon/sysfs: implement addr_unit file under context dirSeongJae Park-0/+33
2025-09-13mm/damon/paddr: support addr_unit for DAMOS_STATSeongJae Park-6/+7
2025-09-13mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}SeongJae Park-7/+8
2025-09-13mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIOSeongJae Park-12/+17
2025-09-13mm/damon/paddr: support addr_unit for DAMOS_PAGEOUTSeongJae Park-7/+23
2025-09-13mm/damon/paddr: support addr_unit for access monitoringSeongJae Park-11/+21
2025-09-13mm/damon/core: add damon_ctx->addr_unitSeongJae Park-0/+3
2025-09-13mm/damon/tests/core-kunit: add damos_commit_filter testSang-Heon Jeon-0/+17
2025-09-13mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STATEnze Li-1/+1
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-09-13mm/damon/vaddr: support stat-purpose DAMOS filtersYueyang Pan-1/+102
2025-09-13mm/damon/paddr: move filters existence check function to ops-commonYueyang Pan-10/+12
2025-09-13mm/damon/core: skip needless update of damon_attrs in damon_commit_ctx()Bijan Tabatabai-3/+22
2025-09-13mm/damon/sysfs: use dynamically allocated repeat mode damon_call_controlSeongJae Park-8/+15
2025-09-13mm/damon/core: introduce damon_call_control->dealloc_on_cancelSeongJae Park-2/+6
2025-09-08mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort-5/+9
2025-09-03mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan-0/+5
2025-09-03mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan-0/+5
2025-09-03mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon-0/+4
2025-08-27mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan-2/+2
2025-08-19mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park-1/+1
2025-08-19mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon-0/+1
2025-08-19mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon-1/+13
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+4
2025-08-02mm/damon/vaddr: skip isolating folios already in destination nidBijan Tabatabai-0/+4
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-535/+1559