]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'pm-cpuidle' and 'pm-qos'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 11 Apr 2018 11:22:46 +0000 (13:22 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 11 Apr 2018 11:22:46 +0000 (13:22 +0200)
commitf79ba381892b8317080b98a813d0d33e850e5f92
tree378f47d95daa60a069b02aec5966ffa00997bec3
parent68228f6dfbf2ea29338fda7ca05a0e088dc9a47f
parent17f6080014b6e6a48feace103547bc687530aeeb
parent9b5369cccb15cba317c721b79d71cb2b3c30d0cb
Merge branches 'pm-cpuidle' and 'pm-qos'

* pm-cpuidle:
  tick-sched: avoid a maybe-uninitialized warning
  cpuidle: Add definition of residency to sysfs documentation
  time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
  nohz: Avoid duplication of code related to got_idle_tick
  nohz: Gather tick_sched booleans under a common flag field
  cpuidle: menu: Avoid selecting shallow states with stopped tick
  cpuidle: menu: Refine idle state selection for running tick
  sched: idle: Select idle state before stopping the tick
  time: hrtimer: Introduce hrtimer_next_event_without()
  time: tick-sched: Split tick_nohz_stop_sched_tick()
  cpuidle: Return nohz hint from cpuidle_select()
  jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
  sched: idle: Do not stop the tick before cpuidle_idle_call()
  sched: idle: Do not stop the tick upfront in the idle loop
  time: tick-sched: Reorganize idle tick management code

* pm-qos:
  PM / QoS: mark expected switch fall-throughs
include/linux/hrtimer.h
kernel/time/hrtimer.c
kernel/time/tick-sched.c