public inbox for damon@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-22 15:57:38 to 2026-03-28 08:45:29 UTC [more...]

[PATCH] mm/damon: add synchronous commit for commit_inputs
 2026-03-28  8:45 UTC 

[RFC PATCH v6] mm/damon: add synchronous commit for commit_inputs
 2026-03-28  4:03 UTC  (6+ messages)
` (sashiko review) "

[RFC PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid
 2026-03-28  2:30 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
  ` (sashiko review) "
` [RFC PATCH 2/2] mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bp
  ` (sashiko review) "
` (sashiko status) [RFC PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid

[PATCH] mm/damon: validate addr_unit to be power of 2
 2026-03-28  2:26 UTC  (9+ messages)
` (sashiko review) "

[PATCH 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond exit race
 2026-03-28  0:51 UTC  (6+ messages)
` [PATCH 1/2] mm/damon/core: fix damon_call() vs kdamond_fn() "
  ` (sashiko review) "
` [PATCH 2/2] mm/damon/core: fix damos_walk() "
` (sashiko status) [PATCH 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond "

[RFC PATCH v3 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond exit race
 2026-03-27 22:57 UTC  (4+ messages)
` [RFC PATCH v3 1/2] mm/damon/core: fix damon_call() vs kdamond_fn() exit race deadlock
` [RFC PATCH v3 2/2] mm/damon/core: fix damos_walk() "
` (sashiko status) [RFC PATCH v3 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond exit race

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-03-30
 2026-03-27 21:48 UTC 

[PATCH] mm/damon: introduce DAMON-based NUMA memory tiering module
 2026-03-27 17:45 UTC  (16+ messages)

[RFC v5] mm/damon: add synchronous commit for commit_inputs
 2026-03-27 14:18 UTC  (10+ messages)
` (sashiko review) "

[RFC PATCH v2] mm/damon/core: fix damon_call() vs kdamond_fn() exit race deadlock
 2026-03-27  3:53 UTC  (5+ messages)
` (sashiko review) "

[PATCH] mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails
 2026-03-27  1:22 UTC  (3+ messages)
` (sashiko review) "

[RFC PATCH 0/2] mm/damon: fix damon_call()-related leak and deadlock
 2026-03-26 14:53 UTC  (7+ messages)
` [RFC PATCH 1/2] mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails
` [RFC PATCH 2/2] mm/damon/core: fix damon_call() vs kdamond_fn() exit race deadlock
  ` (sashiko review) "
` (sashiko status) [RFC PATCH 0/2] mm/damon: fix damon_call()-related leak and deadlock

[PATCH v2] mm/damon/core: validate goal nid before accessing node data
 2026-03-26  0:38 UTC  (4+ messages)
` (sashiko review) "

[PATCH] mm/damon/core: deduplicate core and ops filter commit functions
 2026-03-25 23:59 UTC  (2+ messages)
` (sashiko status) "

[PATCH 0/3] mm/damon/core: small cleanups
 2026-03-25 15:44 UTC  (6+ messages)
` [PATCH 1/3] mm/damon/core: deduplicate scheme index lookup into helper
` [PATCH 2/3] mm/damon/core: use damon_nr_regions() in damon_commit_target_regions()
` [PATCH 3/3] mm/damon/core: move last_nr_regions from static local to damon_ctx
` (sashiko status) [PATCH 0/3] mm/damon/core: small cleanups

[PATCH] mm/damon/core: validate goal nid before accessing node data
 2026-03-25 15:44 UTC  (5+ messages)
` (sashiko review) "

[PATCH] mm/damon/core: eliminate hot-path integer division in damon_max_nr_accesses()
 2026-03-25 14:57 UTC  (6+ messages)
` (sashiko review) "

[RFC PATCH v1 1/1] This patch set introces a new action: DAMOS_COLLAPSE
 2026-03-25  1:29 UTC  (10+ messages)
` [RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
  ` (sashiko review) "

[PATCH v3 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
 2026-03-24 15:23 UTC  (11+ messages)
    ` [v3 "

[PATCH] Documentation/admin-guide/mm/damon: fix 'parametrs' typo
 2026-03-24 15:06 UTC  (2+ messages)

[PATCH v3 0/2] mm/damon/core: Performance optimizations for the kdamond hot path
 2026-03-24  7:22 UTC  (8+ messages)
` [PATCH v3 1/2] mm/damon/core: optimize kdamond_apply_schemes() by inverting scheme and region loops
` [PATCH v3 2/2] mm/damon/core: eliminate hot-path integer division in damon_max_nr_accesses()

[RFC PATCH v5 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-24  4:08 UTC  (16+ messages)
` [RFC PATCH v5 01/10] mm/damon/core: introduce damon_ctx->paused
  ` (sashiko review) "
` [RFC PATCH v5 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH v5 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH v5 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH v5 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH v5 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v5 07/10] selftests/damon/_damon_sysfs: support pause file staging
  ` (sashiko review) "
` [RFC PATCH v5 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v5 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v5 10/10] selftests/damon/sysfs.py: pause DAMON before dumping status
` (sashiko status) [RFC PATCH v5 00/10] mm/damon: let DAMON be paused and resumed

[PATCH] mm/damon/core: optimize kdamond_apply_schemes() with pre-filtered scheme list
 2026-03-24  0:27 UTC  (4+ messages)

[PATCH v2 18/19] mm: damon: Use trace_call__##name() at guarded tracepoint call sites
 2026-03-24  0:25 UTC  (2+ messages)

[RFC PATCH v4 1/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-23 23:54 UTC  (4+ messages)

[RFC PATCH v4 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-23 23:45 UTC  (4+ messages)

[RFC v4] mm/damon: add synchronous commit for commit_inputs
 2026-03-23 18:38 UTC  (9+ messages)

[RFC v3] mm/damon: add synchronous commit for commit_inputs
 2026-03-23 14:22 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon/core: Performance optimizations for the kdamond hot path
 2026-03-23 14:03 UTC  (4+ messages)
` [PATCH v2 1/2] mm/damon/core: optimize kdamond_apply_schemes() by inverting scheme and region loops
` [PATCH v2 2/2] mm/damon/core: eliminate hot-path integer division in damon_max_nr_accesses()

[PATCH 0/2] mm/damon/core: performance optimizations for kdamond hot path
 2026-03-23 14:01 UTC  (13+ messages)
` [PATCH 1/2] mm/damon/core: optimize kdamond_apply_schemes() by inverting scheme and region loops
      ` [PATCH 1/2] mm/damon/core: optimize kdamond_ap ply_schemes() "
` [PATCH 2/2] mm/damon/core: eliminate hot-path integer division in damon_max_nr_accesses()

[RFC PATCH v4 01/10] mm/damon/core: introduce damon_ctx->paused
 2026-03-22 20:51 UTC  (4+ messages)
` (sashiko review) "

[PATCH] mm/damon/core: avoid use of half-online-committed context
 2026-03-22 19:32 UTC  (3+ messages)

[RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-22 17:47 UTC  (14+ messages)
` [RFC PATCH v4 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH v4 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH v4 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH v4 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH v4 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v4 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH v4 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v4 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v4 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
  ` (sashiko review) "
` (sashiko status) [RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox