summaryrefslogtreecommitdiff
path: root/kernel/sched/idle.c
AgeCommit message (Expand)Author
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy
2018-08-20sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2017-10-26sched/idle: Micro-optimize the idle loopCheng Jian
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki
2017-06-08sched/idle: Add deferrable vmstat_updater backAubrey Li
2017-05-15sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra
2016-11-29cpuidle: Allow enforcing deepest idle state selectionJacob Pan
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-06-14Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2016-06-03sched/idle: Optimize the generic idle loopGaurav Jindal (Gaurav Jindal)
2016-06-02cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach
2015-05-14sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki
2015-05-14sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki
2015-05-04sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki
2015-05-04sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano