messages from 2026-06-26 13:54:32 to 2026-06-30 14:17:48 UTC [more...]
[PATCH 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-30 14:17 UTC (10+ messages)
` [PATCH 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [PATCH 02/11] Docs/ABI/damon: document probe files
` [PATCH 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [PATCH 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [PATCH 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [PATCH 06/11] selftests/damon/sysfs.sh: test dests dir
` [PATCH 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [PATCH 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [PATCH 09/11] mm/damon/sysfs: split probe setup function out
[PATCH] mm/damon/vaddr: remove redundant RCU lock
2026-06-30 14:03 UTC (11+ messages)
` [PATCH v2] "
[PATCH] mm/damon/core: reduce kernel stack usage
2026-06-30 13:29 UTC (5+ messages)
[PATCH 0/5] mm/damon: five misc fixups
2026-06-30 5:57 UTC (7+ messages)
` [PATCH 1/5] mm/damon/core: use kvmalloc for target regions array
` [PATCH 2/5] mm/damon/stat: use secs_to_jiffies() instead of msecs_to_jiffies()
` [PATCH 3/5] Docs/{admin-guide,mm}/damon: fix DAMON documentation details
` [PATCH 4/5] samples/damon: Fix typos in Kconfig help text
` [PATCH 5/5] mm/damon/tests/core-kunit: add KUnit test for walk_control_obsolete behavior
[PATCH v2] MAINTAINERS: s/SeongJae/SJ/
2026-06-30 5:18 UTC (4+ messages)
[PATCH 00/18] mm/damon: optimize out nr_accesses_bp
2026-06-30 4:52 UTC (33+ messages)
` [PATCH 01/18] mm/damon/core: introduce damon_nr_accesses_mvsum()
` [PATCH 02/18] mm/damon/tests/core-kunit: test damon_mvsum()
` [PATCH 03/18] mm/damon/core: always update ->last_nr_accesses for intervals change
` [PATCH 04/18] mm/damon/core: handle unreset nr_accesses in damon_nr_accesses_mvsum()
` [PATCH 05/18] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [PATCH 06/18] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [PATCH 07/18] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [PATCH 08/18] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [PATCH 09/18] mm/damon/core: remove damon_verify_reset_aggregated()
` [PATCH 10/18] mm/damon/core: remove damon_verify_merge_regions_of()
` [PATCH 11/18] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [PATCH 12/18] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [PATCH 13/18] mm/damon/core: remove nr_accesses_bp setups and updates
` [PATCH 14/18] mm/damon/core: remove attrs param from damon_update_region_access_rate()
` [PATCH 15/18] mm/damon/paddr: remove attrs param from __damon_pa_check_access()
` [PATCH 16/18] mm/damon/vaddr: remove attrs param from __damon_va_check_access()
` [PATCH 17/18] mm/damon/core: remove damon_moving_sum() and its unit test
` [PATCH 18/18] mm/damon/core: remove damon_region->nr_accesses_bp
[PATCH] mm/damon/core: validate ranges in damon_set_regions()
2026-06-30 4:26 UTC (4+ messages)
[PATCH v3] samples/damon/mtier: fail early if address range parameters are invalid
2026-06-30 0:27 UTC (3+ messages)
[PATCH v3 0/3] selftests/damon: misc fixes for test bugs
2026-06-30 0:24 UTC (6+ messages)
` [PATCH v3 1/3] selftests/damon: prevent cross-context state pollution in DamonCtx
` [PATCH v3 2/3] selftests/damon/damos_tried_regions: fix expectation output and join TypeError
` [PATCH v3 3/3] selftests/damon: fix dead code, skipped checks, and broken lookups
[PATCH v3 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
2026-06-30 0:19 UTC (5+ messages)
` [PATCH v3 1/2] mm/damon/core: split a fraction of regions when nr_regions exceeds max/2
` [PATCH v3 2/2] mm/damon/tests/core-kunit: test split above max_nr_regions/2
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-06-30 0:11 UTC (43+ 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 v2 0/2] selftests/damon: test kdamond refresh_ms
2026-06-29 14:49 UTC (3+ messages)
` [PATCH v2 1/2] selftests/damon/_damon_sysfs: support "
` [PATCH v2 2/2] selftests/damon/sysfs_refresh: test "
[PATCH v5 0/2] selftests/damon: fix memcg_path staging handling
2026-06-29 14:48 UTC (3+ messages)
` [PATCH v5 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v5 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[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 (6+ 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 (4+ messages)
[PATCH v2 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
2026-06-26 14:59 UTC (2+ messages)
[PATCH v2 2/2] mm/damon/tests/core-kunit: test split above max_nr_regions/2
2026-06-26 14:54 UTC (2+ messages)
[PATCH v2 1/2] mm/damon/core: split a fraction of regions when nr_regions exceeds max/2
2026-06-26 14:49 UTC (2+ messages)
[PATCH v2 1/2] mm/damon/core: split a fraction of regions when nr_regions exceeds max/2
2026-06-26 14:46 UTC (2+ messages)
[RFC PATCH 0/2] damo: support perf event configuration
2026-06-26 13:54 UTC (4+ messages)
` [RFC PATCH 1/2] perf python: Add access to various members of evsel
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