linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] powercap/rapl: reduce ipi calls and misc clean up
@ 2016-02-24 21:31 Jacob Pan
  2016-02-24 21:31 ` [PATCH v6 1/4] cpumask: export cpumask_any_but Jacob Pan
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jacob Pan @ 2016-02-24 21:31 UTC (permalink / raw)
  To: LKML, Linux PM, Rafael Wysocki, Thomas Gleixner
  Cc: Srinivas Pandruvada, Andrew Morton, David S. Miller,
	Rusty Russell, Jacob Pan

Changes since v5:
	- Split changes into seprate patches. No code change.
Changes since V4:
	- Deleted unnecessary cpumask_any_and() call, assign first cpu as lead
Changes since V3:
	- Avoid for_each_online_cpu() search for per package MSR access. This
	  is achieved by tracking a per package lead cpu via cpumask_xx() calls.
	    (suggested by Thomas Gleixner <tglx@linutronix.de>)
	    - Add direct reference of RAPL package for each RAPL domain.

Jacob Pan (4):
  cpumask: export cpumask_any_but
  powercap/rapl: reduce ipi calls
  powercap/rapl: add package reference per domain
  powercap/rapl: track lead cpu per package

 drivers/powercap/intel_rapl.c | 220 ++++++++++++++++++++++--------------------
 lib/cpumask.c                 |   1 +
 2 files changed, 115 insertions(+), 106 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2016-03-08 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 21:31 [PATCH v6 0/4] powercap/rapl: reduce ipi calls and misc clean up Jacob Pan
2016-02-24 21:31 ` [PATCH v6 1/4] cpumask: export cpumask_any_but Jacob Pan
2016-02-24 21:31 ` [PATCH v6 2/4] powercap/rapl: reduce ipi calls Jacob Pan
2016-02-24 21:31 ` [PATCH v6 3/4] powercap/rapl: add package reference per domain Jacob Pan
2016-02-24 21:31 ` [PATCH v6 4/4] powercap/rapl: track lead cpu per package Jacob Pan
2016-03-08  1:06 ` [PATCH v6 0/4] powercap/rapl: reduce ipi calls and misc clean up Jacob Pan
2016-03-08  7:57   ` Thomas Gleixner
2016-03-08 17:14     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).