All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH, v4 0/2] Timer slack cgroup subsystem
@ 2011-02-03 14:34 Kirill A. Shutsemov
  2011-02-03 14:34 ` [PATCH, v4 1/2] cgroups: export cgroup_iter_{start,next,end} Kirill A. Shutsemov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kirill A. Shutsemov @ 2011-02-03 14:34 UTC (permalink / raw)
  To: Paul Menage, Li Zefan
  Cc: containers, jacob.jun.pan, Arjan van de Ven, linux-kernel,
	Matt Helsley, Kirill A. Shutemov

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

Changelog:
v4:
 - hierarchy support
 - drop dummy_timer_slack_check()
 - workaround lockdep false (?) positive
 - allow 0 as timer slack value
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   |  262 +++++++++++++++++++++++++++++++++++++++++
 kernel/sys.c                  |   19 ++-
 7 files changed, 298 insertions(+), 7 deletions(-)
 create mode 100644 kernel/cgroup_timer_slack.c

-- 
1.7.3.5


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-02-09 13:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 14:34 [PATCH, v4 0/2] Timer slack cgroup subsystem Kirill A. Shutsemov
2011-02-03 14:34 ` [PATCH, v4 1/2] cgroups: export cgroup_iter_{start,next,end} Kirill A. Shutsemov
2011-02-03 14:34 ` [PATCH, v4 2/2] cgroups: introduce timer slack subsystem Kirill A. Shutsemov
     [not found]   ` <1296743654-2984-3-git-send-email-kirill-oKw7cIdHH8eLwutG50LtGA@public.gmane.org>
2011-02-08 23:08     ` Andrew Morton
2011-02-08 23:08   ` Andrew Morton
     [not found]     ` <20110208150835.42e184be.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2011-02-09 13:23       ` Kirill A. Shutemov
2011-02-09 13:23     ` Kirill A. Shutemov
     [not found] ` <1296743654-2984-1-git-send-email-kirill-oKw7cIdHH8eLwutG50LtGA@public.gmane.org>
2011-02-03 14:34   ` [PATCH, v4 1/2] cgroups: export cgroup_iter_{start,next,end} Kirill A. Shutsemov
2011-02-03 14:34   ` [PATCH, v4 2/2] cgroups: introduce timer slack subsystem Kirill A. Shutsemov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.