index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
damon
Age
Commit message (
Expand
)
Author
8 days
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-08-04
samples/damon/mtier: error out for zero quota goal target values
SJ Park
2026-08-04
samples/damon/prcl: do not stop DAMON for damon_call() failure
SJ Park
2026-08-04
samples/damon/wsse: do not stop ctx for damon_call() failure
SJ Park
2026-08-04
samples/damon/mtier: stop all contexts with single damon_stop() call
SJ Park
2026-08-04
samples/damon/mtier: do not stop first context for damon_start() failure
SJ Park
2026-07-30
samples/damon: fix typos in Kconfig help text
Asier Gutierrez
2026-07-28
samples/damon/prcl: stop and free damon ctx when damon_call() fails
SJ Park
2026-07-28
samples/damon/wsse: stop and free damon ctx when damon_call() fails
SJ Park
2026-07-28
samples/damon/mtier: handle damon_stop() failure
SJ Park
2026-07-28
samples/damon/mtier: handle damon_start() failure
SJ Park
2026-07-28
samples/damon/prcl: handle damon_start() failure
SJ Park
2026-07-28
samples/damon/wsse: handle damon_start() failure
SJ Park
2026-07-01
samples/damon/mtier: fail early if address range parameters are invalid
Zenghui Yu
2026-06-04
samples/damon/mtier: replace damon_add_region() with damon_set_regions()
SeongJae Park
2025-09-21
samples/damon/mtier: use damon_initialized()
SeongJae Park
2025-09-21
samples/damon/prcl: use damon_initialized()
SeongJae Park
2025-09-21
samples/damon/wsse: use damon_initialized()
SeongJae Park
2025-09-13
samples/damon/mtier: avoid starting DAMON before initialization
SeongJae Park
2025-09-13
samples/damon/prcl: avoid starting DAMON before initialization
SeongJae Park
2025-09-13
samples/damon/wsse: avoid starting DAMON before initialization
SeongJae Park
2025-07-19
mm/damon/vaddr: put pid in cleanup_target()
SeongJae Park
2025-07-19
samples/damon/wsse: use damon_call() repeat mode instead of damon_callback
SeongJae Park
2025-07-19
samples/damon/prcl: use damon_call() repeat mode instead of damon_callback
SeongJae Park
2025-07-19
samples/damon: support automatic node address detection
Yunjeong Mun
2025-07-19
samples/damon: change enable parameters to enabled
Honggyu Kim
2025-07-19
samples/damon/mtier: rename to have damon_sample_ prefix
SeongJae Park
2025-07-19
samples/damon/prcl: rename to have damon_sample_ prefix
SeongJae Park
2025-07-19
samples/damon/wsse: rename to have damon_sample_ prefix
SeongJae Park
2025-07-13
samples/damon/mtier: support boot time enable setup
SeongJae Park
2025-07-13
samples/damon/prcl: fix boot time enable crash
SeongJae Park
2025-07-13
samples/damon/wsse: fix boot time enable handling
SeongJae Park
2025-07-13
samples/damon/mtier: add parameters for node0 memory usage
Yunjeong Mun
2025-07-09
samples/damon: fix damon sample mtier for start failure
Honggyu Kim
2025-07-09
samples/damon: fix damon sample wsse for start failure
Honggyu Kim
2025-07-09
samples/damon: fix damon sample prcl for start failure
Honggyu Kim
2025-05-12
samples/damon: implement a DAMON module for memory tiering
SeongJae Park
2025-05-11
samples/damon/prcl: fix a comment typo
Enze Li
2025-03-17
samples/damon: a typo in the kconfig - sameple
Seongjun Kim
2025-01-13
samples/damon/prcl: implement schemes setup
SeongJae Park
2025-01-13
samples/damon: introduce a skeleton of a smaple DAMON module for proactive re...
SeongJae Park
2025-01-13
samples/damon/wsse: implement working set size estimation and logging
SeongJae Park
2025-01-13
samples/damon/wsse: start and stop DAMON as the user requests
SeongJae Park
2025-01-13
samples: add a skeleton of a sample DAMON module for working set size estimation
SeongJae Park