DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-02-22 08:49:09 to 2026-03-13 04:44:57 UTC [more...]

[PATCH] mm/damon/stat: monitor all System RAM resources
 2026-03-13  4:44 UTC 

[RFC PATCH v2 0/4] mm/damon: Support hot application detections
 2026-03-13  0:08 UTC  (20+ messages)
` [RFC PATCH v2 1/4] mm/damon: Generic context creation for modules
` [RFC PATCH v2 2/4] mm/damon: Support for synchrounous huge pages collapse
` [RFC PATCH v2 3/4] mm/damon: New module with hot application detection
` [RFC PATCH v2 4/4] DAMON_HOT_HUGEPAGE documentation

[PATCH 0/5] mm/damon: support addr_unit on default monitoring targets for modules
 2026-03-11  5:29 UTC  (6+ messages)
` [PATCH 1/5] mm/damon/core: fix wrong end address assignment on walk_system_ram()
` [PATCH 2/5] mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
` [PATCH 3/5] mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_default()
` [PATCH 4/5] mm/damon/reclaim: respect addr_unit on default monitoring region setup
` [PATCH 5/5] mm/damon/lru_sort: "

[RFC PATCH v2 0/6] mm/damon: introduce perf event based access check
 2026-03-11  0:51 UTC  (10+ messages)
` [RFC PATCH v2 1/6] mm/damon: reintroduce damon_operations->cleanup()
` [RFC PATCH v2 2/6] mm/damon/core: introduce struct damon_access_report
` [RFC PATCH v2 3/6] mm/damon/core: add common code for perf event based access check
` [RFC PATCH v2 4/6] mm/damon/vaddr: support "
` [RFC PATCH v2 5/6] mm/damon/paddr: "
` [RFC PATCH v2 6/6] mm/damon: allow user to set min size of region

[PATCH 00/11] mm/damon: support multiple goal-based quota tuning algorithms
 2026-03-10  1:05 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: introduce damos_quota_goal_tuner
` [PATCH 02/11] mm/damon/core: allow quota goals set zero effective size quota
` [PATCH 03/11] mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORAL
` [PATCH 04/11] mm/damon/sysfs-schemes: implement quotas->goal_tuner file
` [PATCH 05/11] Docs/mm/damon/design: document the goal-based quota tuner selections
` [PATCH 06/11] Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file
` [PATCH 07/11] Docs/ABI/damon: update for goal_tuner
` [PATCH 08/11] mm/damon/tests/core-kunit: test goal_tuner commit
` [PATCH 09/11] selftests/damon/_damon_sysfs: support goal_tuner setup
` [PATCH 10/11] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
` [PATCH 11/11] selftests/damon/sysfs.py: test goal_tuner commit

[PATCH 0/7] mm/damon: improve/fixup/update ratio calculation, test and documentation
 2026-03-09  2:34 UTC  (10+ messages)
` [PATCH 1/7] mm/damon/core: use mult_frac()
` [PATCH 2/7] mm/damon/tests/core-kunit: add a test for damon_is_last_region()
` [PATCH 3/7] mm/damon/core: clarify damon_set_attrs() usages
` [PATCH 4/7] mm/damon: document non-zero length damon_region assumption
` [PATCH 5/7] Docs/admin-guide/mm/damn/lru_sort: fix intervals autotune parameter name
` [PATCH 6/7] Docs/mm/damon/maintainer-profile: use flexible review cadence
` [PATCH 7/7] Docs/mm/damon/index: fix typo: autoamted -> automated

[PATCH] Documentation/mm/damon: fix typo in index.rst
 2026-03-08 17:14 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates: Tiering, Pagel Level Monitoring and DAMON-X
 2026-03-07 21:02 UTC 

[PATCH 0/3] mm/damon/core: make passed_sample_intervals comparisons overflow-safe
 2026-03-07 19:49 UTC  (4+ messages)
` [PATCH 1/3] mm/damon/core: remove damos_set_next_apply_sis() duplicates
` [PATCH 2/3] mm/damon/core: use time_before() for next_apply_sis
` [PATCH 3/3] mm/damon/core: use time_after_eq() in kdamond_fn()

[PATCH 0/2] mm/damon: test and document power-of-2 min_region_sz requirement
 2026-03-07 19:42 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/tests/core-kunit: add a test for damon_commit_ctx()
` [PATCH 2/2] Docs/mm/damon/design: document the power-of-two limitation for addr_unit

[RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
 2026-03-07  2:40 UTC  (19+ messages)
` [RFC PATCH v2 01/10] mm/damon/core: introduce damos_quota_goal_tuner
` [RFC PATCH v2 02/10] mm/damon/core: allow quota goals set zero effective size quota
` [RFC PATCH v2 03/10] mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORAL
` [RFC PATCH v2 04/10] mm/damon/sysfs-schemes: implement quotas->goal_tuner file
` [RFC PATCH v2 05/10] Docs/mm/damon/design: document the goal-based quota tuner selections
` [RFC PATCH v2 06/10] Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file
` [RFC PATCH v2 07/10] Docs/ABI/damon: update for goal_tuner
` [RFC PATCH v2 08/10] selftests/damon/_damon_sysfs: support goal_tuner setup
` [RFC PATCH v2 09/10] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
` [RFC PATCH v2 10/10] selftests/damon/sysfs.py: test goal_tuner commit

[PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-03-06 15:29 UTC  (11+ messages)
` [PATCH 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
` [PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
` [PATCH 03/10] mm/damon/core: add damon_del_region() "
` [PATCH 04/10] mm/damon/core: add damon_nr_regions() "
` [PATCH 05/10] mm/damon/core: add damon_merge_two_regions() "
` [PATCH 06/10] mm/damon/core: add damon_merge_regions_of() "
` [PATCH 07/10] mm/damon/core: add damon_split_region_at() "
` [PATCH 08/10] mm/damon/core: add damon_reset_aggregated() "
` [PATCH 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [PATCH 10/10] selftests/damon/config: "

[PATCH] mm/damon: unify address range representation with damon_addr_range
 2026-03-05  5:41 UTC  (2+ messages)

[RFC PATCH 0/5] mm/damon: support addr_unit on default monitoring targets for modules
 2026-03-05  5:39 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: fix wrong end address assignment on walk_system_ram()
` [RFC PATCH 2/5] mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
` [RFC PATCH 3/5] mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_default()
` [RFC PATCH 4/5] mm/damon/reclaim: respect addr_unit on default monitoring region setup
` [RFC PATCH 5/5] mm/damon/lru_sort: "

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-03 20:36 UTC  (39+ messages)
` [RFC PATCH v4 04/27] mm/page_alloc: Add private node handling to build_zonelists
` [RFC PATCH v4 05/27] mm: introduce folio_is_private_managed() unified predicate
` [RFC PATCH v4 06/27] mm/mlock: skip mlock for managed-memory folios
` [RFC PATCH v4 07/27] mm/madvise: skip madvise "
` [RFC PATCH v4 08/27] mm/ksm: skip KSM "
` [RFC PATCH v4 09/27] mm/khugepaged: skip private node folios when trying to collapse
` [RFC PATCH v4 10/27] mm/swap: add free_folio callback for folio release cleanup
` [RFC PATCH v4 11/27] mm/huge_memory.c: add private node folio split notification callback
` [RFC PATCH v4 12/27] mm/migrate: NP_OPS_MIGRATION - support private node user migration
` [RFC PATCH v4 13/27] mm/mempolicy: NP_OPS_MEMPOLICY - support private node mempolicy
` [RFC PATCH v4 14/27] mm/memory-tiers: NP_OPS_DEMOTION - support private node demotion
` [RFC PATCH v4 15/27] mm/mprotect: NP_OPS_PROTECT_WRITE - gate PTE/PMD write-upgrades
` [RFC PATCH v4 16/27] mm: NP_OPS_RECLAIM - private node reclaim participation
` [RFC PATCH v4 17/27] mm/oom: NP_OPS_OOM_ELIGIBLE - private node OOM participation
` [RFC PATCH v4 18/27] mm/memory: NP_OPS_NUMA_BALANCING - private node NUMA balancing
` [RFC PATCH v4 19/27] mm/compaction: NP_OPS_COMPACTION - private node compaction support
` [RFC PATCH v4 20/27] mm/gup: NP_OPS_LONGTERM_PIN - private node longterm pin support
` [RFC PATCH v4 21/27] mm/memory-failure: add memory_failure callback to node_private_ops
` [RFC PATCH v4 22/27] mm/memory_hotplug: add add_private_memory_driver_managed()
` [RFC PATCH v4 23/27] mm/cram: add compressed ram memory management subsystem
` [RFC PATCH v4 24/27] cxl/core: Add cxl_sysram region type
` [RFC PATCH v4 25/27] cxl/core: Add private node support to cxl_sysram
` [RFC PATCH v4 26/27] cxl: add cxl_mempolicy sample PCI driver
` [RFC PATCH v4 27/27] cxl: add cxl_compression "

[RFC PATCH 0/4] mm/damon: introduce perf event based access check
 2026-03-03  1:05 UTC  (2+ messages)

[RFC PATCH v2 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-03-01 17:43 UTC  (11+ messages)
` [RFC PATCH v2 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
` [RFC PATCH v2 02/10] mm/damon/core: add damon_new_region() debug_sanity check
` [RFC PATCH v2 03/10] mm/damon/core: add damon_del_region() "
` [RFC PATCH v2 04/10] mm/damon/core: add damon_nr_regions() "
` [RFC PATCH v2 05/10] mm/damon/core: add damon_merge_two_regions() "
` [RFC PATCH v2 06/10] mm/damon/core: add damon_merge_regions_of() "
` [RFC PATCH v2 07/10] mm/damon/core: add damon_split_region_at() "
` [RFC PATCH v2 08/10] mm/damon/core: add damon_reset_aggregated() "
` [RFC PATCH v2 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [RFC PATCH v2 10/10] selftests/damon/config: "

[RFC PATCH 06/10] mm/damon/core: add damon_merge_regions_of() debug_sanity check
 2026-03-01 16:42 UTC  (2+ messages)

[RFC PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
 2026-03-01 16:33 UTC  (2+ messages)

[RFC PATCH 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
 2026-03-01 16:31 UTC  (2+ messages)

[RFC PATCH 10/10] tools/testing/selftests/damon/config: enable DAMON_DEBUG_SANITY
 2026-02-28 22:45 UTC  (2+ messages)

[PATCH 0/3] mm/damon: strictly respect min_nr_regions
 2026-02-28 22:28 UTC  (4+ messages)
` [PATCH 1/3] mm/damon/core: split regions for min_nr_regions
` [PATCH 2/3] mm/damon/vaddr: do not "
` [PATCH 3/3] mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test

DAMON Release News (v6.19-rc1..v7.0-rc1)
 2026-02-28 19:48 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-03-02
 2026-02-28 17:42 UTC 

[PATCH 0/2] mm/damon/core: improve DAMOS quota efficiency for core layer filters
 2026-02-27 17:06 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/core: set quota-score histogram with core filters
` [PATCH 2/2] mm/damon/core: do non-safe region walk on kdamond_apply_schemes()

[RFC PATCH v3 0/4] mm/damon: Introduce node_eligible_mem_bp and node_ineligible_mem_bp Quota Goal Metrics
 2026-02-27  2:04 UTC  (21+ messages)
` [RFC PATCH v3 1/4] mm/damon/sysfs: set goal_tuner after scheme creation
` [RFC PATCH v3 2/4] mm/damon: fix esz=0 quota bypass allowing unlimited migration
` [RFC PATCH v3 3/4] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
` [RFC PATCH v4 4/4] mm/damon: add PA-mode cache for eligible memory detection lag

[RFC PATCH 1/5] mm/damon/core: introduce damos_quota_goal_tuner
 2026-02-27  1:56 UTC  (2+ messages)

[RFC PATCH 0/4] mm/damon: introduce perf event based access check
 2026-02-26  1:24 UTC  (5+ messages)

[sj:damon/next 106/145] mm/damon/core.c:3434:(.text.damon_set_region_system_rams_default+0x138): undefined reference to `__udivdi3'
 2026-02-25 15:54 UTC 

mm.git dashboard for patches and review status per subsystem
 2026-02-24 15:36 UTC 

[PATCH v2] mm/damon/core: clear walk_control on inactive context in damos_walk()
 2026-02-24  1:10 UTC 

DAMON Yearly Retrospect (2025)
 2026-02-22 21:01 UTC 

[sj:damon/next 30/144] mm/damon/core.c:1693:25: warning: zero-length gnu_printf format string
 2026-02-22 17:17 UTC 


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