summaryrefslogtreecommitdiff
path: root/mm/damon/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06mm/damon/sysfs: read ops_id only once in damon_sysfs_apply_inputs()SJ Park1-2/+4
2026-08-06mm/damon/sysfs: read addr_unit only once in damon_sysfs_apply_inputs()SJ Park1-2/+2
2026-08-06mm/damon/sysfs: do not directly access damon_ctx->opsSJ Park1-1/+1
2026-08-04mm/damon/sysfs: implement probe/weight fileSJ Park1-0/+25
2026-08-04mm/damon/sysfs: ignore damon_stop() return valueSJ Park1-1/+2
2026-07-30mm/damon/sysfs: remove region size validationSJ Park1-3/+0
2026-07-30mm/damon/sysfs: remove duplicated commit input validity checkSJ Park1-31/+1
2026-07-30mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/SJ Park1-8/+8
2026-07-30mm/damon/sysfs: split out filters setup functionSJ Park1-7/+13
2026-07-30mm/damon/sysfs: split probe setup function outSJ Park1-33/+45
2026-07-28mm/damon/sysfs: kobject_del() probe dirs in probes_addd_dir error pathSJ Park1-0/+1
2026-07-28mm/damon/sysfs: kobject_del() probe filter dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs: kobject_del() probe dirsSJ Park1-0/+1
2026-07-28mm/damon/sysfs: kobject_del() region and target (error) dirsSJ Park1-2/+6
2026-07-28mm/damon/sysfs: kobject_del() target (normal), context and kdamond dirsSJ Park1-2/+9
2026-07-09MAINTAINERS: s/SeongJae/SJ/SJ Park1-2/+0
2026-06-02mm/damon/sysfs: setup damon_filter->memcg_id from pathSeongJae Park1-0/+11
2026-06-02mm/damon/sysfs: add filters/<F>/path fileSeongJae Park1-0/+44
2026-06-02mm/damon/sysfs: setup probes on DAMON core API parametersSeongJae Park1-0/+37
2026-06-02mm/damon/sysfs: implement filter dir filesSeongJae Park1-0/+114
2026-06-02mm/damon/sysfs: implement filter dirSeongJae Park1-1/+124
2026-06-02mm/damon/sysfs: implement filters directorySeongJae Park1-1/+64
2026-06-02mm/damon/sysfs: implement probe dirSeongJae Park1-0/+119
2026-06-02mm/damon/sysfs: implement probes dirSeongJae Park1-0/+46
2026-05-28mm/damon/sysfs: add pause file under context dirSeongJae Park1-0/+31
2026-04-06mm/damon/sysfs: dealloc repeat_call_control if damon_call() failsSeongJae Park1-1/+2
2026-03-27mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law1-0/+3
2026-03-27mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-03-27mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law1-1/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-27/+25
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park1-4/+5
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park1-1/+1
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park1-4/+3
2026-01-14mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park1-2/+3
2026-01-14mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park1-1/+3
2025-11-16mm/damon/sysfs: implement obsolete_target fileSeongJae Park1-0/+29
2025-11-16mm/damon/sysfs: test commit input against realistic destinationSeongJae Park1-1/+21
2025-11-16mm: fix some typos in mm modulejianyun.gao1-1/+1
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan1-3/+7
2025-10-15mm/damon/sysfs: dealloc commit test ctx alwaysSeongJae Park1-3/+2
2025-10-15mm/damon/sysfs: catch commit test ctx alloc failureSeongJae Park1-0/+2
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+41
2025-09-25mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...Akinobu Mita1-1/+3
2025-09-23mm/damon/sysfs: set damon_ctx->min_sz_region only for paddr use caseSeongJae Park1-1/+4
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-13/+24
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan1-3/+5
2025-09-13mm/damon/sysfs: implement addr_unit file under context dirSeongJae Park1-0/+33
2025-09-13mm/damon/sysfs: use dynamically allocated repeat mode damon_call_controlSeongJae Park1-8/+15