summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)Author
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park
2023-08-04mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park
2023-06-12mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang
2023-02-02mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park
2023-02-02mm/damon/core: skip apply schemes if emptyHuaisheng Ye
2023-01-18mm/damon/core: implement damos filterSeongJae Park
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-30mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split damos application logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-11mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park
2022-10-03mm/damon/core: factor out 'damos_quota' private fileds initializationSeongJae Park
2022-10-03mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park
2022-10-03mm/damon: improve damon_new_region strategyDawei Li
2022-10-03mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao
2022-10-03mm/damon/core: avoid holes in newly set monitoring target rangesSeongJae Park
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-10-03mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia
2022-09-11mm/damon/core: simplify the parameter passing for region split operationKaixu Xia
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park
2022-05-13mm/damon/core: finish kdamond as soon as any callback returns an errorSeongJae Park
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park
2022-04-29mm/damon: remove unnecessary type castingsYu Zhe
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park
2022-03-22mm/damon: remove the target id conceptSeongJae Park
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao
2021-12-10mm/damon/core: remove unnecessary error messagesSeongJae Park