public inbox for damon@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-12 06:23:28 to 2026-03-07 19:54:09 UTC [more...]

[PATCH 0/7] mm/damon: improve/fixup/update ratio calculation, test and documentation
 2026-03-07 19:53 UTC  (8+ 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 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  (42+ messages)
` [RFC PATCH v4 01/27] numa: introduce N_MEMORY_PRIVATE node state
` [RFC PATCH v4 02/27] mm,cpuset: gate allocations from N_MEMORY_PRIVATE behind __GFP_PRIVATE
` [RFC PATCH v4 03/27] mm/page_alloc: add numa_zone_allowed() and wire it up
` [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  (9+ 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 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-03-01 16:42 UTC  (16+ messages)
` [RFC PATCH 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
` [RFC PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
` [RFC PATCH 03/10] mm/damon/core: add damon_del_region() "
` [RFC PATCH 04/10] mm/damon/core: add damon_nr_regions() "
` [RFC PATCH 05/10] mm/damon/core: add damon_merge_two_regions() "
` [RFC PATCH 06/10] mm/damon/core: add damon_merge_regions_of() "
` [RFC PATCH 07/10] mm/damon/core: add damon_split_region_at() "
` [RFC PATCH 08/10] mm/damon/core: add damon_reset_aggregated() "
` [RFC PATCH 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [RFC PATCH 10/10] tools/testing/selftests/damon/config: "

[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 

[RFC PATCH 0/3] mm/damon: always respect min_nr_regions from the beginning
 2026-02-21 18:07 UTC  (6+ messages)
` [RFC PATCH 1/3] mm/damon/core: split regions for min_nr_regions at beginning
` [RFC PATCH 2/3] mm/damon/vaddr: do not split regions for min_nr_regions
` [RFC PATCH 3/3] mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test

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

[LSF/MM/BPF TOPIC] Allowing NUMA hinting faults or alternatives to DAMON
 2026-02-18  5:43 UTC 

[sj:damon/next 130/142] samples/damon/mtier.c:78:30: warning: unused variable 'region'
 2026-02-17 15:20 UTC 

[BUG] mm/damon/core: dangling walk_control pointer in damos_walk() on inactive context
 2026-02-16 22:06 UTC  (7+ messages)
  ` [PATCH] "

DAMON Yearly Retrospect (2024)
 2026-02-16 21:06 UTC 

[PATCH] mm/damon/core: disallow non-power of two min_region_sz
 2026-02-14 21:41 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-02-16
 2026-02-13 23:38 UTC 

[PATCH v2 1/1] mm/damon: remove unused target param of get_scheme_score()
 2026-02-13 15:19 UTC  (2+ messages)

[PATCH v1] mm/damon: remove unused code
 2026-02-13  9:22 UTC  (4+ messages)

[RFC PATCH 0/5] mm/damon: Add node_sys_bp quota goal metric for
 2026-02-12  6:30 UTC  (2+ messages)

[RFC PATCH 0/5] mm/damon: Add node_sys_bp quota goal metric for PA-based migration control
 2026-02-12  6:27 UTC  (2+ messages)

[RFC PATCH 0/5] mm/damon: support multiple goal-based quota tuning algorithms
 2026-02-12  6:23 UTC  (3+ messages)
` [RFC PATCH 4/5] Docs/mm/damon/design: document the goal-based quota tuner selections
` [RFC PATCH 5/5] Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file


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