All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Stop sched tick in idle injection task
@ 2016-11-28 21:33 Jacob Pan
  2016-11-28 21:33 ` [PATCH v4 1/2] idle: add support for tasks that inject idle Jacob Pan
  2016-11-28 21:33 ` [PATCH v4 2/2] cpuidle: allow setting deepest idle Jacob Pan
  0 siblings, 2 replies; 17+ messages in thread
From: Jacob Pan @ 2016-11-28 21:33 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Thomas Gleixner, LKML, Linux PM
  Cc: Arjan van de Ven, Srinivas Pandruvada, Len Brown, Rafael Wysocki,
	Eduardo Valentin, Zhang Rui, Petr Mladek,
	Sebastian Andrzej Siewior, Jacob Pan

Changelog:
v4:	- Misc comments from Ingo are addressed, including style fix,
	  timeout handling, fork().
	- Dropped powerclamp patch from this set, move to its own
	  series.

v3:	- Rearrange idle.c change based on Rafael's suggestion.

v2:
	- Moved duration timer from powerclamp driver to play_idle()
	- Unexport cpuidle_use_deepest_state
	- Indentation fix

Idle injection drivers today use RT threads to run idle loop. There are
efficiency and accounting issues with the current intel_powerclamp.c
and acpi_pad.c. A while ago, I posted CFS based idle injection patch trying
to address them:
https://lkml.org/lkml/2015/11/13/576

Peter proposed another approach with the introduction of a PF_IDLE flag.
This patchset is based on his original posting:
https://lkml.org/lkml/2014/6/4/56

These patches apply on top of the kworker and cpu hotplug state machine
changes made to Intel powerclamp driver.
https://lkml.org/lkml/2016/10/17/362

Similar changes to ACPI PAD driver is developed along with other
enhancements. It will be posted after this patchset is accepted.

Jacob Pan (1):
  cpuidle: allow setting deepest idle

Peter Zijlstra (1):
  idle: add support for tasks that inject idle

 drivers/cpuidle/cpuidle.c |  11 +++
 include/linux/cpu.h       |   2 +
 include/linux/cpuidle.h   |   4 +-
 include/linux/sched.h     |   3 +-
 kernel/fork.c             |   2 +-
 kernel/sched/core.c       |   1 +
 kernel/sched/idle.c       | 175 +++++++++++++++++++++++++++++-----------------
 7 files changed, 129 insertions(+), 69 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-11-29  0:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-28 21:33 [PATCH v4 0/2] Stop sched tick in idle injection task Jacob Pan
2016-11-28 21:33 ` [PATCH v4 1/2] idle: add support for tasks that inject idle Jacob Pan
2016-11-28 21:39   ` Rafael J. Wysocki
2016-11-28 21:46     ` Jacob Pan
2016-11-28 22:22       ` Rafael J. Wysocki
2016-11-28 23:18   ` kbuild test robot
2016-11-28 23:18     ` kbuild test robot
2016-11-28 23:22   ` Rafael J. Wysocki
2016-11-29  0:33     ` Jacob Pan
2016-11-29  0:39       ` Jacob Pan
2016-11-29  0:45         ` Rafael J. Wysocki
2016-11-28 21:33 ` [PATCH v4 2/2] cpuidle: allow setting deepest idle Jacob Pan
2016-11-28 23:12   ` kbuild test robot
2016-11-28 23:12     ` kbuild test robot
2016-11-28 23:19   ` Rafael J. Wysocki
2016-11-29  0:59   ` kbuild test robot
2016-11-29  0:59     ` kbuild test robot

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.