public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH, v10 0/3] Introduce timer slack controller
@ 2011-10-11 16:15 Kirill A. Shutemov
  2011-10-11 16:15 ` [PATCH, v10 1/3] hrtimer: introduce effective timer slack Kirill A. Shutemov
                   ` (2 more replies)
  0 siblings, 3 replies; 36+ messages in thread
From: Kirill A. Shutemov @ 2011-10-11 16:15 UTC (permalink / raw)
  To: Paul Menage, Li Zefan, Andrew Morton, Thomas Gleixner
  Cc: containers, jacob.jun.pan, Arjan van de Ven, linux-kernel,
	Matt Helsley, linux-api, Kay Sievers, lennart, harald, david,
	greg, Kirill A. Shutemov

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

Changelog:

v10 [7 month later, thanks to A Plumber's Wish List]:
 - rebased to linux-next-20111011
v9:
 - update documentation
 - minor cleanup
v8:
 - change hiearchy rules
 - introduce timer_slack.effective_slack_ns
 - get_task_timer_slack() -> task_get_effective_timer_slack()
 - task_get_effective_timer_slack() splited in separate patch
 - implement PR_GET_EFFECTIVE_TIMERSLACK
v7:
 - totally reworked interface and rewritten from scratch
   (See Documentation/cgroups/timer_slack.txt for more information)
v6:
 - add documentation
 - use notifier_call_chain() instead of check hook
 - fix validate_change()
 - cleanup
v5:
 - -EBUSY on writing to timer_slack.min_slack_ns/max_slack_ns if a child has
   wider min-max range
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 (3):
  hrtimer: introduce effective timer slack
  hrtimer: implement PR_GET_EFFECTIVE_TIMERSLACK
  cgroups: introduce timer slack controller

 Documentation/cgroups/timer_slack.txt |   72 +++++++++++++++++++
 fs/select.c                           |    7 +--
 include/linux/cgroup_subsys.h         |    7 ++
 include/linux/prctl.h                 |    6 ++
 include/linux/sched.h                 |   10 +++
 init/Kconfig                          |    8 ++
 kernel/Makefile                       |    1 +
 kernel/cgroup_timer_slack.c           |  124 +++++++++++++++++++++++++++++++++
 kernel/fork.c                         |    4 +
 kernel/futex.c                        |    4 +-
 kernel/hrtimer.c                      |    2 +-
 kernel/sys.c                          |    3 +
 12 files changed, 240 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/cgroups/timer_slack.txt
 create mode 100644 kernel/cgroup_timer_slack.c

-- 
1.7.6.3


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

end of thread, other threads:[~2011-10-17 19:50 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 16:15 [PATCH, v10 0/3] Introduce timer slack controller Kirill A. Shutemov
2011-10-11 16:15 ` [PATCH, v10 1/3] hrtimer: introduce effective timer slack Kirill A. Shutemov
2011-10-11 16:15 ` [PATCH, v10 2/3] hrtimer: implement PR_GET_EFFECTIVE_TIMERSLACK Kirill A. Shutemov
2011-10-11 16:15 ` [PATCH, v10 3/3] cgroups: introduce timer slack controller Kirill A. Shutemov
2011-10-11 16:49   ` Kirill A. Shutemov
2011-10-14 22:43   ` Andrew Morton
2011-10-14 23:34     ` Kirill A. Shutemov
2011-10-15 11:20     ` Lennart Poettering
2011-10-15 19:11       ` Peter Zijlstra
2011-10-17  1:39         ` Lennart Poettering
2011-10-17  3:22           ` Matthew Garrett
2011-10-17  5:21             ` Arjan van de Ven
2011-10-17  7:36               ` Peter Zijlstra
2011-10-17  9:38                 ` Thomas Gleixner
2011-10-17 12:46                   ` Matthew Garrett
2011-10-17 13:06                     ` Peter Zijlstra
2011-10-17 14:11                       ` Matthew Garrett
2011-10-17 14:28                         ` Peter Zijlstra
2011-10-17 14:35                           ` Arjan van de Ven
2011-10-17 14:45                             ` Peter Zijlstra
2011-10-17 14:40                           ` Matthew Garrett
2011-10-17 14:49                             ` Peter Zijlstra
2011-10-17 14:59                               ` Matthew Garrett
2011-10-17 15:11                                 ` Peter Zijlstra
2011-10-17 15:19                                   ` Matthew Garrett
2011-10-17 15:21                                     ` Peter Zijlstra
2011-10-17 15:31                                       ` Matthew Garrett
2011-10-17 16:36                                         ` Peter Zijlstra
2011-10-17 16:49                                           ` Matthew Garrett
2011-10-17 15:48                                       ` Alan Cox
2011-10-17 16:33                                         ` Peter Zijlstra
2011-10-17 15:18                                 ` Peter Zijlstra
2011-10-17  7:34             ` Peter Zijlstra
2011-10-17 13:55               ` Lennart Poettering
2011-10-17  7:28           ` Peter Zijlstra
2011-10-17 19:46             ` Valdis.Kletnieks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox