index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-2
/
+2
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
4
-20
/
+10
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-29
/
+29
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
8
-78
/
+73
2026-02-07
mm/damon/stat: remove __read_mostly from memory_idle_ms_percentiles
Li RongQing
1
-1
/
+1
2026-02-07
mm/damon: unify address range representation with damon_addr_range
Enze Li
1
-13
/
+2
2026-02-01
mm/damon: rename min_sz_region of damon_ctx to min_region_sz
SeongJae Park
5
-43
/
+45
2026-02-01
mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZ
SeongJae Park
6
-17
/
+17
2026-02-01
mm/damon/core: rename damos_filter_out() to damos_core_filter_out()
SeongJae Park
1
-2
/
+2
2026-02-01
mm/damon/core: process damon_call_control requests on a local list
SeongJae Park
1
-38
/
+21
2026-02-01
mm/damon/core: cancel damos_walk() before damon_ctx->kdamond reset
SeongJae Park
1
-2
/
+1
2026-02-01
mm/damon/core: cleanup targets and regions at once on kdamond termination
SeongJae Park
1
-7
/
+1
2026-02-01
mm/damon: remove damon_operations->cleanup()
SeongJae Park
3
-4
/
+0
2026-01-27
mm/damon/reclaim: use damon_kdamond_pid()
SeongJae Park
1
-1
/
+3
2026-01-27
mm/damon/lru_sort: use damon_kdamond_pid()
SeongJae Park
1
-1
/
+3
2026-01-27
mm/damon/sysfs: use damon_kdamond_pid()
SeongJae Park
1
-4
/
+3
2026-01-27
mm/damon/core: implement damon_kdamond_pid()
SeongJae Park
1
-0
/
+17
2026-01-27
mm/damon/lru_sort: add monitoring intervals auto-tuning parameter
SeongJae Park
1
-3
/
+27
2026-01-27
mm/damon/lru_sort: support active:inactive memory ratio based auto-tuning
SeongJae Park
1
-0
/
+37
2026-01-27
mm/damon/lru_sort: support young page filters
SeongJae Park
1
-0
/
+41
2026-01-27
mm/damon/lru_sort: consider age for quota prioritization
SeongJae Park
1
-1
/
+1
2026-01-27
mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessed
SeongJae Park
1
-10
/
+8
2026-01-27
mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
SeongJae Park
1
-0
/
+8
2026-01-27
mm/damon/core: introduce [in]active memory ratio damos quota goal metric
SeongJae Park
1
-0
/
+22
2026-01-27
mm/damon/paddr: initialize 'folio' variables to NULL for clarity
Aaron Yang
1
-4
/
+4
2026-01-27
memcg: rename mem_cgroup_ino() to mem_cgroup_id()
Shakeel Butt
3
-3
/
+3
2026-01-27
mm/damon: use cgroup ID instead of private memcg ID
Shakeel Butt
3
-10
/
+7
2026-01-21
mm/damon/tests/core-kunit: remove a redundant test case and add a new test ca...
Shu Anzai
1
-3
/
+4
2026-01-21
mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_...
Shu Anzai
1
-0
/
+20
2026-01-21
mm/damon/tests/core-kunit: add a test case for region merge size limit in dam...
Shu Anzai
1
-8
/
+8
2026-01-21
mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in da...
Shu Anzai
1
-0
/
+4
2026-01-21
mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()
Shu Anzai
1
-0
/
+2
2026-01-21
mm/damon: fix typos in comments
Kevin Lourenco
5
-7
/
+7
2026-01-21
mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
JaeJoon Jung
1
-8
/
+0
2026-01-21
mm/damon/core: add trace point for damos stat per apply interval
SeongJae Park
1
-0
/
+17
2026-01-21
mm/damon/sysfs-schemes: implement max_nr_snapshots file
SeongJae Park
1
-0
/
+28
2026-01-21
mm/damon/core: implement max_nr_snapshots
SeongJae Park
1
-1
/
+10
2026-01-21
mm/damon/sysfs-schemes: introduce nr_snapshots damos stat file
SeongJae Park
1
-0
/
+15
2026-01-21
mm/damon/core: introduce nr_snapshots damos stat
SeongJae Park
1
-3
/
+10
2026-01-21
mm/damon/core: fix wasteful CPU calls by skipping non-existent targets
Enze Li
1
-0
/
+3
2026-01-21
mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()
Swaraj Gaikwad
1
-1
/
+0
2026-01-21
mm/damon/core: fix memory leak of repeat mode damon_call_control objects
Enze Li
1
-7
/
+13
2026-01-15
mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...
SeongJae Park
1
-2
/
+3
2026-01-15
mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failure
SeongJae Park
1
-2
/
+3
2026-01-15
mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure
SeongJae Park
1
-2
/
+3
2026-01-15
mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failure
SeongJae Park
1
-1
/
+3
2026-01-15
mm/damon/core: remove call_control in inactive contexts
SeongJae Park
1
-2
/
+31
2026-01-15
mm/damon/core: get memcg reference before access
Shakeel Butt
1
-2
/
+6
2025-12-23
mm/damon/vaddr: fix missing pte_unmap_unlock in damos_va_migrate_pmd_entry()
Akinobu Mita
1
-1
/
+1
2025-12-09
mm/damon/tests/core-kunit: avoid damos_test_commit stack warning
Arnd Bergmann
1
-2
/
+7
[next]