messages from 2025-02-13 01:45:00 to 2025-04-10 06:28:29 UTC [more...]
[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
2025-04-10 6:28 UTC (5+ 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 0/8] mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers
2025-03-05 22:23 UTC (11+ 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: set filters handling layer of directories
` [PATCH 6/8] mm/damon/sysfs-schemes: return error for wrong filter type on given directory
` [PATCH 7/8] Docs/ABI/damon: document {core,ops}_filters directories
` [PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for "
[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 (10+ messages)
` [PATCH 1/9] mm/damon/core: introduce damos->ops_filters
` [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
[PATCH 0/8] mm/damon: auto-tune aggregation interval
2025-03-03 22:17 UTC (9+ messages)
` [PATCH 1/8] mm/damon: add data structure for monitoring intervals auto-tuning
` [PATCH 2/8] mm/damon/core: implement "
` [PATCH 3/8] mm/damon/sysfs: implement intervals tuning goal directory
` [PATCH 4/8] mm/damon/sysfs: commit intervals tuning goal
` [PATCH 5/8] mm/damon/sysfs: implement a command to update auto-tuned monitoring intervals
` [PATCH 6/8] Docs/mm/damon/design: document for intervals auto-tuning
` [PATCH 7/8] Docs/ABI/damon: document intervals auto-tuning ABI
` [PATCH 8/8] Docs/admin-guide/mm/damon/usage: add intervals_goal directory on the hierarchy
[RFC PATCH 00/13] mm/damon/sysfs: commit parameters online via damon_call()
2025-03-02 21:41 UTC (15+ messages)
` [RFC PATCH 01/13] mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()
` [RFC PATCH 02/13] mm/damon/core: invoke kdamond_call() after merging is done if possible
` [RFC PATCH 03/13] mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()
` [RFC PATCH 04/13] mm/damon/sysfs: handle commit command using damon_call()
` [RFC PATCH 05/13] mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_cmd()
` [RFC PATCH 06/13] mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers
` [RFC PATCH 07/13] mm/damon/sysfs: remove damon_sysfs_cmd_request and its readers
` [RFC PATCH 08/13] mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear_regions()
` [RFC PATCH 09/13] mm/damon: remove damon_callback->private
` [RFC PATCH 10/13] mm/damon: remove ->before_start of damon_callback
` [RFC PATCH 11/13] mm/damon: remove damon_callback->after_sampling
` [RFC PATCH 12/13] mm/damon: remove damon_callback->before_damos_apply
` [RFC PATCH 13/13] mm/damon: remove damon_operations->reset_aggregated
[RFC PATCH v2 0/8] mm/damon: auto-tune aggregation interval
2025-02-28 22:09 UTC (10+ messages)
` [RFC PATCH v2 1/8] mm/damon: add data structure for monitoring intervals auto-tuning
` [RFC PATCH v2 2/8] mm/damon/core: implement "
` [RFC PATCH v2 3/8] mm/damon/sysfs: implement intervals tuning goal directory
` [RFC PATCH v2 4/8] mm/damon/sysfs: commit intervals tuning goal
` [RFC PATCH v2 5/8] mm/damon/sysfs: implement a command to update auto-tuned monitoring intervals
` [RFC PATCH v2 6/8] Docs/mm/damon/design: document for intervals auto-tuning
` [RFC PATCH v2 7/8] Docs/ABI/damon: document intervals auto-tuning ABI
` [RFC PATCH v2 8/8] Docs/admin-guide/mm/damon/usage: add intervals_goal directory on the hierarchy
[PATCH] mm/damon: respect core layer filters' allowance decision on ops layer
2025-02-28 17:53 UTC
[PATCH] mm/damon/core: initialize damos->walk_completed in damon_new_scheme()
2025-02-28 17:44 UTC
[RFC PATCH v2 0/9] mm/damon: make allow filters after reject filters useful and intuitive
2025-02-28 4:48 UTC (12+ messages)
` [RFC PATCH v2 1/9] mm/damon/core: introduce damos->ops_filters
` [RFC PATCH v2 2/9] mm/damon/paddr: support ops_filters
` [RFC PATCH v2 3/9] mm/damon/core: support committing ops_filters
` [RFC PATCH v2 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [RFC PATCH v2 5/9] mm/damon/paddr: support only damos->ops_filters
` [RFC PATCH v2 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [RFC PATCH v2 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [RFC PATCH v2 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [RFC PATCH v2 9/9] Docs/mm/damon/design: update for changed filter-default behavior
[PATCH] samples/damon: a typo in the kconfig - sameple
2025-02-27 15:50 UTC (8+ messages)
[RFC PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive
2025-02-27 0:29 UTC (11+ messages)
` [RFC PATCH 1/9] mm/damon/core: introduce damos->ops_filters
` [RFC PATCH 2/9] mm/damon/paddr: support ops_filters
` [RFC PATCH 3/9] mm/damon/core: support committing ops_filters
` [RFC PATCH 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [RFC PATCH 5/9] mm/damon/paddr: support only ops_filters
` [RFC PATCH 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [RFC PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [RFC PATCH 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [RFC PATCH 9/9] Docs/mm/damon/design: update for changed filter-default behavior
[PATCH 0/3] selftests/damon: three fixes for false results
2025-02-25 22:23 UTC (4+ messages)
` [PATCH 1/3] selftests/damon/damos_quota: make real expectation of quota exceeds
` [PATCH 2/3] selftests/damon/damon_nr_regions: set ops update for merge results check to 100ms
` [PATCH 3/3] selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries
[RFC PATCH 2/8] mm/damon/core: implement intervals auto-tuning
2025-02-25 18:14 UTC (2+ messages)
[PATCH] samples/damon: a typo in the kconfig - sameple
2025-02-25 0:09 UTC (5+ messages)
[PATCH] A typo in the kconfig - sameple
2025-02-24 17:58 UTC
[PATCH] A typo in the kconfig - sameple
2025-02-24 17:10 UTC (2+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-02-24
2025-02-22 2:04 UTC
[RFC PATCH 0/8] mm/damon: auto-tune aggregation interval
2025-02-21 1:09 UTC (4+ messages)
` [RFC PATCH 7/8] Docs/ABI/damon: document intervals auto-tuning ABI
` [RFC PATCH 8/8] Docs/admin-guide/mm/damon/usage: add intervals_goal directory on the hierarchy
[PATCH 0/2] mm/damon: introduce DAMOS filter type for unmapped pages
2025-02-20 17:24 UTC (5+ messages)
` [PATCH 1/2] mm/damon: implement a new "
` [PATCH 2/2] Docs/mm/damon/design: document unmapped DAMOS filter type
[PATCH 0/5] Docs/mm/damon: misc DAMOS filters documentation fixes and improves
2025-02-18 22:37 UTC (6+ messages)
` [PATCH 1/5] Docs/mm/damon/design: fix typo on DAMOS filters usage doc link
` [PATCH 2/5] Docs/mm/damon/design: document hugepage_size filter
` [PATCH 3/5] Docs/damon: move DAMOS filter type names and meaning to design doc
` [PATCH 4/5] Docs/mm/damon/design: clarify handling layer based filters evaluation sequence
` [PATCH 5/5] Docs/mm/damon/design: categorize DAMOS filter types based on handling layer
[PATCH mm-unstable] mm/damon: add kernel-doc comment for damos_filter->sz_range
2025-02-18 22:30 UTC
[linus:master] [mm/damon/sysfs] 9a5aa3349b: kernel-selftests.damon.damos_quota_goal.py.fail
2025-02-18 2:53 UTC (3+ messages)
[PATCH] Docs/mm/damon: Fix spelling and grammar in monitoring_intervals_tuning_example.rst
2025-02-17 22:32 UTC (2+ messages)
[PATCH] selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced
2025-02-17 18:23 UTC
[PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm)
2025-02-17 9:32 UTC (10+ messages)
` [PATCH v2 03/17] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
Two simple ideas for DAMON accuracy improvement
2025-02-13 22:23 UTC (2+ messages)
[PATCH 6.12 000/422] 6.12.14-rc1 review
2025-02-13 18:43 UTC
[PATCH 6.6 000/273] 6.6.78-rc1 review
2025-02-13 18:41 UTC
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