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

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.

This patch optimize remote IPI calls for MSR access.

Jacob Pan (2):
  cpumask: export cpumask_any_but
  powercap/rapl: reduce ipi calls

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

-- 
1.9.1


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

end of thread, other threads:[~2016-02-19 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 20:37 [PATCH v4 0/2] powercap/rapl: reduce ipi calls and misc clean up Jacob Pan
2016-02-19 20:37 ` [PATCH v4 1/2] cpumask: export cpumask_any_but Jacob Pan
2016-02-19 20:37 ` [PATCH v4 2/2] powercap/rapl: reduce ipi calls Jacob Pan
2016-02-19 21:50   ` Thomas Gleixner
2016-02-19 22:01     ` Thomas Gleixner
2016-02-19 22:23       ` Jacob Pan

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).