DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2025-03-10 16:53:22 to 2025-06-17 18:58:36 UTC [more...]

[RFC PATCH 0/4] mm/damon: Add DAMOS action to interleave data across nodes
 2025-06-17 18:58 UTC  (17+ messages)
    ` [RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h

[PATCH 0/3] mm/damon: use alloc_migrate_target() for DAMOS_MIGRATE_{HOT,COLD}
 2025-06-16 22:48 UTC  (6+ messages)
` [PATCH 1/3] mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemask
` [PATCH 2/3] Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"
` [PATCH 3/3] Revert "mm: make alloc_demote_folio externally invokable for migration"

[RFC PATCH 0/3] mm/damon: use alloc_migration_target() for DAMOS_MIGRATE_{HOT,COLD}
 2025-06-09 20:00 UTC  (2+ messages)
` [RFC PATCH 1/3] mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemask

[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
 2025-06-09 19:13 UTC  (6+ messages)

[PATCH 0/2] add a knob to control whether to use other nodes at the same tier of the target node in DAMON
 2025-06-09 12:30 UTC  (8+ messages)
` [PATCH 1/2] mm: migrate: restore the nmask after successfully allocating on the target node
` [PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-06-09
 2025-06-06 21:18 UTC 

[PATCH v2 0/4] mm/damon: introduce DAMON_STAT for simple and practical access monitoring
 2025-06-05 19:25 UTC  (9+ messages)
` [PATCH v2 1/4] mm/damon: introduce DAMON_STAT module
` [PATCH v2 2/4] mm/damon/stat: calculate and expose estimated memory bandwidth
` [PATCH v2 3/4] mm/damon/stat: calculate and expose idle time percentiles
` [PATCH v2 4/4] Docs/admin-guide/mm/damon: add DAMON_STAT usage document

[PATCH] selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabled
 2025-05-31 16:48 UTC  (2+ messages)

[PATCH] mm/damon: rename primitives to operations
 2025-05-30  5:47 UTC  (11+ messages)
` [PATCH v2] mm/damon: fix outdated comments for monitoring primitives

[PATCH v3] mm/damon: s/primitives/code/ on comments
 2025-05-30  5:31 UTC 

[PATCH 0/4] mm/damon: introduce DAMON_STAT for simple and practical access monitoring
 2025-05-29 17:00 UTC  (7+ messages)
` [PATCH 1/4] mm/damon: introduce DAMON_STAT module
` [PATCH 2/4] mm/damon/stat: calculate and expose estimated memory bandwidth
` [PATCH 3/4] mm/damon/stat: calculate and expose idle time percentiles
` [PATCH 4/4] Docs/admin-guide/mm/damon: add DAMON_STAT usage document

[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
 2025-05-29 16:46 UTC  (2+ messages)

[PATCH] mm/damon: make region calculations more precise
 2025-05-29 16:41 UTC  (6+ messages)

[PATCH 0/2] add a knob to control whether to use other nodes at the same tier of the target node in DAMON
 2025-05-29  3:14 UTC 

[PATCH 1/2] mm: migrate: restore the nmask after successfully allocating on the target node
 2025-05-29  3:03 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-05-12
 2025-05-23 22:52 UTC 

[PATCH 0/2] mm/damon: build-enable essential DAMON components by default
 2025-05-22 17:10 UTC  (6+ messages)
` [PATCH 1/2] mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMON
` [PATCH 2/2] mm/damon/Kconfig: enable CONFIG_DAMON by default

[RFC PATCH 0/3] mm/damon: introduce DAMON_STAT for access monitoring that just works
 2025-05-19 16:44 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/damon: introduce DAMON_STAT module
` [RFC PATCH 2/3] mm/damon/stat: calculate and expose estimated memory bandwidth
` [RFC PATCH 3/3] mm/damon/stat: calculate and expose idle time percentiles

[PATCH] mm/damon/core: avoid destroyed target reference from DAMOS quota
 2025-05-17 15:56 UTC  (2+ messages)

[PATCH 0/6] mm/damon: minor fixups and improvements for code, tests, and documents
 2025-05-13  0:27 UTC  (7+ messages)
` [PATCH 1/6] mm/damon/core: warn and fix nr_accesses[_bp] corruption
` [PATCH 2/6] mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strs
` [PATCH 3/6] mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()
` [PATCH 4/6] mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()
` [PATCH 5/6] selftests/damon/_damon_sysfs: read tried regions directories in order
` [PATCH 6/6] Docs/damon: update titles and brief introductions to explain DAMOS

[RFC PATCH 0/2] mm/damon: build-enable essential DAMON components by default
 2025-05-12 18:27 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/damon/Kconfig: defaults VADDR, PADDR, and SYSFS to DAMON
` [RFC PATCH 2/2] mm/damon/Kconfig: enable CONFIG_DAMON by default

[PATCH mm-unstable] samples/damon/mtier: fix wrong DAMON attrs setting
 2025-05-10 22:09 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-05-12
 2025-05-10  0:27 UTC 

[PATCH 0/7] mm/damon: auto-tune DAMOS for NUMA setups including tiered memory
 2025-05-08 16:35 UTC  (13+ messages)
` [PATCH 1/7] mm/damon/core: introduce damos quota goal metrics for memory node utilization
` [PATCH 2/7] mm/damon/sysfs-schemes: implement file for quota goal nid parameter
` [PATCH 3/7] mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer
` [PATCH 4/7] Docs/mm/damon/design: document node_mem_{used,free}_bp
` [PATCH 5/7] Docs/admin-guide/mm/damon/usage: document 'nid' file
` [PATCH 6/7] Docs/ABI/damon: document nid file
` [PATCH 7/7] samples/damon: implement a DAMON module for memory tiering

[PATCH] docs/mm/damon/design: Fix spelling mistake
 2025-05-06 19:21 UTC  (5+ messages)

[PATCH mm-unstable] samples/damon: trigger build even if only mtier is enabled
 2025-04-26 18:40 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-04-28
 2025-04-25 21:32 UTC 

[PATCH] mm/damon/sysfs-schemes: using kmalloc_array() and size_add()
 2025-04-23  5:38 UTC  (8+ messages)

[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
 2025-04-22 17:43 UTC  (12+ messages)

[PATCH] mm/damon/core: Initialize sampling_addr in damon_new_region()
 2025-04-22 16:55 UTC  (4+ messages)

[PATCH 6.12 000/392] 6.12.24-rc2 review
 2025-04-18 20:18 UTC 

[PATCH 6.13 000/413] 6.13.12-rc2 review
 2025-04-18 20:17 UTC 

[PATCH 6.14 000/447] 6.14.3-rc2 review
 2025-04-18 20:17 UTC 

[RFC PATCH 00/10] mm/damon: support address space larger than damon-core address space
 2025-04-16  4:25 UTC  (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: add damon_ctx->addr_unit
` [RFC PATCH 02/10] mm/damon/paddr: support addr_unit for access monitoring
` [RFC PATCH 03/10] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
` [RFC PATCH 04/10] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
` [RFC PATCH 05/10] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
` [RFC PATCH 06/10] mm/damon/paddr: support addr_unit for DAMOS_STAT
` [RFC PATCH 07/10] mm/damon/sysfs: implement addr_unit file under context dir
` [RFC PATCH 08/10] Docs/mm/damon/design: document 'address unit' parameter
` [RFC PATCH 09/10] Docs/admin-guide/mm/damon/usage: document addr_unit file
` [RFC PATCH 10/10] Docs/ABI/damon: "

[PATCH] samples/damon/prcl: Fix a comment typo
 2025-04-16  3:04 UTC  (3+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-04-14
 2025-04-11 20:43 UTC 

[PATCH] selftests/damon: Remove the remaining test scripts for DAMON debugfs interface
 2025-04-11 16:33 UTC  (2+ messages)

[PATCH 6.14 000/726] 6.14.2-rc4 review
 2025-04-09 17:02 UTC 

[PATCH 5.15 000/279] 5.15.180-rc1 review
 2025-04-09  2:36 UTC 

[PATCH 6.1 000/204] 6.1.134-rc1 review
 2025-04-09  2:35 UTC 

[PATCH 6.6 000/268] 6.6.87-rc1 review
 2025-04-09  2:34 UTC 

[PATCH 6.12 000/423] 6.12.23-rc2 review
 2025-04-09  2:33 UTC 

[PATCH 6.13 000/500] 6.13.11-rc2 review
 2025-04-09  2:33 UTC 

[LSF/MM/BPF TOPIC] DAMON Requirements for Access-aware MM of Future
 2025-03-25 21:01 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Plans: Monitoring Parameters Auot-tuning and Memory Tiering
 2025-03-25 20:59 UTC  (2+ messages)

[PATCH] mm/damon/core: simplify control flow in damon_register_ops()
 2025-03-20 17:00 UTC 

[PATCH 6.13 000/241] 6.13.8-rc1 review
 2025-03-20 12:42 UTC  (2+ messages)

[RFC PATCH 0/4] mm/damon: let DAMON-based memory tiering self-tuned and just works
 2025-03-20  5:39 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/damon/core: introduce two damos quota goal metrics for NUMA memory utilization and free space ratios
` [RFC PATCH 2/4] mm/damon/sysfs-schemes: implement file for quota goal nid parameter
` [RFC PATCH 3/4] mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer
` [RFC PATCH 4/4] samples/damon: implement a DAMON module for memory tiering

[PATCH 6.12 000/231] 6.12.20-rc1 review
 2025-03-19 16:56 UTC 

[PATCH 6.6 000/166] 6.6.84-rc1 review
 2025-03-19 16:55 UTC 

[PATCH 0/2] mm/damon: introduce DAMOS filter type for active pages
 2025-03-18 18:51 UTC  (6+ messages)
` [PATCH 1/2] mm/damon: implement a new "
` [PATCH 2/2] Docs/mm/damon/design: document active DAMOS filter type

[PATCH mm-unstable] mm/damon/core: setup damos->{core,ops}_filters_default_reject for initial start
 2025-03-15 22:26 UTC 

[PATCH 6.13 000/207] 6.13.7-rc1 review
 2025-03-10 19:05 UTC 

[PATCH 6.12 000/269] 6.12.19-rc1 review
 2025-03-10 19:04 UTC 

[PATCH 6.6 000/145] 6.6.83-rc1 review
 2025-03-10 19:03 UTC 

[PATCH 6.1 000/109] 6.1.131-rc1 review
 2025-03-10 19:02 UTC 

[PATCH 5.15 000/620] 5.15.179-rc1 review
 2025-03-10 19:01 UTC 

[PATCH] mm/damon/sysfs-schemes: avoid Wformat-security warning
 2025-03-10 16:53 UTC  (2+ messages)


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