summaryrefslogtreecommitdiff
path: root/kernel/sched/idle.c
AgeCommit message (Expand)Author
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-11-26Merge branch 'pm-cpuidle'Rafael J. Wysocki
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano
2019-08-12idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
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