summaryrefslogtreecommitdiff
path: root/mm/damon/sysfs.c
AgeCommit message (Expand)Author
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park
2023-08-21mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park
2023-02-09mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh
2022-11-30mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park
2022-11-30mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park
2022-11-30mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park
2022-11-30mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park
2022-11-30mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park
2022-11-30mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park
2022-11-22mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-03mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao
2022-10-03mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon/sysfs: use the wrapper directly to check if the kdamond is runningKaixu Xia
2022-10-03mm/damon/sysfs: change few functions execute orderXin Hao
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-10-03mm/damon: simplify damon_ctx check in damon_sysfs_before_terminateXin Hao
2022-10-03mm/damon/sysfs: simplify the judgement whether kdamonds are busyKaixu Xia
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park
2022-07-03mm/damon/sysfs: deduplicate inputs applyingSeongJae Park
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park
2022-05-13mm/damon/sysfs: support online inputs updateSeongJae Park
2022-05-13mm/damon/sysfs: update schemes stat in the kdamond contextSeongJae Park
2022-05-13mm/damon/sysfs: use enum for 'state' input handlingSeongJae Park
2022-05-13mm/damon/sysfs: reuse damon_set_regions() for regions settingSeongJae Park
2022-05-13mm/damon/sysfs: move targets setup code to a separated functionSeongJae Park
2022-05-13mm/damon/sysfs: prohibit multiple physical address space monitoring targetsSeongJae Park
2022-05-13mm/damon/sysfs: support fixed virtual address ranges monitoringSeongJae Park
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park
2022-05-13mm/damon/sysfs: add a file for listing available monitoring opsSeongJae Park
2022-03-22mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release()Xin Hao
2022-03-22mm/damon/sysfs: support DAMOS statsSeongJae Park
2022-03-22mm/damon/sysfs: support DAMOS watermarksSeongJae Park
2022-03-22mm/damon/sysfs: support schemes prioritizationSeongJae Park
2022-03-22mm/damon/sysfs: support DAMOS quotasSeongJae Park
2022-03-22mm/damon/sysfs: support DAMON-based Operation SchemesSeongJae Park
2022-03-22mm/damon/sysfs: support the physical address space monitoringSeongJae Park
2022-03-22mm/damon/sysfs: link DAMON for virtual address spaces monitoringSeongJae Park
2022-03-22mm/damon: implement a minimal stub for sysfs-based DAMON interfaceSeongJae Park