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