And another patchset for your attention.

--
Best regards,

Konstantin Khorenko,
Virtuozzo Linux Kernel Team

On 08/26/2015 07:28 PM, 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

  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(-)

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to