messages from 2026-06-23 00:24:35 to 2026-06-29 13:56:39 UTC [more...]
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-06-29 13:56 UTC (32+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH 0/6] samples/damon: handle damon_{start,stop}() failures
2026-06-29 13:26 UTC (11+ messages)
` [PATCH 1/6] samples/damon/wsse: handle damon_start() failure
` [PATCH 2/6] samples/damon/prcl: "
` [PATCH 3/6] samples/damon/mtier: "
` [PATCH 4/6] samples/damon/mtier: handle damon_stop() failure
` [PATCH 5/6] samples/damon/wsse: stop and free damon ctx when damon_call() fails
` [PATCH 6/6] samples/damon/prcl: "
[PATCH] MAINTAINERS: s/SeongJae/SJ/
2026-06-29 13:24 UTC (12+ messages)
DAMON patches reposting plan
2026-06-28 22:32 UTC
[PATCH 0/2] mm/damon: add kernel-doc comments for probes and rnd_state of damon_ctx
2026-06-28 22:08 UTC (3+ messages)
` [PATCH 1/2] mm/damon: add a kernel-doc comment for damon_ctx->probes
` [PATCH 2/2] mm/damon: add a kernel-doc comment for damon_ctx->rnd_state
[PATCH 00/11] mm/damon/sysfs: kobject_del() directories that users can create/remove
2026-06-28 22:01 UTC (12+ messages)
` [PATCH 01/11] mm/damon/sysfs: kobject_del() target (normal), context and kdamond dirs
` [PATCH 02/11] mm/damon/sysfs: kobject_del() region and target (error) dirs
` [PATCH 03/11] mm/damon/sysfs-schemes: kobject_del() scheme dirs
` [PATCH 04/11] mm/damon/sysfs-schemes: kobject_del() scheme region dirs
` [PATCH 05/11] mm/damon/sysfs-schemes: kobject_del() scheme filter dirs
` [PATCH 06/11] mm/damon/sysfs-schemes: kobject_del() scheme quota goal dirs
` [PATCH 07/11] mm/damon/sysfs-schemes: kobject_del() scheme action destination dirs
` [PATCH 08/11] mm/damon/sysfs: kobject_del() probe dirs
` [PATCH 09/11] mm/damon/sysfs: kobject_del() probe filter dirs
` [PATCH 10/11] mm/damon/sysfs: kobject_del() probe dirs in probes_addd_dir error path
` [PATCH 11/11] mm/damon/sysfs-schemes: kobject_del() region for populate_region error
DAMON Release Newsletter for v7.2-rc1
2026-06-28 21:42 UTC (2+ messages)
[RFC PATCH v1.2] mm/damon/core: validate ranges in damon_set_regions()
2026-06-28 17:45 UTC (3+ messages)
[RFC] dama: userspace DAMON_RECLAIM min_age autotuner
2026-06-28 17:40 UTC (2+ messages)
[RFC PATCH] mm/damon/reclaim: add 'available' memory as an optional watermarks metric
2026-06-28 17:04 UTC (7+ messages)
[PATCH] mm/damon/core: reduce kernel stack usage
2026-06-28 16:50 UTC (4+ messages)
[RFC PATCH v1.1] mm/damon/core: validate ranges in damon_set_regions()
2026-06-28 1:13 UTC (3+ messages)
[RFC PATCH] mm/damon/core: validate ranges in damon_set_regions()
2026-06-27 17:26 UTC (4+ messages)
[RFC PATCH 0/2] damo: support perf event configuration
2026-06-26 15:11 UTC (9+ messages)
` [RFC PATCH 1/2] perf python: Add access to various members of evsel
[PATCH v2 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
2026-06-26 14:59 UTC (8+ messages)
` [PATCH v2 1/2] mm/damon/core: split a fraction of regions when nr_regions exceeds max/2
` [PATCH v2 2/2] mm/damon/tests/core-kunit: test split above max_nr_regions/2
[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
2026-06-26 1:13 UTC (5+ messages)
[RFC PATCH v1.2 13/17] mm/damon/core: remove attrs param from damon_update_region_access_rate()
2026-06-26 1:01 UTC (2+ messages)
[RFC PATCH v1.3 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-26 0:39 UTC (18+ messages)
` [RFC PATCH v1.3 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH v1.3 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH v1.3 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.3 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.3 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.3 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.3 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH v1.3 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH v1.3 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH v1.3 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH v1.3 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/
[RFC PATCH v1.2 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-25 14:37 UTC (16+ messages)
` [RFC PATCH v1.2 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH v1.2 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH v1.2 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.2 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.2 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.2 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.2 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH v1.2 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH v1.2 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH v1.2 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH v1.2 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/
[RFC PATCH v1.1 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-25 14:08 UTC (21+ messages)
` [RFC PATCH v1.1 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH v1.1 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH v1.1 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.1 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.1 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.1 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.1 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH v1.1 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH v1.1 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH v1.1 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH v1.1 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-06-25 11:00 UTC (16+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
[PATCH] mm/damon/paddr: remove folio_put from damon_pa_invalid_damos_folio
2026-06-25 3:49 UTC (3+ messages)
Roadmap for extending DAMON beyond pte-accessed bit
2026-06-24 14:56 UTC (2+ messages)
[RFC PATCH 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-24 14:20 UTC (12+ messages)
` [RFC PATCH 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/
[PATCH v2] mm/damon/ops-common: handle extreme intervals in damon_hot_score()
2026-06-23 15:08 UTC (3+ messages)
[RFC PATCH v1.3] mm/damon/ops-common: handle extreme intervals in damon_hot_score()
2026-06-23 13:42 UTC (3+ messages)
[RFC PATCH v1.3 07/18] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
2026-06-23 0:25 UTC (2+ messages)
[RFC PATCH v1.3 05/18] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
2026-06-23 0:24 UTC (2+ messages)
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