All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Support controlling the maximum sub C-State
@ 2014-06-18 15:04 Ross Lagerwall
  2014-06-18 15:04 ` [PATCH 1/4] x86/mwait_idle: Fix trace output Ross Lagerwall
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ross Lagerwall @ 2014-06-18 15:04 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Stefano Stabellini, Liu Jinsong,
	Ian Jackson, Jan Beulich

As discussed previously on the list, here is a patch series to allow
controlling the maximum sub C-State. It doesn't fix the output of
xenpm to correctly show the sub C-States (that can be for later).

Ross Lagerwall (4):
  x86/mwait_idle: Fix trace output
  x86/mwait_idle: Allow limiting the sub C-state
  tools/libxc: Alow getting and setting the max sub C-State
  xenpm: Alow getting and setting the max sub C-State

 tools/libxc/xc_pm.c           | 33 +++++++++++++++++++++++++++++++++
 tools/libxc/xenctrl.h         |  3 +++
 tools/misc/xenpm.c            | 34 +++++++++++++++++++++++++++++++++-
 xen/arch/x86/acpi/cpu_idle.c  |  3 +++
 xen/arch/x86/cpu/mwait-idle.c |  8 +++++---
 xen/drivers/acpi/pmstat.c     | 12 ++++++++++++
 xen/include/public/sysctl.h   |  6 ++++++
 xen/include/xen/acpi.h        | 22 ++++++++++++++++++++++
 8 files changed, 117 insertions(+), 4 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-06-18 16:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 15:04 [PATCH 0/4] Support controlling the maximum sub C-State Ross Lagerwall
2014-06-18 15:04 ` [PATCH 1/4] x86/mwait_idle: Fix trace output Ross Lagerwall
2014-06-18 15:04 ` [PATCH 2/4] x86/mwait_idle: Allow limiting the sub C-state Ross Lagerwall
2014-06-18 15:23   ` Andrew Cooper
2014-06-18 15:51   ` Jan Beulich
2014-06-18 15:04 ` [PATCH 3/4] tools/libxc: Alow getting and setting the max sub C-State Ross Lagerwall
2014-06-18 15:16   ` Andrew Cooper
2014-06-18 16:00   ` Jan Beulich
2014-06-18 15:04 ` [PATCH 4/4] xenpm: " Ross Lagerwall
2014-06-18 15:28   ` Andrew Cooper
2014-06-18 15:16 ` [PATCH 0/4] Support controlling the maximum " Konrad Rzeszutek Wilk

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.