summaryrefslogtreecommitdiff
path: root/mm/damon/sysfs.c
AgeCommit message (Expand)Author
6 daysmm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law
6 daysmm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law
6 daysmm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park
2026-01-14mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park
2026-01-14mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park
2025-11-16mm/damon/sysfs: implement obsolete_target fileSeongJae Park
2025-11-16mm/damon/sysfs: test commit input against realistic destinationSeongJae Park
2025-11-16mm: fix some typos in mm modulejianyun.gao
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan
2025-10-15mm/damon/sysfs: dealloc commit test ctx alwaysSeongJae Park
2025-10-15mm/damon/sysfs: catch commit test ctx alloc failureSeongJae Park
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-25mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...Akinobu Mita
2025-09-23mm/damon/sysfs: set damon_ctx->min_sz_region only for paddr use caseSeongJae Park
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan
2025-09-13mm/damon/sysfs: implement addr_unit file under context dirSeongJae Park
2025-09-13mm/damon/sysfs: use dynamically allocated repeat mode damon_call_controlSeongJae Park
2025-09-08mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort
2025-07-24mm/damon/sysfs: implement refresh_ms file internal workSeongJae Park
2025-07-24mm/damon/sysfs: implement refresh_ms file under kdamond directorySeongJae Park
2025-07-19mm/damon/sysfs: remove damon_sysfs_before_terminate()SeongJae Park
2025-07-19mm/damon/sysfs: remove damon_sysfs_destroy_targets()SeongJae Park
2025-07-19mm/damon/vaddr: put pid in cleanup_target()SeongJae Park
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park
2025-07-19mm/damon/sysfs: don't hold kdamond_lock in before_terminate()SeongJae Park
2025-07-19mm/damon/sysfs: use DAMON core API damon_is_running()SeongJae Park
2025-07-09mm/damon/sysfs: decouple from damon_ops_idSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park
2025-03-17mm/damon/sysfs: implement a command to update auto-tuned monitoring intervalsSeongJae Park
2025-03-17mm/damon/sysfs: commit intervals tuning goalSeongJae Park
2025-03-17mm/damon/sysfs: implement intervals tuning goal directorySeongJae Park
2025-01-25mm/damon/sysfs-schemes: expose per-region filter-passed bytesSeongJae Park
2025-01-25mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park
2025-01-25mm/damon/sysfs: remove unused code for schemes tried regions updateSeongJae Park
2025-01-25mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}SeongJae Park
2025-01-25mm/damon/sysfs: use damon_call() for update_schemes_effective_quotasSeongJae Park
2025-01-25mm/damon/sysfs: use damon_call() for commit_schemes_quota_goalsSeongJae Park
2025-01-25mm/damon/sysfs: use damon_call() for update_schemes_statsSeongJae Park
2025-01-25mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs contextSeongJae Park