[Devel] [PATCH rh7 v2 0/3] idle memory tracking
Vladimir Davydov
vdavydov at parallels.com
Mon May 18 04:33:31 PDT 2015
This patch set backports
https://lkml.org/lkml/2015/5/12/449
which is required by vcmmd.
It is not yet clear if the original patch set will be accepted upstream
as is, there still may be changes. However, I hope the user API will be
preserved. If it is not, we will have to fix this in our kernel too.
https://jira.sw.ru/browse/PSBM-32460
Vladimir Davydov (3):
memcg: add page_cgroup_ino helper
proc: add kpagecgroup file
proc: add kpageidle file
Documentation/vm/pagemap.txt | 16 ++-
fs/proc/Kconfig | 5 +-
fs/proc/page.c | 221 ++++++++++++++++++++++++++++++++++++++++++
fs/proc/task_mmu.c | 3 +-
include/linux/memcontrol.h | 3 +
include/linux/mm.h | 50 ++++++++++
include/linux/page-flags.h | 9 ++
mm/Kconfig | 12 +++
mm/hwpoison-inject.c | 3 -
mm/memcontrol.c | 22 +++++
mm/memory-failure.c | 18 +---
mm/page_alloc.c | 4 +
mm/rmap.c | 9 ++
mm/swap.c | 2 +
14 files changed, 353 insertions(+), 24 deletions(-)
--
1.7.10.4
More information about the Devel
mailing list