messages from 2025-08-21 17:19:35 to 2025-09-12 09:20:12 UTC [more...]
[v5 00/15] mm: support device-private THP
2025-09-12 9:20 UTC (31+ messages)
` [v5 01/15] mm/zone_device: support large zone device private folios
` [v5 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v5 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v5 04/15] mm/huge_memory: implement device-private THP splitting
` [v5 05/15] mm/migrate_device: handle partially mapped folios during collection
` [v5 06/15] mm/migrate_device: implement THP migration of zone device pages
` [v5 07/15] mm/memory/fault: add THP fault handling for zone device private pages
` [v5 08/15] lib/test_hmm: add zone device private THP test infrastructure
` [v5 09/15] mm/memremap: add driver callback support for folio splitting
` [v5 10/15] mm/migrate_device: add THP splitting during migration
` [v5 11/15] lib/test_hmm: add large page allocation failure testing
` [v5 12/15] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v5 13/15] selftests/mm/hmm-tests: partial unmap, mremap and anon_write tests
` [v5 14/15] selftests/mm/hmm-tests: new throughput tests including THP
` [v5 15/15] gpu/drm/nouveau: enable THP support for GPU memory migration
[RFC PATCH 0/7] mm/damon: define and use DAMON initialization check function
2025-09-12 2:39 UTC (8+ messages)
` [RFC PATCH 1/7] mm/damon/core: implement damon_initialized() function
` [RFC PATCH 2/7] mm/damon/stat: use damon_initialized()
` [RFC PATCH 3/7] mm/damon/reclaim: "
` [RFC PATCH 4/7] mm/damon/lru_sort: "
` [RFC PATCH 5/7] samples/damon/wsse: "
` [RFC PATCH 6/7] samples/damon/prcl: "
` [RFC PATCH 7/7] samples/damon/mtier: "
[RFC PATCH 0/2] mm/damon/stat: expose auto-tuned intervals and non-idle ages
2025-09-12 2:06 UTC (4+ messages)
` [RFC PATCH 1/2] mm/damon/stat: expose the current tuned aggregation interval
` [RFC PATCH 2/2] mm/damon/stat: expose negative idle time
[v4 00/15] mm: support device-private THP
2025-09-11 11:43 UTC (23+ messages)
` [v4 01/15] mm/zone_device: support large zone device private folios
` [v4 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v4 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v4 04/15] mm/huge_memory: implement device-private THP splitting
` [v4 05/15] mm/migrate_device: handle partially mapped folios during collection
` [v4 06/15] mm/migrate_device: implement THP migration of zone device pages
` [v4 07/15] mm/memory/fault: add THP fault handling for zone device private pages
` [v4 08/15] lib/test_hmm: add zone device private THP test infrastructure
` [v4 09/15] mm/memremap: add driver callback support for folio splitting
` [v4 10/15] mm/migrate_device: add THP splitting during migration
` [v4 11/15] lib/test_hmm: add large page allocation failure testing
` [v4 12/15] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v4 13/15] selftests/mm/hmm-tests: partial unmap, mremap and anon_write tests
` [v4 14/15] selftests/mm/hmm-tests: new throughput tests including THP
` [v4 15/15] gpu/drm/nouveau: enable THP support for GPU memory migration
[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
2025-09-11 9:26 UTC (16+ messages)
` [PATCH v2 01/13] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH v2 02/13] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
` [EXTERNAL] "
` [PATCH v2 11/13] Documentation: net: Convert external kernel networking docs
` [PATCH v2 12/13] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references
[PATCH 0/2] mm/damon: add addr_unit for DAMON_LRU_SORT and DAMON_RECLAIM
2025-09-11 2:20 UTC (5+ messages)
` [PATCH 1/2] mm/damon/lru_sort: support addr_unit for DAMON_LRU_SORT
` [PATCH 2/2] mm/damon/reclaim: support addr_unit for DAMON_RECLAIM
[PATCH 0/3] samples/damon: fix boot time enable handling fixup merge mistakes
2025-09-09 4:30 UTC (8+ messages)
` [PATCH 1/3] samples/damon/wsse: avoid starting DAMON before initialization
` [PATCH 2/3] samples/damon/prcl: "
` [PATCH 3/3] samples/damon/mtier: "
[RFC PATCH] mm/damon/core: reset age if nr_accesses changes between non-zero and zero
2025-09-09 3:43 UTC
[sj:damon/next 118/128] mm/damon/tests/core-kunit.h:453:2: warning: unannotated fall-through between switch labels
2025-09-09 1:23 UTC
[BUG] 'damo stop' causes kernel crash in v6.17-rc3
2025-09-08 20:18 UTC (8+ messages)
[PATCH 0/2] mm/damon/sysfs: fix refresh_ms control overwriting on multi-kdamonds usages
2025-09-08 20:15 UTC (3+ messages)
` [PATCH 1/2] mm/damon/core: introduce damon_call_control->dealloc_on_cancel
` [PATCH 2/2] mm/damon/sysfs: use dynamically allocated repeat mode damon_call_control
[PATCH v2] mm/damon/sysfs: fix use-after-free in state_show()
2025-09-05 20:12 UTC (2+ messages)
[PATCH] mm/damon/sysfs: fix use-after-free in state_show()
2025-09-05 1:39 UTC (2+ messages)
[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
2025-09-03 3:32 UTC (24+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references
` (subset) [PATCH 00/14] Internalize www.kernel.org/doc cross-reference
[sj:damon/next 109/109] include/linux/kern_levels.h:5:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 16 has type 'int'
2025-09-03 1:46 UTC
[PATCH v3 00/11] mm/damon: support ARM32 with LPAE
2025-08-28 17:12 UTC (12+ messages)
` [PATCH v3 01/11] mm/damon/core: add damon_ctx->addr_unit
` [PATCH v3 02/11] mm/damon/paddr: support addr_unit for access monitoring
` [PATCH v3 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
` [PATCH v3 04/11] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
` [PATCH v3 05/11] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
` [PATCH v3 06/11] mm/damon/paddr: support addr_unit for DAMOS_STAT
` [PATCH v3 07/11] mm/damon/sysfs: implement addr_unit file under context dir
` [PATCH v3 08/11] Docs/mm/damon/design: document 'address unit' parameter
` [PATCH v3 09/11] Docs/admin-guide/mm/damon/usage: document addr_unit file
` [PATCH v3 10/11] Docs/ABI/damon: "
` [PATCH v3 11/11] mm/damon: add damon_ctx->min_sz_region
[PATCH v2 00/11] mm/damon: support ARM32 with LPAE
2025-08-28 3:22 UTC (29+ messages)
` [PATCH v2 01/11] mm/damon/core: add damon_ctx->addr_unit
` [PATCH v2 02/11] mm/damon/paddr: support addr_unit for access monitoring
` [PATCH v2 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
` [PATCH v2 04/11] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
` [PATCH v2 05/11] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
` [PATCH v2 06/11] mm/damon/paddr: support addr_unit for DAMOS_STAT
` [PATCH v2 07/11] mm/damon/sysfs: implement addr_unit file under context dir
` [PATCH v2 08/11] Docs/mm/damon/design: document 'address unit' parameter
` [PATCH v2 09/11] Docs/admin-guide/mm/damon/usage: document addr_unit file
` [PATCH v2 10/11] Docs/ABI/damon: "
` [PATCH v2 11/11] mm/damon: add damon_ctx->min_sz_region
[PATCH 0/2] mm/damon: void divide-by-zero in DAMON module's parameters application
2025-08-27 17:28 UTC (4+ messages)
` [PATCH 1/2] mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()
` [PATCH 2/2] mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()
[RFC PATCH 0/2] mm/damon: void divide-by-zero in DAMON module's parameters application
2025-08-26 14:36 UTC (6+ messages)
` [RFC PATCH 1/2] mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()
` [RFC PATCH 2/2] mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()
[PATCH 11/11] mm/damon: add damon_ctx->min_region
2025-08-22 18:03 UTC (4+ messages)
[PATCH v4] mm/damon/core: set quota->charged_from to jiffies at first charge window
2025-08-22 18:00 UTC (2+ messages)
[PATCH v3] mm/damon/core: set quota->charged_from to jiffies at first charge window
2025-08-21 18:11 UTC (3+ messages)
[PATCH 10/11] Docs/ABI/damon: document addr_unit file
2025-08-21 17:24 UTC (2+ messages)
[PATCH 09/11] Docs/admin-guide/mm/damon/usage: document addr_unit file
2025-08-21 17:23 UTC (2+ messages)
[PATCH 08/11] Docs/mm/damon/design: document 'address unit' parameter
2025-08-21 17:22 UTC (2+ messages)
[PATCH 07/11] mm/damon/sysfs: implement addr_unit file under context dir
2025-08-21 17:21 UTC (2+ messages)
[PATCH 06/11] mm/damon/paddr: support addr_unit for DAMOS_STAT
2025-08-21 17:19 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