summaryrefslogtreecommitdiffstats
path: root/kernel/sched/idle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-0/+21
|\
| * sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner2024-03-011-0/+21
* | tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker2024-02-261-1/+0
|/
* sched/cpuidle: Comment about timers requirements VS idle handlerFrederic Weisbecker2023-11-151-0/+30
* Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-071-0/+1
|\
| * kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-09-191-0/+1
* | sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-191-2/+2
|/
* sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't returnJosh Poimboeuf2023-03-081-1/+1
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-2/+0
* cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-131-32/+13
* context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-5/+5
* Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-1/+1
|\
| * Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-061-1/+0
| |\
| * | smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner2022-05-011-1/+1
* | | Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-1/+1
|\ \ \ | |_|/ |/| |
| * | lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-04-051-1/+1
| |/
* / sched/core: Fix forceidle balancingPeter Zijlstra2022-04-051-1/+0
|/
* sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar2022-02-231-3/+0
* sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior2021-09-091-2/+2
* sched: Trivial forced-newidle balancerPeter Zijlstra2021-05-121-0/+1
* sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-121-0/+8
* sched: Wrap rq::lock accessPeter Zijlstra2021-05-121-2/+2
* sched: Fix various typosIngo Molnar2021-03-221-2/+2
* sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot2021-03-061-0/+6
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-0/+1
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+4
|\
| * sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-101-1/+1
| * sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-291-2/+2
| * sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers2020-10-291-0/+1
* | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+27
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-0/+3
* sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-14/+8
* Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-4/+11
|\
| * cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki2020-06-251-4/+11
* | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-251-1/+0
* | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-1/+2
* | sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann2020-06-151-7/+0
|/
* sched: Replace rq::wake_listPeter Zijlstra2020-05-281-1/+0
* smp: Optimize send_call_function_single_ipi()Peter Zijlstra2020-05-281-0/+5
* idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang2020-01-171-1/+1
* Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-11-261-9/+15
|\
| * Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-11-261-9/+15
| |\
| | * cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano2019-11-201-1/+7
| | * cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2019-11-201-7/+7
| | * cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki2019-11-111-1/+1
* | | sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-111-2/+2
* | | sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-4/+1
* | | sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-111-1/+1