messages from 2025-12-02 02:14:28 to 2025-12-28 18:31:16 UTC [more...]
[PATCH] mm/damon/core: remove call_control in inactive contexts
2025-12-28 18:31 UTC
[PATCH 0/8] memcg: separate private and public ID namespaces
2025-12-27 22:12 UTC (14+ messages)
` [PATCH 1/8] memcg: introduce private id API for in-kernel users
` [PATCH 2/8] memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionally
` [PATCH 3/8] memcg: mem_cgroup_get_from_ino() returns NULL on error
` [PATCH 4/8] memcg: use cgroup_id() instead of cgroup_ino() for memcg ID
` [PATCH 5/8] mm/damon: use cgroup ID instead of private "
` [PATCH 6/8] mm/vmscan: use cgroup ID instead of private memcg ID in lru_gen interface
` [PATCH 7/8] memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()
` [PATCH 8/8] memcg: rename mem_cgroup_ino() to mem_cgroup_id()
[PATCH] mm/damon/sysfs: preventing duplicated list_add_tail() at the damon_call()
2025-12-27 17:42 UTC (8+ messages)
[PATCH] mm/damon/core: modified control->repeat loop at the kdamond_call()
2025-12-26 23:42 UTC (7+ messages)
[sj:damon/next 101/108] mm/memory.c:7487:1: sparse: sparse: symbol 'faults_monitor_controls_lock' was not declared. Should it be static?
2025-12-26 19:23 UTC
[PATCH 0/4] mm/damon/sysfs: free setup failures generated zombie sub-sub dirs
2025-12-25 2:30 UTC (5+ messages)
` [PATCH 1/4] mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failure
` [PATCH 2/4] mm/damon/sysfs: cleanup attrs subdirs on context "
` [PATCH 3/4] mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme "
` [PATCH 4/4] mm/damon/sysfs-scheme: cleanup access_pattern "
[PATCH v2] mm/damon/core: get memcg reference before access
2025-12-25 1:09 UTC (2+ messages)
[PATCH] memcg: damon: get memcg reference before access
2025-12-24 15:37 UTC (4+ messages)
[PATCH v2 0/5] mm/damon/tests/core-kunit: extend existing test scenarios
2025-12-24 15:31 UTC (13+ messages)
` [PATCH v2 1/5] mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()
` [PATCH v2 2/5] mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in damon_test_merge_two()
` [PATCH v2 3/5] mm/damon/tests/core-kunit: add a test case for region merge size limit in damon_test_merge_regions_of()
` [PATCH v2 4/5] mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_split_regions_of()
` [PATCH v2 5/5] mm/damon/tests/core-kunit: remove a redundant test case and add a new test case in damos_test_commit_quota_goal()
[PATCH 0/2] mm/damon: export symbols and introduce prdm module
2025-12-22 21:33 UTC (14+ messages)
` [PATCH 1/2] mm/damon/core: export necessary symbols
` [PATCH 2/2] mm/damon/modules: introduce prdm module for DAMON
[PATCH] mm/damon/tests/core-kunit: extend test scenarios and remove redundancy
2025-12-22 15:24 UTC (4+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-12-22
2025-12-19 23:22 UTC
[PATCH 00/12] mm/damon: introduce {,max_}nr_snapshots and tracepoint for damos stats
2025-12-18 17:29 UTC (18+ messages)
` [PATCH 01/12] mm/damon/core: introduce nr_snapshots damos stat
` [PATCH 02/12] mm/damon/sysfs-schemes: introduce nr_snapshots damos stat file
` [PATCH 03/12] Docs/mm/damon/design: update for nr_snapshots damos stat
` [PATCH 04/12] Docs/admin-guide/mm/damon/usage: "
` [PATCH 05/12] Docs/ABI/damon: "
` [PATCH 06/12] mm/damon: update damos kerneldoc for stat field
` [PATCH 07/12] mm/damon/core: implement max_nr_snapshots
` [PATCH 08/12] mm/damon/sysfs-schemes: implement max_nr_snapshots file
` [PATCH 09/12] Docs/mm/damon/design: update for max_nr_snapshots
` [PATCH 10/12] Docs/admin-guide/mm/damon/usage: "
` [PATCH 11/12] Docs/ABI/damon: "
` [PATCH 12/12] mm/damon/core: add trace point for damos stat per apply interval
[PATCH v2] mm/damon: fix typos in comments
2025-12-18 14:12 UTC (2+ messages)
[PATCH] mm/damon: fix typos in comments
2025-12-17 22:26 UTC (2+ messages)
[PATCH RESEND] mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
2025-12-16 7:34 UTC
[PATCH] mm/damon: add loadable module support for sample modules
2025-12-15 14:19 UTC (3+ messages)
[RFC PATCH v3 00/37] mm/damon: introduce per-CPUs/threads/write/read monitoring
2025-12-13 9:17 UTC (49+ messages)
` [RFC PATCH v3 01/37] mm/damon/core: implement damon_report_access()
` [RFC PATCH v3 02/37] mm/damon: define struct damon_sample_control
` [RFC PATCH v3 03/37] mm/damon/core: commit damon_sample_control
` [RFC PATCH v3 04/37] mm/damon/core: implement damon_report_page_fault()
` [RFC PATCH v3 06/37] mm/damon/paddr: support page fault access check primitive
` [RFC PATCH v3 07/37] mm/damon/core: apply access reports to high level snapshot
` [RFC PATCH v3 08/37] mm/damon/sysfs: implement monitoring_attrs/sample/ dir
` [RFC PATCH v3 09/37] mm/damon/sysfs: implement sample/primitives/ dir
` [RFC PATCH v3 10/37] mm/damon/sysfs: connect primitives directory with core
` [RFC PATCH v3 11/37] Docs/mm/damon/design: document page fault sampling primitive
` [RFC PATCH v3 12/37] Docs/admin-guide/mm/damon/usage: document sample primitives dir
` [RFC PATCH v3 13/37] mm/damon: extend damon_access_report for origin CPU reporting
` [RFC PATCH v3 14/37] mm/damon/core: report access origin cpu of page faults
` [RFC PATCH v3 15/37] mm/damon: implement sample filter data structure for cpus-only monitoring
` [RFC PATCH v3 16/37] mm/damon/core: implement damon_sample_filter manipulations
` [RFC PATCH v3 17/37] mm/damon/core: commit damon_sample_filters
` [RFC PATCH v3 18/37] mm/damon/core: apply sample filter to access reports
` [RFC PATCH v3 19/37] mm/damon/sysfs: implement sample/filters/ directory
` [RFC PATCH v3 20/37] mm/damon/sysfs: implement sample filter directory
` [RFC PATCH v3 21/37] mm/damon/sysfs: implement type, matching, allow files under sample filter dir
` [RFC PATCH v3 22/37] mm/damon/sysfs: implement cpumask file "
` [RFC PATCH v3 23/37] mm/damon/sysfs: connect sample filters with core layer
` [RFC PATCH v3 24/37] Docs/mm/damon/design: document sample filters
` [RFC PATCH v3 25/37] Docs/admin-guide/mm/damon/usage: document sample filters dir
` [RFC PATCH v3 26/37] mm/damon: extend damon_access_report for access-origin thread info
` [RFC PATCH v3 27/37] mm/damon/core: report access-generated thread id of the fault event
` [RFC PATCH v3 28/37] mm/damon: extend damon_sample_filter for threads
` [RFC PATCH v3 29/37] mm/damon/core: support threads type sample filter
` [RFC PATCH v3 30/37] mm/damon/sysfs: support thread based access sample filtering
` [RFC PATCH v3 31/37] Docs/mm/damon/design: document threads type sample filter
` [RFC PATCH v3 32/37] Docs/admin-guide/mm/damon/usage: document tids_arr file
` [RFC PATCH v3 33/37] mm/damon: support reporting write access
` [RFC PATCH v3 34/37] mm/damon/core: report whether the page fault was for writing
` [RFC PATCH v3 35/37] mm/damon/core: support write access sample filter
` [RFC PATCH v3 36/37] mm/damon/sysfs: support write-type "
` [RFC PATCH v3 37/37] Docs/mm/damon/design: document write access sample filter type
[PATCH] mm/damon: modified damon_call_control from static to kmalloc
2025-12-12 7:30 UTC (11+ messages)
[RFC PATCH 0/2] mm/damon: Introduce basic auto-tuning framework with priority support
2025-12-12 3:38 UTC (4+ messages)
` [RFC PATCH 1/2] mm/damon/auto-tuning: introduce DAMON-based auto-tunning module
` [RFC PATCH 2/2] mm/damon/sysfs: introduce priority sysfs interface
[PATCH v3] mm/damon/sysfs-schemes: Remove outdated TODO in target_nid_store()
2025-12-11 6:05 UTC (2+ messages)
[PATCH] mm/damon/sysfs: check for online node in target_nid_store
2025-12-11 3:07 UTC (4+ messages)
` [PATCH v2] mm/damon/sysfs-schemes: Remove outdated TODO in target_nid_store()
[PATCH] mm/damon/core: fix wasteful CPU calls by skipping non-existent targets
2025-12-10 9:15 UTC (2+ messages)
[PATCH] mm/damon/vaddr: fix missing pte_unmap_unlock in damos_va_migrate_pmd_entry()
2025-12-09 21:45 UTC (2+ messages)
[PATCH] mm/damon/core: delete damon_target when detected invalid
2025-12-09 10:49 UTC (4+ messages)
[RFC PATCH v3 05/37] mm/{mprotect,memory}: (no upstream-aimed hack) implement MM_CP_DAMON
2025-12-09 4:56 UTC
[RFC v2 0/7] mm/damon: extend for page faults reporting based access monitoring
2025-12-07 4:52 UTC (2+ messages)
[PATCH v3] mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
2025-12-06 14:52 UTC (5+ messages)
[PATCH v2] mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
2025-12-06 0:39 UTC (3+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-12-06
2025-12-05 19:55 UTC (2+ messages)
[PATCH] mm/damon/tests/core-kunit: avoid damos_test_commit stack warning
2025-12-04 15:01 UTC (2+ messages)
[PATCH] mm/damon: Remove duplicate attrs.intervals_goal at the damon_stat_build_ctx()
2025-12-03 7:54 UTC (2+ messages)
[PATCH] mm/damon/core: fix memory leak of repeat mode damon_call_control objects
2025-12-02 15:18 UTC (2+ messages)
[PATCH] mm/damon/core: support multiple damon_call_control requests
2025-12-02 7:55 UTC (4+ 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