Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1341030

[PATCH v5 0/2] powercap/rapl: reduce ipi calls and misc clean up

From Jacob Pan <jacob.jun.pan@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH v5 0/2] powercap/rapl: reduce ipi calls and misc clean up
Date 2016-02-23 22:10 +0100
Message-ID <r5snw-2CU-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 (2):
  cpumask: export cpumask_any_but
  powercap/rapl: reduce ipi calls

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

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v5 0/2] powercap/rapl: reduce ipi calls and misc clean up Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-02-23 22:10 +0100
  [PATCH v5 2/2] powercap/rapl: reduce ipi calls Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-02-23 22:10 +0100
    Re: [PATCH v5 2/2] powercap/rapl: reduce ipi calls Thomas Gleixner <tglx@linutronix.de> - 2016-02-24 12:10 +0100
      Re: [PATCH v5 2/2] powercap/rapl: reduce ipi calls Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-02-24 22:40 +0100
  [PATCH v5 1/2] cpumask: export cpumask_any_but Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-02-23 22:10 +0100
    Re: [PATCH v5 1/2] cpumask: export cpumask_any_but Rusty Russell <rusty@rustcorp.com.au> - 2016-03-02 09:20 +0100

csiph-web