linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Per CPU idle injection
@ 2022-11-08  3:03 Srinivas Pandruvada
  2022-11-08  3:03 ` [PATCH 1/4] powercap: idle_inject: Export symbols Srinivas Pandruvada
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Srinivas Pandruvada @ 2022-11-08  3:03 UTC (permalink / raw)
  To: rui.zhang, rafael, daniel.lezcano
  Cc: amitk, linux-kernel, linux-pm, Srinivas Pandruvada

This series introduces per CPU idle injection. In preparation for this
enhance the existing powercap/idle_inject and modify intel_powerclamp
to use this. Then add per core idle injection driver.

Srinivas Pandruvada (4):
  powercap: idle_inject: Export symbols
  powercap: idle_inject: Add begin/end callbacks
  thermal/drivers/intel_powerclamp: Use powercap idle-inject framework
  thermal/drivers/intel_cpu_idle_cooling: Introduce Intel cpu idle
    cooling driver

 drivers/powercap/idle_inject.c                |  26 +-
 drivers/thermal/cpuidle_cooling.c             |   2 +-
 drivers/thermal/intel/Kconfig                 |  11 +
 drivers/thermal/intel/Makefile                |   1 +
 .../thermal/intel/intel_cpu_idle_cooling.c    | 262 ++++++++++++++++
 drivers/thermal/intel/intel_powerclamp.c      | 293 ++++++++----------
 include/linux/idle_inject.h                   |   4 +-
 7 files changed, 428 insertions(+), 171 deletions(-)
 create mode 100644 drivers/thermal/intel/intel_cpu_idle_cooling.c

-- 
2.37.3


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

end of thread, other threads:[~2022-11-10 23:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  3:03 [PATCH 0/4] Per CPU idle injection Srinivas Pandruvada
2022-11-08  3:03 ` [PATCH 1/4] powercap: idle_inject: Export symbols Srinivas Pandruvada
2022-11-08  3:03 ` [PATCH 2/4] powercap: idle_inject: Add begin/end callbacks Srinivas Pandruvada
2022-11-09 14:48   ` Rafael J. Wysocki
2022-11-10 23:13     ` srinivas pandruvada
2022-11-08  3:03 ` [PATCH 3/4] thermal/drivers/intel_powerclamp: Use powercap idle-inject framework Srinivas Pandruvada
2022-11-08  3:03 ` [PATCH 4/4] thermal/drivers/intel_cpu_idle_cooling: Introduce Intel cpu idle cooling driver Srinivas Pandruvada

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