aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang1-1/+1
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+15
2019-11-26Merge branch 'pm-cpuidle'Rafael J. Wysocki1-9/+15
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano1-1/+7
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano1-7/+7
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki1-1/+1
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-2/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-4/+1
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-1/+1
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra1-2/+1
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-1/+8
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+18
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano1-3/+4
2019-08-12idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-1/+3
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-1/+1
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-12/+15
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
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