aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior1-2/+2
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra1-0/+1
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra1-0/+8
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra1-2/+2
2021-03-22sched: Fix various typosIngo Molnar1-2/+2
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot1-0/+6
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+1
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+27
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider1-1/+1
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra1-2/+2
2020-10-29sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers1-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-0/+3
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra1-14/+8
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra1-4/+11
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki1-4/+11
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)1-1/+0
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)1-1/+2
2020-06-15sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann1-7/+0
2020-05-28sched: Replace rq::wake_listPeter Zijlstra1-1/+0
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra1-0/+5
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