[Devel] [PATCH rh7 0/4] memcg/kmem: account some non-slab objects

Kirill Tkhai ktkhai at odin.com
Thu Sep 3 05:16:11 PDT 2015



On 26.08.2015 19:28, Vladimir Davydov wrote:
> This patch set implements memcg/kmem accounting for vmalloc, pipe
> buffers, and page tables. I'll probably try to submit these patches
> (slightly modified) upstream after v4.2 has been released.
> 
> Vladimir Davydov (4):
>   vmalloc: account to memcg/kmem
>   fs: account anon pipe buffers to memcg/kmem
>   gfp: add __get_free_kmem_pages helper
>   arch: x86: charge page tables to memcg/kmem

Reviewed-by: Kirill Tkhai <ktkhai at odin.com>

> 
>  arch/x86/include/asm/pgalloc.h | 13 +++++++------
>  arch/x86/mm/pgtable.c          | 24 +++++++++++++++---------
>  fs/pipe.c                      | 13 ++++++++-----
>  include/linux/gfp.h            |  1 +
>  mm/page_alloc.c                | 12 ++++++++++++
>  mm/vmalloc.c                   |  6 +++---
>  6 files changed, 46 insertions(+), 23 deletions(-)
> 



More information about the Devel mailing list