messages from 2025-01-20 18:20:05 to 2025-02-27 01:58:11 UTC [more...]
[RFC PATCH v2 0/9] mm/damon: make allow filters after reject filters useful and intuitive
2025-02-27 1:57 UTC (10+ 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
[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] samples/damon: a typo in the kconfig - sameple
2025-02-26 23:07 UTC (5+ messages)
[RFC PATCH 00/13] mm/damon/sysfs: commit parameters online via damon_call()
2025-02-26 6:36 UTC (14+ 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
[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 0/8] mm/damon: auto-tune aggregation interval
2025-02-25 18:14 UTC (11+ messages)
` [RFC PATCH 1/8] mm/damon: add data structure for monitoring intervals auto-tuning
` [RFC PATCH 2/8] mm/damon/core: implement "
` [RFC PATCH 3/8] mm/damon/sysfs: implement intervals tuning goal directory
` [RFC PATCH 4/8] mm/damon/sysfs: commit intervals tuning goal
` [RFC PATCH 5/8] mm/damon/sysfs: implement a command to update auto-tuned monitoring intervals
` [RFC PATCH 6/8] Docs/mm/damon/design: document for intervals auto-tuning
` [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] 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
[PATCH 0/8] mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers
2025-02-20 22:14 UTC (10+ 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 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 (31+ messages)
` [PATCH v2 01/17] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs
` [PATCH v2 02/17] mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
` [PATCH v2 03/17] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
` [PATCH v2 04/17] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v2 05/17] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v2 06/17] mm: use single SWP_DEVICE_EXCLUSIVE entry type
` [PATCH v2 07/17] mm/page_vma_mapped: device-exclusive entries are not migration entries
` [PATCH v2 08/17] kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page()
` [PATCH v2 09/17] mm/ksm: handle device-exclusive entries correctly in write_protect_page()
` [PATCH v2 10/17] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()
` [PATCH v2 11/17] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()
` [PATCH v2 12/17] mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()
` [PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one()
` [PATCH v2 14/17] mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()
` [PATCH v2 15/17] mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()
` [PATCH v2 16/17] mm/rmap: keep mapcount untouched for device-exclusive entries
` [PATCH v2 17/17] mm/rmap: avoid -EBUSY from 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
[PATCH v5 0/4] mm/damon: add support for hugepage_size DAMOS filter
2025-02-11 18:06 UTC (9+ messages)
` [PATCH v5 1/4] mm/damon: introduce DAMOS filter type hugepage_size
` [PATCH v5 2/4] mm/damon/sysfs-schemes: add files for setting damos_filter->sz_range
` [PATCH v5 3/4] Docs/ABI/damon: document DAMOS sysfs files to set the min/max folio_size
` [PATCH v5 4/4] Docs/admin-guide/mm/damon/usage: Document hugepage_size filter type
[PATCH 0/3] mm/damon/core: fix wrong and/or useless damos_walk() behaviors
2025-02-10 18:27 UTC (4+ messages)
` [PATCH 1/3] mm/damon/core: unset damos->walk_completed after confimed set
` [PATCH 2/3] mm/damon/core: do not call damos_walk_control->walk() if walk is completed
` [PATCH 3/3] mm/damon/core: do damos walking in entire regions granularity
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-01-27
2025-02-07 22:02 UTC
[PATCH 0/2] mm/damon/paddr: fix large folios access and schemes handling
2025-02-07 21:20 UTC (3+ messages)
` [PATCH 1/2] mm/damon/ops: have damon_get_folio return folio even for tail pages
` [PATCH 2/2] mm/damon: avoid applying DAMOS action to same entity multiple times
[PATCH v4 0/6] mm/damon: add support for hugepages
2025-02-07 18:52 UTC (21+ messages)
` [PATCH v4 1/6] mm/damon: have damon_get_folio return folio even for tail pages
` [PATCH v4 2/6] mm/damon/paddr: use damon_get_folio_in_region to obtain folio
` [PATCH v4 3/6] mm/damon/sysfs-schemes: add files for setting damos_filter->folio_size
` [PATCH v4 4/6] mm/damon: introduce DAMOS filter type hugepage
` [PATCH v4 5/6] Docs/ABI/damon: document DAMOS sysfs files to set the min/max folio_size
` [PATCH v4 6/6] Docs/admin-guide/mm/damon/usage: Document hugepage filter type
[RFC PATCH] mm/damon: avoid applying DAMOS action to same entity multiple times
2025-02-06 23:11 UTC
[LSF/MM/BPF TOPIC] DAMON Requirements for Access-aware MM of Future
2025-01-31 10:05 UTC (9+ messages)
[PATCH] damon: add feature to monitor only writes
2025-01-29 16:44 UTC (3+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-01-27
2025-01-24 21:56 UTC
[PATCH 6.12 000/122] 6.12.11-rc1 review
2025-01-21 23:48 UTC
[PATCH 6.6 00/72] 6.6.74-rc1 review
2025-01-21 23:47 UTC
[PATCH 6.1 00/64] 6.1.127-rc1 review
2025-01-21 23:46 UTC
[PATCH 5.15 000/127] 5.15.177-rc1 review
2025-01-21 23:45 UTC
[PATCH v3 1/2] mm/damon: have damon_get_folio return folio even for tail pages
2025-01-21 20:05 UTC (17+ messages)
` [PATCH v3 2/2] mm/damon: introduce DAMOS filter type hugepage
[LSF/MM/BPF TOPIC] DAMON Updates and Plans: Monitoring Parameters Auot-tuning and Memory Tiering
2025-01-21 18:31 UTC (3+ messages)
[sj:damon/next 45/45] mm/damon/paddr.c:316:30: warning: variable 'last_addr' set but not used
2025-01-20 21:03 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