git URL: https://github.com/jyong2/yocto-backports.git
branch: for-linux-yocto-4.1-power

10 patches regarding CPU idle/scheduler, tested with Apollo Lake.

All patches from Linus's tree, for linux-yocto-4.1 standard/base. for-linux-yocto-4.1-power is based on the latest standard/base as of writing.

Radivoje Jovanovic (1):
  powercap / RAPL: Add support for Broadwell-H

Rafael J. Wysocki (8):
  sched / idle: Move the default idle call code to a separate function
  cpuidle: Check the sign of index in cpuidle_reflect()
  sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()
  cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()
  sched / idle: Call idle_set_state() from cpuidle_enter_state()
  sched / idle: Call default_idle_call() from cpuidle_enter_state()
  cpuidle: Select a different state on tick_broadcast_enter() failures
  cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.c

Shilpasri G Bhat (1):
  cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle
    state

 drivers/cpuidle/cpuidle-powernv.c |  12 ++++
 drivers/cpuidle/cpuidle-pseries.c |  11 ++++
 drivers/cpuidle/cpuidle.c         |  38 +++++++++----
 drivers/cpuidle/governors/menu.c  |   4 +-
 drivers/powercap/intel_rapl.c     |   1 +
 include/linux/cpuidle.h           |   4 ++
 kernel/sched/idle.c               | 114 ++++++++++++++++++++------------------
 7 files changed, 117 insertions(+), 67 deletions(-)
--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to