index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/damon/core: fix ignored quota goals and filters of newly committed schemes
SeongJae Park
2024-12-31
1
-0
/
+5
*
mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()
SeongJae Park
2024-12-31
1
-1
/
+4
*
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-23
4
-7
/
+10
|
\
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-11
1
-14
/
+28
|
|
\
|
*
|
mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...
SeongJae Park
2024-11-07
1
-1
/
+1
|
*
|
mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT
SeongJae Park
2024-11-07
1
-1
/
+1
|
*
|
mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()
Zheng Yejian
2024-11-07
2
-0
/
+4
|
*
|
mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Zheng Yejian
2024-11-07
2
-2
/
+3
|
*
|
mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER
James Houghton
2024-11-07
1
-2
/
+0
|
*
|
mm/damon: fix sparse warning for zero initializer
Leo Stone
2024-11-06
1
-1
/
+1
*
|
|
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-20
1
-3
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mm/damon/core: Use generic upper bound recommondation for usleep_range()
Anna-Maria Behnsen
2024-10-16
1
-2
/
+1
|
*
|
timers: Rename usleep_idle_range() to usleep_range_idle()
Anna-Maria Behnsen
2024-10-16
1
-1
/
+1
*
|
|
mm/damon/core: avoid overflow in damon_feed_loop_next_input()
SeongJae Park
2024-11-07
1
-7
/
+21
*
|
|
mm/damon/core: handle zero schemes apply interval
SeongJae Park
2024-11-07
1
-4
/
+4
*
|
|
mm/damon/core: handle zero {aggregation,ops_update} intervals
SeongJae Park
2024-11-07
1
-3
/
+3
|
|
/
|
/
|
*
|
mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()
Jinjie Ruan
2024-10-17
1
-0
/
+1
|
/
*
mm/damon/Kconfig: update DAMON doc URL
Diederik de Haas
2024-09-26
1
-1
/
+1
*
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
9
-15
/
+84
|
\
|
*
mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...
SeongJae Park
2024-09-10
2
-1
/
+19
|
*
mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERN
SeongJae Park
2024-09-10
1
-1
/
+1
|
*
Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"
SeongJae Park
2024-09-10
1
-11
/
+4
|
*
mm/damon/core: replace per-quota regions priority histogram buffer usage with...
SeongJae Park
2024-09-10
1
-3
/
+6
|
*
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
2024-09-10
1
-0
/
+5
|
*
mm/damon/tests: add .kunitconfig file for DAMON kunit tests
SeongJae Park
2024-09-04
1
-0
/
+22
|
*
mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix
SeongJae Park
2024-09-04
8
-4
/
+4
|
*
mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...
SeongJae Park
2024-09-04
1
-0
/
+5
|
*
mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registered
SeongJae Park
2024-09-04
1
-0
/
+5
|
*
mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset case
SeongJae Park
2024-09-04
1
-1
/
+16
|
*
mm/damon/core-test: test only vaddr case on ops registration test
SeongJae Park
2024-09-04
1
-6
/
+2
|
*
mm/damon/lru_sort: adjust local variable to dynamic allocation
Peng Hao
2024-09-02
1
-4
/
+11
*
|
mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...
Liam R. Howlett
2024-09-10
1
-0
/
+2
|
/
*
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-07-13
1
-3
/
+3
*
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
2024-07-06
1
-3
/
+20
|
\
|
*
mm/damon/core: merge regions aggressively when max_nr_regions is unmet
SeongJae Park
2024-07-04
1
-3
/
+20
*
|
mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()
SeongJae Park
2024-07-05
1
-1
/
+1
*
|
mm/damon/lru_sort: remove unnecessary online tuning handling code
SeongJae Park
2024-07-04
1
-27
/
+1
*
|
mm/damon/lru_sort: use damon_commit_ctx()
SeongJae Park
2024-07-04
1
-7
/
+20
*
|
mm/damon/reclaim: remove unnecessary code for online tuning
SeongJae Park
2024-07-04
1
-18
/
+1
*
|
mm/damon/reclaim: use damon_commit_ctx()
SeongJae Park
2024-07-04
1
-19
/
+24
*
|
mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...
SeongJae Park
2024-07-04
3
-8
/
+8
*
|
mm/damon/sysfs-schemes: remove unnecessary online tuning handling code
SeongJae Park
2024-07-04
1
-65
/
+3
*
|
mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()
SeongJae Park
2024-07-04
2
-6
/
+6
*
|
mm/damon/sysfs: remove unnecessary online tuning handling code
SeongJae Park
2024-07-04
2
-59
/
+3
*
|
mm/damon/sysfs-schemes: use damos_commit_quota_goals()
SeongJae Park
2024-07-04
1
-2
/
+12
*
|
mm/damon/sysfs: use damon_commit_ctx()
SeongJae Park
2024-07-04
1
-2
/
+13
*
|
mm/damon/core: implement DAMON context commit function
SeongJae Park
2024-07-04
1
-0
/
+274
*
|
mm/damon/core: implement DAMOS quota goals online commit function
SeongJae Park
2024-07-04
1
-0
/
+59
*
|
mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
Hyeongtak Ji
2024-07-04
2
-0
/
+4
*
|
mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
Honggyu Kim
2024-07-04
2
-0
/
+155
[next]