Re: [PATCH 0/8] DAMON based tiered memory management for CXL memory

From: Honggyu Kim
Date: Thu Jun 13 2024 - 09:27:56 EST


On Thu, 13 Jun 2024 22:17:31 +0900 Honggyu Kim <honggyu.kim@xxxxxx> wrote:
> There was an RFC IDEA "DAMOS-based Tiered-Memory Management" previously
> posted at [1].
>
> It says there is no implementation of the demote/promote DAMOS action
> are made. This patch series is about its implementation for physical
> address space so that this scheme can be applied in system wide level.
>
> Changes from RFC v4:
> https://lore.kernel.org/20240512175447.75943-1-sj@xxxxxxxxxx
> 1. Add usage and design documents
> 2. Rename alloc_demote_folio to alloc_migrate_folio
> 3. Add evaluation results with "demotion_enabled" true
> 4. Rebase based on v6.10-rc3

Sorry for making confusion, I didn't add "PATCH v5" tag for this patch
series so please ignore and see the resent one.

Honggyu