summaryrefslogtreecommitdiffstats
path: root/mm/damon
AgeCommit message (Expand)AuthorLines
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun-1/+1
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman-5/+14
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty-0/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-94/+759
2022-07-29mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie-1/+3
2022-07-17mm/damon/lru_sort: fix potential memory leak in damon_lru_sort_init()SeongJae Park-1/+3
2022-07-03mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park-0/+555
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park-0/+21
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park-0/+65
2022-07-03mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handlingSeongJae Park-6/+14
2022-07-03mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park-14/+50
2022-07-03mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park-2/+2
2022-07-03mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park-8/+1
2022-07-03mm/damon/sysfs: deduplicate inputs applyingSeongJae Park-35/+24
2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park-13/+14
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park-15/+8
2022-07-03mm/damon: use set_huge_pte_at() to make huge pte oldBaolin Wang-2/+1
2022-06-16mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park-0/+8
2022-05-19mm: damon: use HPAGE_PMD_SIZEKefeng Wang-4/+3
2022-05-13mm/damon/reclaim: use resource_size function on resource objectJiapeng Chong-1/+1
2022-05-13mm/damon/reclaim: support online inputs updateSeongJae Park-33/+62
2022-05-13mm/damon/sysfs: support online inputs updateSeongJae Park-9/+90
2022-05-13mm/damon/sysfs: update schemes stat in the kdamond contextSeongJae Park-26/+135
2022-05-13mm/damon/sysfs: use enum for 'state' input handlingSeongJae Park-10/+62
2022-05-13mm/damon/sysfs: reuse damon_set_regions() for regions settingSeongJae Park-15/+18
2022-05-13mm/damon/sysfs: move targets setup code to a separated functionSeongJae Park-21/+28
2022-05-13mm/damon/sysfs: prohibit multiple physical address space monitoring targetsSeongJae Park-0/+4
2022-05-13mm/damon/vaddr: remove damon_va_apply_three_regions()SeongJae Park-20/+4
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park-73/+73
2022-05-13mm/damon/vaddr: generalize damon_va_apply_three_regions()SeongJae Park-24/+42
2022-05-13mm/damon/core: finish kdamond as soon as any callback returns an errorSeongJae Park-2/+6
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park-1/+7
2022-05-13mm/damon/sysfs: support fixed virtual address ranges monitoringSeongJae Park-7/+6
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park-2/+17
2022-05-13mm/damon/sysfs: add a file for listing available monitoring opsSeongJae Park-0/+19
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park-3/+21
2022-04-29mm/damon/reclaim: fix the timer always stays activeHailong Tu-2/+25
2022-04-29mm/damon: remove unnecessary type castingsYu Zhe-1/+1
2022-04-29mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park-0/+36
2022-04-29damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong-3/+5
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim-1/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-33/+29
2022-03-22mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release()Xin Hao-1/+1
2022-03-22mm/damon/sysfs: support DAMOS statsSeongJae Park-0/+150
2022-03-22mm/damon/sysfs: support DAMOS watermarksSeongJae Park-5/+215
2022-03-22mm/damon/sysfs: support schemes prioritizationSeongJae Park-3/+149
2022-03-22mm/damon/sysfs: support DAMOS quotasSeongJae Park-1/+145
2022-03-22mm/damon/sysfs: support DAMON-based Operation SchemesSeongJae Park-0/+410
2022-03-22mm/damon/sysfs: support the physical address space monitoringSeongJae Park-5/+271
2022-03-22mm/damon/sysfs: link DAMON for virtual address spaces monitoringSeongJae Park-3/+189