summaryrefslogtreecommitdiffstats
path: root/kernel/sched/idle.c
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Micro-optimize the idle loopCheng Jian2017-10-261-1/+2
* sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-101-1/+0
* PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-1/+1
* PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-3/+3
* sched/idle: Add deferrable vmstat_updater backAubrey Li2017-06-081-0/+1
* sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-151-1/+1
* livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/idle: Add support for tasks that inject idlePeter Zijlstra2016-11-291-61/+101
* cpuidle: Allow enforcing deepest idle state selectionJacob Pan2016-11-291-5/+8
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-2/+11
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-141-1/+1
|\
| * cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2016-06-021-1/+1
* | sched/idle: Optimize the generic idle loopGaurav Jindal (Gaurav Jindal)2016-06-031-1/+3
|/
* rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-011-2/+0
* cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2016-03-011-4/+1
* cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2016-03-011-0/+2
*-. Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2016-01-291-1/+1
|\ \
| * | cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla2016-01-221-1/+1
* | | Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-201-6/+0
|\ \ \ | |/ /
| * | sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki2016-01-191-6/+0
| |/
* | vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-141-0/+1
|/
* sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira2015-10-121-0/+2
* sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2015-07-211-9/+5
* sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-13/+7
* sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-6/+9
* sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki2015-05-041-44/+46
* sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki2015-05-041-19/+24
* cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-14/+2
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-1/+8
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-271-1/+8
| |\
| | * rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-121-0/+2
| | * cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-121-1/+6
* | | sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2
|/ /
* | cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-051-9/+21
* | cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki2015-03-021-14/+15
* | idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-281-1/+0
|/
* PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-0/+16
* sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-301-1/+2
* sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-241-0/+6
* Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-4/+0
|\
| * cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-091-4/+0
* | sched/idle: Drop !! while calculating 'broadcast'Viresh Kumar2014-07-051-2/+2
|/
* sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra2014-06-051-3/+7
* sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski2014-06-051-1/+25
* Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2014-05-221-9/+4
|\
| * cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-05-011-13/+7
* | sched/idle: Make cpuidle_idle_call() voidRafael J. Wysocki2014-05-081-5/+2
* | sched/idle: Reflow cpuidle_idle_call()Peter Zijlstra2014-05-081-73/+58
* | sched/idle: Delay clearing the polling bitPeter Zijlstra2014-05-081-7/+10
|/
OpenPOWER on IntegriCloud