damon.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-05 08:12:40 to 2026-08-18 07:05:07 UTC [more...]

[PATCH v8 0/7] docs/zh_CN: update DAMON documentation translation
 2026-08-18  7:03 UTC  (2+ messages)
` [PATCH v8 1/7] docs/zh_CN: update DAMON design translation

[PATCH 6.12.y] mm/damon/ops-common: putback folios on invalid migrate nid
 2026-08-18  6:31 UTC  (2+ messages)

[PATCH 6.12.y] mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
 2026-08-18  6:30 UTC 

[RFC PATCH 0/7] mm/damon/perf: observability framework for hardware-sampled access reports
 2026-08-18  6:10 UTC  (8+ messages)
` [RFC PATCH 1/7] mm/damon/perf: add observability framework with tracepoints and CONFIG switch
` [RFC PATCH 2/7] mm/damon/perf: implement observe API and per-CPU statistics engine
` [RFC PATCH 3/7] mm/damon/perf: add debugfs statistics interface
` [RFC PATCH 4/7] mm/damon: integrate observe API into vaddr overflow handlers and core drain
` [RFC PATCH 5/7] selftests/damon: add automated layer-by-layer observability test
` [RFC PATCH 6/7] Docs/mm/damon: document the perf observability framework
` [RFC PATCH 7/7] mm/damon/perf: add CONFIG_DAMON_PERF_DEBUG and pipeline health check

[PATCH 0/2] mm/damon: add kunit tests for probe_hits handling and probe params validation
 2026-08-18  4:58 UTC  (9+ messages)
` [PATCH 1/2] mm/damon/core-kunit: test probe_hits handling at region split and merge
` [PATCH 2/2] mm/damon/core-kunit: test damon_valid_probe_params()

[PATCH v2] mm/damon/ops-common: factor out damon_putback_folio_list()
 2026-08-18  3:21 UTC  (3+ messages)

[CFP] DAMON Nanoconference (aka BoF) at LPC'26
 2026-08-18  0:54 UTC  (3+ messages)
  ` DAMON (nano) Conference Schedule (was: "Re: [CFP] DAMON Nanoconference (aka BoF) at LPC'26")

[PATCH] mm/damon/core: introduce damon_set_target_pid()
 2026-08-17 14:07 UTC  (4+ messages)

[RFC/Discussion] mm/damon: Helping with alternative for watermarks
 2026-08-17 13:57 UTC  (4+ messages)

[PATCH] mm/damon/ops-common: factor out damon_putback_folio_list()
 2026-08-17 13:42 UTC  (4+ messages)
  `  "

[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
 2026-08-17  2:57 UTC  (7+ messages)
` [RFC PATCH 1/4] mm/damon/perf: introduce AUX backend interface and Kconfig
` [RFC PATCH 2/4] mm/damon/perf: add AUX trace-buffer PMU backend for ARM SPE
` [RFC PATCH 3/4] mm/damon/perf: add KUnit tests for the SPE record parser
` [RFC PATCH 4/4] selftests/damon: add DAMON perf AUX backend test

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-17  0:49 UTC  (8+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH v7 0/7] docs/zh_CN: update DAMON documentation translation
 2026-08-16 13:41 UTC  (17+ messages)
` [PATCH v7 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v7 2/7] docs/zh_CN: add DAMON_STAT usage translation
` [PATCH v7 3/7] docs/zh_CN: update DAMON index translation
` [PATCH v7 4/7] docs/zh_CN: update DAMON start translation
` [PATCH v7 5/7] docs/zh_CN: update DAMON usage translation
` [PATCH v7 6/7] docs/zh_CN: update DAMON reclaim translation
` [PATCH v7 7/7] docs/zh_CN: update DAMON LRU sort translation

[PATCH] mm/damon/tests: use scoped_guard() for damon_test_ops_registration
 2026-08-15 15:30 UTC  (3+ messages)

[PATCH] mm/damon/stat: avoid iterating targets in damon_stat_sort_regions()
 2026-08-15  0:47 UTC  (3+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-14 10:06 UTC  (32+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 4/9] mm: use hw_pte_t for generic PTE table storage
` [PATCH 5/9] mm: convert PTE table entries in ptep_get()
` [PATCH 6/9] mm: convert PTE table entry to pte
` [PATCH 7/9] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH 8/9] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH 9/9] xen: "

[RFC PATCH 0/4] mm/damon: allow NULL or unstarted damon_ctx parameter for damon_call()
 2026-08-13 15:12 UTC  (16+ messages)
` [RFC PATCH 1/4] mm/damon/core: handle NULL ctx parameter in damon_call()
` [RFC PATCH 2/4] mm/damon/core: set ctx->call_controls_obsolete in damon_new_ctx()
` [RFC PATCH 3/4] mm/damon/reclaim: remove unnecessary damon_call() param validation
` [RFC PATCH 4/4] mm/damon/lru_sort: "

[PATCH 0/4] mm: reject zone device folios in more folio walkers
 2026-08-13  8:28 UTC  (21+ messages)
` [PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
` [PATCH 2/4] mm/huge_memory: skip zone device folios in madvise_free_huge_pmd()
` [PATCH 3/4] mm/madvise: skip zone device folios in cold/pageout PMD range
` [PATCH 4/4] mm/mempolicy: skip zone device folios when queueing folios

[RFC PATCH 0/3] mm/damon: move zero damos quota target_value handling to the core layer
 2026-08-13  5:57 UTC  (7+ messages)
` [RFC PATCH 1/3] mm/damon/core: error damos_commit_quota_goal() for zero target_value
` [RFC PATCH 2/3] Revert "mm/damon/lru_sort: error out for >10000 active_mem_bp"
` [RFC PATCH 3/3] Revert "samples/damon/mtier: error out for zero quota goal target values"

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-08-17
 2026-08-12 23:46 UTC 

Question on damon_sysfs_memcg_path_to_id() path resolution
 2026-08-12 13:51 UTC  (3+ messages)

[PATCH v2 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-12 13:44 UTC  (10+ messages)
` [PATCH v2 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH v2 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH v2 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[PATCH 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-12 10:14 UTC  (5+ messages)
` [PATCH 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[PATCH 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-12  3:07 UTC  (11+ messages)
` [PATCH 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[PATCH v6 0/7] docs/zh_CN: update DAMON translations
 2026-08-11  9:16 UTC  (6+ messages)
` [PATCH v6 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v6 5/7] docs/zh_CN: update DAMON usage translation

[RFC PATCH 0/2] mm/damon: fix nr_snapshots semantics and max_nr_snapshots check coverage
 2026-08-08 22:50 UTC  (14+ messages)
` [PATCH 1/2] mm/damon: fix nr_snapshots counting using tried_applied flag
` [PATCH 2/2] mm/damon: skip deactivated schemes in watermark checks and add fallback sleep

[tip:locking/core] [futex] b78b0b6582: kselftests.damon.sysfs_memcg_path_leak.sh.fail
 2026-08-07 17:37 UTC  (3+ messages)

[PATCH] mm/damon/core: remove declaration of __damon_commit_ctx()
 2026-08-07  0:13 UTC  (2+ messages)

[RFC PATCH] mm/damon: introduce damos_sort_type for re-ordering regions list
 2026-08-05 13:51 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).