DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-06-02 19:57:12 to 2026-06-16 11:58:02 UTC [more...]

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-16 11:57 UTC  (28+ messages)
                      ` [Lsf-pc] "

[RFC PATCH v2.1] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-06-16  5:45 UTC  (2+ messages)

[PATCH] mm/damon/stat: use secs_to_jiffies() instead of msecs_to_jiffies()
 2026-06-16  1:04 UTC  (2+ messages)

linux-next: Tree for Jun 11 (damon)
 2026-06-14 19:03 UTC  (3+ messages)

[PATCH] treewide: fix transposed "sign" typos and update spelling.txt
 2026-06-13 16:39 UTC  (3+ messages)

[RFC PATCH v4 0/6] samples/damon: handle damon_{start,stop}() failures
 2026-06-13 15:33 UTC  (9+ messages)
` [RFC PATCH v4 1/6] samples/damon/wsse: handle damon_start() failure
` [RFC PATCH v4 2/6] samples/damon/prcl: "
` [RFC PATCH v4 3/6] samples/damon/mtier: "
` [RFC PATCH v4 4/6] samples/damon/mtier: handle damon_stop() failure
` [RFC PATCH v4 5/6] samples/damon/wsse: stop and free damon ctx when damon_call() fails
` [RFC PATCH v4 6/6] samples/damon/prcl: "

[RFC PATCH v4 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-13  0:39 UTC  (19+ messages)
` [RFC PATCH v4 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [RFC PATCH v4 2/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v4 3/4] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [RFC PATCH v4 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management

[PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
 2026-06-13  0:08 UTC  (3+ messages)

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-12 17:08 UTC  (4+ messages)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-06-12 15:05 UTC  (8+ messages)
` [PATCH v3] mm/damon: add KUnit test for walk_control_obsolete behavior

[RFC PATCH] samples/damon/mtier: handle damon_start() failure
 2026-06-11 14:25 UTC  (4+ messages)

[RFC PATCH v1.2 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
 2026-06-11  5:01 UTC  (2+ messages)

[PATCH v5] Docs/{admin-guide,mm}/damon: fix DAMON documentation details
 2026-06-10 14:41 UTC  (3+ messages)

[RFC PATCH v3 0/4] samples/damon: handle damon_{start,stop}() failures
 2026-06-10  3:52 UTC  (9+ messages)
` [RFC PATCH v3 1/4] samples/damon/wsse: handle damon_start() failure
` [RFC PATCH v3 2/4] samples/damon/prcl: "
` [RFC PATCH v3 3/4] samples/damon/mtier: "
` [RFC PATCH v3 4/4] samples/damon/mtier: handle damon_stop() failure

[PATCH 0/2] docs/zh: update DAMON usage sysfs documentation
 2026-06-10  1:15 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] docs/zh_CN: update DAMON usage Chinese translation
  ` [PATCH v2 2/2] docs/zh_TW: update DAMON usage Traditional "
` [PATCH v3 0/2] docs/zh: update DAMON usage sysfs documentation
  ` [PATCH v3 1/2] docs/zh_CN: update DAMON usage Chinese translation
  ` [PATCH v3 2/2] docs/zh_TW: update DAMON usage Traditional "
` [PATCH v4 0/2] docs/mm/damon: fix docs and update zh_CN
  ` [PATCH v4 1/2] docs/mm/damon: fix DAMON documentation details
  ` [PATCH v4 2/2] docs/zh_CN: update DAMON documentation translation

[PATCH v2] samples/damon/mtier: fail early if address range parameters are invalid
 2026-06-09 15:49 UTC  (6+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-09 15:49 UTC  (36+ messages)

[RFC PATCH v2 0/2] samples/damon/mtier: handle damon_{start,stop}() failures
 2026-06-09 15:06 UTC  (7+ messages)
` [RFC PATCH v2 1/2] samples/damon/mtier: handle damon_start() failure
` [RFC PATCH v2 2/2] samples/damon/mtier: handle damon_stop() failure

[RFC PATCH v3 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-09 14:52 UTC  (26+ messages)
` [RFC PATCH v3 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [RFC PATCH v3 2/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
` [RFC PATCH v3 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v3 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management

[PATCH] Docs/damon: add TLB flush policy document
 2026-06-09 14:28 UTC  (4+ messages)

[PATCH] samples/damon/mtier: fail early if address range parameters are invalid
 2026-06-08 15:54 UTC  (5+ messages)

[PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-06-08 14:36 UTC  (6+ messages)
` [PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check

[PATCH] mm/damon/vaddr: drop redundant mmap_read_lock from damon_va_three_regions
 2026-06-08  3:32 UTC  (5+ messages)

[PATCH] mm/damon/core: always put unsuccessfully committed target pids
 2026-06-05  1:38 UTC 

[RFC PATCH v1.1] mm/damon/core: always put unsuccessfully committed target pids
 2026-06-04 14:35 UTC 

[RFC PATCH] mm/damon/core: always put commit-failed target's pids
 2026-06-04  5:25 UTC  (4+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-06-08
 2026-06-03 21:01 UTC 

[PATCH] mm/damon/core: use kvmalloc for target regions array
 2026-06-03 13:49 UTC  (2+ messages)

[PATCH v2 0/3] selftests/damon: misc fixes for test bugs
 2026-06-03  9:15 UTC  (4+ messages)

[PATCH v2 0/3] selftests/damon: misc fixes for test bugs
 2026-06-03  2:06 UTC  (2+ messages)

[PATCH 0/2] selftests/damon: test kdamond refresh_ms
 2026-06-03  0:50 UTC 


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