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