LWN.net Logo

Timer slack cgroup subsystem

From:  "Kirill A. Shutsemov" <kirill@shutemov.name>
To:  Paul Menage <menage@google.com>, Li Zefan <lizf@cn.fujitsu.com>
Subject:  [PATCH, v3 0/2] Timer slack cgroup subsystem
Date:  Wed, 2 Feb 2011 22:47:34 +0200
Message-ID:  <1296679656-31163-1-git-send-email-kirill@shutemov.name>
Cc:  containers@lists.linux-foundation.org, jacob.jun.pan@linux.intel.com, Arjan van de Ven <arjan@linux.intel.com>, linux-kernel@vger.kernel.org, Matt Helsley <matthltc@us.ibm.com>, "Kirill A. Shutemov" <kirill@shutemov.name>
Archive-link:  Article, Thread

From: Kirill A. Shutemov <kirill@shutemov.name>

Changelog:
v3: 
 - rework interface
 - s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
v2:
 - fixed with CONFIG_CGROUP_TIMER_SLACK=y
v1:
 - initial revision

Kirill A. Shutemov (2):
  cgroups: export cgroup_iter_{start,next,end}
  cgroups: introduce timer slack subsystem

 include/linux/cgroup_subsys.h |    6 +
 include/linux/init_task.h     |    4 +-
 init/Kconfig                  |   10 ++
 kernel/Makefile               |    1 +
 kernel/cgroup.c               |    3 +
 kernel/cgroup_timer_slack.c   |  242 +++++++++++++++++++++++++++++++++++++++++
 kernel/sys.c                  |   24 +++-
 7 files changed, 283 insertions(+), 7 deletions(-)
 create mode 100644 kernel/cgroup_timer_slack.c

-- 
1.7.3.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds