index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
11
-441
/
+849
2026-08-06
mm/damon: remove trailing semicolons after function definitions
Xuewen Wang
3
-3
/
+3
2026-08-06
mm/damon/ops-common: prevent migration fallback to non-target nodes
Jiahui Zhang
1
-1
/
+1
2026-08-06
mm/damon/core: handle region split failure in apply_min_nr_regions()
SJ Park
1
-4
/
+9
2026-08-06
mm/damon/ops-common: use nr_accesses moving sum for quota score
SJ Park
1
-2
/
+3
2026-08-06
mm/damon/ops-common: remove redundant local variable in damon_migrate_folio_list()
Enze Li
1
-2
/
+0
2026-08-06
mm/damon/core-kunit: skip wrong region walk in commit_target_regions()
SJ Park
1
-2
/
+7
2026-08-06
mm/damon/core-kunit: skip wrong quota goal walk in commit_quota_goals()
SJ Park
1
-0
/
+9
2026-08-06
mm/damon/core-kunit: skip wrong dest walk in commit_dests_for()
SJ Park
1
-0
/
+2
2026-08-06
mm/damon/core-kunit: handle region split failure in filter_out()
SJ Park
1
-0
/
+5
2026-08-06
mm/damon/vaddr-kunit: check region count in three_regions test
SJ Park
1
-0
/
+5
2026-08-06
mm/damon/core-kunit: check region count before testing in split_at()
SJ Park
1
-0
/
+5
2026-08-06
mm/damon/core: initialize damos->last_applied
SJ Park
1
-0
/
+1
2026-08-06
mm/damon/sysfs: read ops_id only once in damon_sysfs_apply_inputs()
SJ Park
1
-2
/
+4
2026-08-06
mm/damon/sysfs: read addr_unit only once in damon_sysfs_apply_inputs()
SJ Park
1
-2
/
+2
2026-08-06
mm/damon/paddr: drop last same folio access check reuse optimization
SJ Park
1
-16
/
+4
2026-08-06
mm/damon/vaddr: drop last same folio access check optimization
SJ Park
1
-27
/
+6
2026-08-06
mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
SJ Park
1
-0
/
+3
2026-08-06
mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
SJ Park
1
-4
/
+9
2026-08-06
mm/damon/sysfs: do not directly access damon_ctx->ops
SJ Park
1
-1
/
+1
2026-08-06
mm/damon/core: skip aging from repeated aggressive merging
SJ Park
2
-9
/
+14
2026-08-06
mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
Song Hu
1
-0
/
+49
2026-08-04
mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
SJ Park
3
-1
/
+8
2026-08-04
mm/damon/ops-common: putback folios on invalid migrate nid
liyouhong
1
-1
/
+8
2026-08-04
mm/damon/lru_sort: skip damon_call() if ctx has not started
SJ Park
1
-5
/
+6
2026-08-04
mm/damon/reclaim: skip damon_call() if ctx has not started
SJ Park
1
-5
/
+6
2026-08-04
mm/damon/lru_sort: error out for >10000 active_mem_bp
SJ Park
1
-0
/
+2
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
1
-2
/
+3
2026-08-04
mm/damon/sysfs: implement probe/weight file
SJ Park
1
-0
/
+25
2026-08-04
mm/damon/core: implement damon_has_probe_weight()
SJ Park
1
-0
/
+6
2026-08-04
mm/damon/core: get merge threshold from probe hits when weights are set
SJ Park
1
-4
/
+14
2026-08-04
mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
SJ Park
1
-3
/
+3
2026-08-04
mm/damon/core: set samples in apply_probes() if probe weights are set
SJ Park
1
-1
/
+2
2026-08-04
mm/damon/core: disable access monitoring when probe weights are set
SJ Park
1
-2
/
+3
2026-08-04
mm/damon/core: validate params for probe hits weighted sum overflow
SJ Park
1
-0
/
+15
2026-08-04
mm/damon/core: disallow probe_hits overflow on attrs only monitoring
SJ Park
1
-0
/
+16
2026-08-04
mm/damon/core: extend merge function to work with probe hits
SJ Park
2
-12
/
+50
2026-08-04
mm/damon/core: use abs_diff() instead of abs()
SJ Park
1
-2
/
+2
2026-08-04
mm/damon/paddr: respect return_max_wsum
SJ Park
1
-2
/
+5
2026-08-04
mm/damon/core: implement damon_probe_hits_wsum()
SJ Park
1
-0
/
+24
2026-08-04
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
2
-2
/
+4
2026-08-04
mm/damon/paddr: set samples in apply_probes() if requested
SJ Park
1
-0
/
+4
2026-08-04
mm/damon/core: ask apply_probes() ops callback to set sampling address
SJ Park
2
-2
/
+2
2026-08-04
mm/damon/core: introduce damon_probe->weight
SJ Park
1
-0
/
+3
2026-08-04
mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
SJ Park
1
-0
/
+3
2026-08-04
mm/damon/core: update probe hits for new parameter commit
SJ Park
2
-6
/
+35
2026-08-04
mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
SJ Park
1
-5
/
+4
2026-08-04
mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
SJ Park
1
-6
/
+5
2026-08-04
mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
SJ Park
1
-5
/
+5
2026-08-04
mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
SJ Park
3
-4
/
+4
[next]