index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
idle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-5
/
+7
2025-11-25
sched: idle: Respect the CPU system wakeup QoS limit for s2idle
Ulf Hansson
1
-5
/
+7
2025-11-11
sched/deadline: Fix dl_server time accounting
Peter Zijlstra
1
-1
/
+15
2025-10-16
sched: Add support to pick functions to take rf
Joel Fernandes
1
-1
/
+1
2025-10-16
sched: Detect per-class runqueue changes
Peter Zijlstra
1
-0
/
+2
2025-10-16
sched: Move sched_class::prio_changed() into the change pattern
Peter Zijlstra
1
-1
/
+4
2025-10-16
sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern
Peter Zijlstra
1
-2
/
+2
2025-06-13
sched/smp: Use the SMP version of the idle scheduling class
Ingo Molnar
1
-4
/
+0
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/idle.c
Ingo Molnar
1
-4
/
+4
2025-06-11
sched: Make clangd usable
Peter Zijlstra
1
-0
/
+5
2025-01-10
sched_ext: idle: Refresh idle masks during idle-to-idle transitions
Andrea Righi
1
-2
/
+3
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2024-11-07
sched/idle: Switch to use hrtimer_setup_on_stack()
Nam Cao
1
-2
/
+2
2024-10-14
sched: idle: Optimize the generic idle loop by removing needless memory barrier
Zhongqiu Han
1
-1
/
+0
2024-09-03
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
1
-15
/
+3
2024-09-03
sched: Add put_prev_task(.next)
Peter Zijlstra
1
-1
/
+1
2024-09-03
sched: Rework pick_next_task()
Peter Zijlstra
1
-14
/
+2
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
1
-1
/
+2
2024-08-17
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
1
-1
/
+2
2024-08-04
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
1
-0
/
+2
2024-07-29
sched/deadline: Deferrable dl server
Daniel Bristot de Oliveira
1
-0
/
+2
2024-06-18
sched_ext: Add boilerplate for extensible scheduler class
Tejun Heo
1
-0
/
+2
2024-06-05
idle: Remove stale RCU comment
Christian Loehle
1
-6
/
+0
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
1
-4
/
+4
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+21
2024-03-01
sched/idle: Conditionally handle tick broadcast in default_idle_call()
Thomas Gleixner
1
-0
/
+21
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
1
-1
/
+0
2023-11-15
sched/cpuidle: Comment about timers requirements VS idle handler
Frederic Weisbecker
1
-0
/
+30
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
1
-0
/
+1
2023-09-19
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
1
-0
/
+1
2023-09-19
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
1
-2
/
+2
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-03-08
sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
Josh Poimboeuf
1
-1
/
+1
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-2
/
+0
2023-01-13
cpuidle: Fix ct_idle_*() usage
Peter Zijlstra
1
-32
/
+13
2022-07-05
context_tracking: Take idle eqs entrypoints over RCU
Frederic Weisbecker
1
-5
/
+5
2022-05-24
Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2022-05-24
Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-05-06
Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflict
Ingo Molnar
1
-1
/
+0
2022-05-01
smp: Rename flush_smp_call_function_from_idle()
Thomas Gleixner
1
-1
/
+1
2022-04-05
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
1
-1
/
+1
2022-04-05
sched/core: Fix forceidle balancing
Peter Zijlstra
1
-1
/
+0
2022-02-23
sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...
Ingo Molnar
1
-3
/
+0
2021-09-09
sched/idle: Make the idle timer expire in hard interrupt context
Sebastian Andrzej Siewior
1
-2
/
+2
2021-05-12
sched: Trivial forced-newidle balancer
Peter Zijlstra
1
-0
/
+1
2021-05-12
sched: Introduce sched_class::pick_task()
Peter Zijlstra
1
-0
/
+8
2021-05-12
sched: Wrap rq::lock access
Peter Zijlstra
1
-2
/
+2
2021-03-22
sched: Fix various typos
Ingo Molnar
1
-2
/
+2
2021-03-06
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
1
-0
/
+6
2021-02-17
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
1
-0
/
+1
[next]