summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()Thorsten Blum2025-01-251-3/+3
* mm/damon/paddr: improve readability of damon_pa_statJoshua Hahn2025-01-251-4/+1
* mm/damon/paddr: increment pa_stat damon address range by folio sizeUsama Arif2025-01-251-2/+6
* mm/damon/sysfs-schemes: add a file for setting damos_filter->allowSeongJae Park2025-01-251-1/+31
* mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park2025-01-255-8/+10
* mm/damon/paddr: support damos_filter->allowSeongJae Park2025-01-251-3/+3
* mm/damon/core: support damos_filter->allowSeongJae Park2025-01-252-8/+8
* mm/damon/core: add damos_filter->allow fieldSeongJae Park2025-01-251-0/+1
* mm/damon: remove DAMON debugfs interfaceSeongJae Park2025-01-253-1165/+0
* mm/damon: remove DAMON debugfs interface kunit testsSeongJae Park2025-01-254-194/+0
* mm/damon/sysfs-schemes: expose per-region filter-passed bytesSeongJae Park2025-01-253-3/+21
* mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park2025-01-252-4/+5
* mm/damon/syfs-schemes: implement per-scheme filter-passed bytes statSeongJae Park2025-01-251-0/+16
* mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park2025-01-251-2/+4
* mm/damon/paddr: report filter-passed bytes back for DAMOS_STAT actionSeongJae Park2025-01-251-1/+34
* mm/damon/paddr: report filter-passed bytes back for normal actionsSeongJae Park2025-01-251-11/+22
* mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park2025-01-253-3/+5
* mm/damon/sysfs: remove unused code for schemes tried regions updateSeongJae Park2025-01-253-282/+2
* mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}SeongJae Park2025-01-253-0/+96
* mm/damon/core: implement damos_walk()SeongJae Park2025-01-251-0/+132
* mm/damon/sysfs: use damon_call() for update_schemes_effective_quotasSeongJae Park2025-01-251-8/+7
* mm/damon/sysfs: use damon_call() for commit_schemes_quota_goalsSeongJae Park2025-01-251-5/+6
* mm/damon/sysfs: use damon_call() for update_schemes_statsSeongJae Park2025-01-251-10/+21
* mm/damon/core: introduce damon_call()SeongJae Park2025-01-251-0/+86
* mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs contextSeongJae Park2025-01-252-15/+4
* mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...SeongJae Park2025-01-253-14/+7
* mm/damon/tests/vaddr-kunit.h: reduce stack consumptionAndrew Morton2025-01-131-1/+1
* mm/damon/core: remove duplicate list_empty quota->goals checkHonggyu Kim2025-01-131-5/+2
* mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park2024-12-301-0/+5
* mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park2024-12-301-1/+4
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-234-7/+10
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2024-11-111-14/+28
| |\
| * | mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park2024-11-071-1/+1
| * | mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park2024-11-071-1/+1
| * | mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()Zheng Yejian2024-11-062-0/+4
| * | mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2024-11-062-2/+3
| * | mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIERJames Houghton2024-11-061-2/+0
| * | mm/damon: fix sparse warning for zero initializerLeo Stone2024-11-051-1/+1
* | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-191-3/+2
|\ \ \ | |_|/ |/| |
| * | mm/damon/core: Use generic upper bound recommondation for usleep_range()Anna-Maria Behnsen2024-10-161-2/+1
| * | timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen2024-10-161-1/+1
* | | mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park2024-11-071-7/+21
* | | mm/damon/core: handle zero schemes apply intervalSeongJae Park2024-11-071-4/+4
* | | mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park2024-11-071-3/+3
| |/ |/|
* | mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan2024-10-171-0/+1
|/
* mm/damon/Kconfig: update DAMON doc URLDiederik de Haas2024-09-261-1/+1
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-219-15/+84
|\
| * mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park2024-09-092-1/+19
| * mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park2024-09-091-1/+1
| * Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park2024-09-091-11/+4