summaryrefslogtreecommitdiffstats
path: root/mm/damon (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park2024-12-311-0/+5
* mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park2024-12-311-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-072-0/+4
| * | mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2024-11-072-2/+3
| * | mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIERJames Houghton2024-11-071-2/+0
| * | mm/damon: fix sparse warning for zero initializerLeo Stone2024-11-061-1/+1
* | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-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-102-1/+19
| * mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park2024-09-101-1/+1
| * Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park2024-09-101-11/+4
| * mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park2024-09-101-3/+6
| * mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park2024-09-101-0/+5
| * mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park2024-09-041-0/+22
| * mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park2024-09-048-4/+4
| * mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park2024-09-041-0/+5
| * mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park2024-09-041-0/+5
| * mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park2024-09-041-1/+16
| * mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park2024-09-041-6/+2
| * mm/damon/lru_sort: adjust local variable to dynamic allocationPeng Hao2024-09-021-4/+11
* | mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett2024-09-101-0/+2
|/
* mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-3/+3
* Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-3/+20
|\
| * mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park2024-07-041-3/+20
* | mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()SeongJae Park2024-07-051-1/+1
* | mm/damon/lru_sort: remove unnecessary online tuning handling codeSeongJae Park2024-07-041-27/+1
* | mm/damon/lru_sort: use damon_commit_ctx()SeongJae Park2024-07-041-7/+20
* | mm/damon/reclaim: remove unnecessary code for online tuningSeongJae Park2024-07-041-18/+1
* | mm/damon/reclaim: use damon_commit_ctx()SeongJae Park2024-07-041-19/+24
* | mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...SeongJae Park2024-07-043-8/+8
* | mm/damon/sysfs-schemes: remove unnecessary online tuning handling codeSeongJae Park2024-07-041-65/+3
* | mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()SeongJae Park2024-07-042-6/+6
* | mm/damon/sysfs: remove unnecessary online tuning handling codeSeongJae Park2024-07-042-59/+3
* | mm/damon/sysfs-schemes: use damos_commit_quota_goals()SeongJae Park2024-07-041-2/+12
* | mm/damon/sysfs: use damon_commit_ctx()SeongJae Park2024-07-041-2/+13
* | mm/damon/core: implement DAMON context commit functionSeongJae Park2024-07-041-0/+274
* | mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park2024-07-041-0/+59
* | mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji2024-07-042-0/+4
* | mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim2024-07-042-0/+155