messages from 2025-03-04 21:19:19 to 2025-05-31 09:41:10 UTC [more...]
[PATCH] selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabled
2025-05-31 9:39 UTC
[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
2025-05-30 19:40 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
[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-28 22:39 UTC (7+ 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-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 (3+ messages)
[PATCH] mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_pattern_add_range_dir()
2025-03-10 16:50 UTC
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-03-10
2025-03-07 21:52 UTC
[PATCH 00/13] mm/damon/sysfs: commit parameters online via damon_call()
2025-03-06 17:59 UTC (14+ messages)
` [PATCH 01/13] mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()
` [PATCH 02/13] mm/damon/core: invoke kdamond_call() after merging is done if possible
` [PATCH 03/13] mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()
` [PATCH 04/13] mm/damon/sysfs: handle commit command using damon_call()
` [PATCH 05/13] mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_cmd()
` [PATCH 06/13] mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers
` [PATCH 07/13] mm/damon/sysfs: remove damon_sysfs_cmd_request and its readers
` [PATCH 08/13] mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear_regions()
` [PATCH 09/13] mm/damon: remove damon_callback->private
` [PATCH 10/13] mm/damon: remove ->before_start of damon_callback
` [PATCH 11/13] mm/damon: remove damon_callback->after_sampling
` [PATCH 12/13] mm/damon: remove damon_callback->before_damos_apply
` [PATCH 13/13] mm/damon: remove damon_operations->reset_aggregated
[PATCH 6.13 000/157] 6.13.6-rc1 review
2025-03-06 1:11 UTC
[PATCH 6.12 000/150] 6.12.18-rc1 review
2025-03-06 1:11 UTC
[PATCH 6.6 000/142] 6.6.81-rc1 review
2025-03-06 1:10 UTC
[PATCH 6.1 000/176] 6.1.130-rc1 review
2025-03-06 1:09 UTC
[PATCH 0/8] mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers
2025-03-05 22:27 UTC (9+ messages)
` [PATCH 1/8] mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for different named directories
` [PATCH 2/8] mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
` [PATCH 3/8] mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
` [PATCH 4/8] mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
` [PATCH 5/8] mm/damon/sysfs-schemes: record filters of which layer should be added to the given filters directory
` [PATCH 6/8] mm/damon/sysfs-schemes: return error when for attempts to install filters on wrong sysfs directory
` [PATCH 7/8] Docs/ABI/damon: document {core,ops}_filters directories
` [PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for "
[PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for {core,ops}_filters directories
2025-03-05 22:23 UTC (2+ messages)
[PATCH mm-unstable] Docs/mm/damon/design: fix a typo on 'intervals auto-tuning' section
2025-03-05 18:27 UTC
[PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive
2025-03-04 21:19 UTC (9+ messages)
` [PATCH 2/9] mm/damon/paddr: support ops_filters
` [PATCH 3/9] mm/damon/core: support committing ops_filters
` [PATCH 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [PATCH 5/9] mm/damon/paddr: support only damos->ops_filters
` [PATCH 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [PATCH 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [PATCH 9/9] Docs/mm/damon/design: update for changed filter-default behavior
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox