Nhat Pham (3): memcontrol: add helpers for hugetlb memcg accounting memcontrol: only transfer the memcg data for migration hugetlb: memcg: account hugetlb-backed memory in memory controller
Documentation/admin-guide/cgroup-v2.rst | 29 +++++ include/linux/cgroup-defs.h | 5 + include/linux/memcontrol.h | 37 +++++++ kernel/cgroup/cgroup.c | 15 ++- mm/filemap.c | 2 +- mm/hugetlb.c | 38 +++++-- mm/memcontrol.c | 141 +++++++++++++++++++++--- mm/migrate.c | 3 +- 8 files changed, 241 insertions(+), 29 deletions(-)