All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] cgroup/freezer: add per freezer duty ratio control
@ 2011-02-07 18:13 ` jacob.jun.pan
  0 siblings, 0 replies; 10+ messages in thread
From: jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA @ 2011-02-07 18:13 UTC (permalink / raw)
  To: LKML, Kirill A. Shutemov, Arjan van de Ven, Matt Helsley; +Cc: Jacob Pan

From: Jacob Pan <jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>

Changelog:
v3:	- added documentation

v2:
	- use read_u64/write_u64 instead of string read/write
	- use period in second instead of ms
	- renamed duty_ratio to duty_ratio_pct, be more specific
	- removed locking around period and duty_ratio reads


Jacob Pan (1):
  cgroup/freezer: add per freezer duty ratio control

 Documentation/cgroups/freezer-subsystem.txt |   23 ++++++
 kernel/cgroup_freezer.c                     |  109 ++++++++++++++++++++++++++-
 2 files changed, 130 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v3] cgroup/freezer: add per freezer duty ratio control
@ 2011-02-07 23:30 jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA
  0 siblings, 0 replies; 10+ messages in thread
From: jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA @ 2011-02-07 23:30 UTC (permalink / raw)
  To: LKML, Kirill A. Shutemov, Arjan van de Ven, Matt Helsley; +Cc: Jacob Pan

From: Jacob Pan <jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>

Changelog:
v4:	- limit kthread creation only when valid duty ratio
	  parameters are given.
	- changed period back to milisecond
	- consolidated paramter write functions

v3:	- added documentation

v2:
	- use read_u64/write_u64 instead of string read/write
	- use period in second instead of ms
	- renamed duty_ratio to duty_ratio_pct, be more specific
	- removed locking around period and duty_ratio reads


Jacob Pan (1):
  cgroup/freezer: add per freezer duty ratio control

 Documentation/cgroups/freezer-subsystem.txt |   23 ++++++
 kernel/cgroup_freezer.c                     |  109 ++++++++++++++++++++++++++-
 2 files changed, 130 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v3] cgroup/freezer: add per freezer duty ratio control
@ 2011-02-07 23:30 jacob.jun.pan
  0 siblings, 0 replies; 10+ messages in thread
From: jacob.jun.pan @ 2011-02-07 23:30 UTC (permalink / raw)
  To: LKML, Kirill A. Shutemov, Arjan van de Ven, Matt Helsley,
	container cgroup, Li Zefan, Paul Menage, akpm, rdunlap,
	Cedric Le Goater
  Cc: Jacob Pan

From: Jacob Pan <jacob.jun.pan@linux.intel.com>

Changelog:
v4:	- limit kthread creation only when valid duty ratio
	  parameters are given.
	- changed period back to milisecond
	- consolidated paramter write functions

v3:	- added documentation

v2:
	- use read_u64/write_u64 instead of string read/write
	- use period in second instead of ms
	- renamed duty_ratio to duty_ratio_pct, be more specific
	- removed locking around period and duty_ratio reads


Jacob Pan (1):
  cgroup/freezer: add per freezer duty ratio control

 Documentation/cgroups/freezer-subsystem.txt |   23 ++++++
 kernel/cgroup_freezer.c                     |  109 ++++++++++++++++++++++++++-
 2 files changed, 130 insertions(+), 2 deletions(-)


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07 18:13 [PATCH v3] cgroup/freezer: add per freezer duty ratio control jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA
2011-02-07 18:13 ` jacob.jun.pan
     [not found] ` <1297102383-2658-1-git-send-email-jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2011-02-07 18:13   ` jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA
2011-02-07 18:13     ` jacob.jun.pan
2011-02-07 18:29     ` Kirill A. Shutemov
     [not found]       ` <20110207182929.GA14038-oKw7cIdHH8eLwutG50LtGA@public.gmane.org>
2011-02-07 20:57         ` Jacob Pan
2011-02-07 20:57       ` Jacob Pan
     [not found]     ` <1297102383-2658-2-git-send-email-jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2011-02-07 18:29       ` Kirill A. Shutemov
  -- strict thread matches above, loose matches on Subject: below --
2011-02-07 23:30 jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA
2011-02-07 23:30 jacob.jun.pan

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.