index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
idle.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/idle: Make the idle timer expire in hard interrupt context
Sebastian Andrzej Siewior
2021-09-09
1
-2
/
+2
*
sched: Trivial forced-newidle balancer
Peter Zijlstra
2021-05-12
1
-0
/
+1
*
sched: Introduce sched_class::pick_task()
Peter Zijlstra
2021-05-12
1
-0
/
+8
*
sched: Wrap rq::lock access
Peter Zijlstra
2021-05-12
1
-2
/
+2
*
sched: Fix various typos
Ingo Molnar
2021-03-22
1
-2
/
+2
*
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
2021-03-06
1
-0
/
+6
*
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
2021-02-17
1
-0
/
+1
*
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-15
1
-3
/
+4
|
\
|
*
sched: Remove select_task_rq()'s sd_flag parameter
Valentin Schneider
2020-11-10
1
-1
/
+1
|
*
sched: Remove relyance on STRUCT_ALIGNMENT
Peter Zijlstra
2020-10-29
1
-2
/
+2
|
*
sched: membarrier: cover kthread_use_mm (v4)
Mathieu Desnoyers
2020-10-29
1
-0
/
+1
*
|
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-11-24
1
-1
/
+27
|
/
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-1
/
+1
*
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
2020-08-26
1
-0
/
+3
*
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
2020-08-26
1
-14
/
+8
*
Merge branch 'sched/urgent'
Peter Zijlstra
2020-07-08
1
-4
/
+11
|
\
|
*
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
2020-06-25
1
-4
/
+11
*
|
sched: Remove struct sched_class::next field
Steven Rostedt (VMware)
2020-06-25
1
-1
/
+0
*
|
sched: Force the address order of each sched class descriptor
Steven Rostedt (VMware)
2020-06-25
1
-1
/
+2
*
|
sched/idle,stop: Remove .get_rr_interval from sched_class
Dietmar Eggemann
2020-06-15
1
-7
/
+0
|
/
*
sched: Replace rq::wake_list
Peter Zijlstra
2020-05-28
1
-1
/
+0
*
smp: Optimize send_call_function_single_ipi()
Peter Zijlstra
2020-05-28
1
-0
/
+5
*
idle: fix spelling mistake "iterrupts" -> "interrupts"
Hewenliang
2020-01-17
1
-1
/
+1
*
Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-11-27
1
-9
/
+15
|
\
|
*
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2019-11-26
1
-9
/
+15
|
|
\
|
|
*
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
2019-11-20
1
-1
/
+7
|
|
*
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
2019-11-20
1
-7
/
+7
|
|
*
cpuidle: Use nanoseconds as the unit of time
Rafael J. Wysocki
2019-11-11
1
-1
/
+1
*
|
|
sched/core: Further clarify sched_class::set_next_task()
Peter Zijlstra
2019-11-11
1
-2
/
+2
*
|
|
sched/core: Simplify sched_class::pick_next_task()
Peter Zijlstra
2019-11-11
1
-4
/
+1
*
|
|
sched/core: Optimize pick_next_task()
Peter Zijlstra
2019-11-11
1
-1
/
+1
*
|
|
sched/core: Make pick_next_task_idle() more consistent
Peter Zijlstra
2019-11-11
1
-2
/
+1
|
/
/
*
/
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
2019-11-08
1
-1
/
+8
|
/
*
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-25
1
-1
/
+0
*
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-09-18
1
-3
/
+4
|
\
|
*
cpuidle: play_idle: Increase the resolution to usec
Daniel Lezcano
2019-09-03
1
-3
/
+4
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-17
1
-13
/
+18
|
\
\
|
*
|
sched: Rework pick_next_task() slow-path
Peter Zijlstra
2019-08-08
1
-1
/
+3
|
*
|
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
2019-08-08
1
-1
/
+1
|
*
|
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
2019-08-08
1
-12
/
+15
|
|
/
*
/
idle: Prevent late-arriving interrupts from disrupting offline
Peter Zijlstra
2019-08-12
1
-2
/
+3
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
2018-10-22
1
-15
/
+0
*
sched: idle: Avoid retaining the tick when it has been stopped
Rafael J. Wysocki
2018-08-20
1
-1
/
+1
*
sched: idle: Select idle state before stopping the tick
Rafael J. Wysocki
2018-04-09
1
-3
/
+8
*
cpuidle: Return nohz hint from cpuidle_select()
Rafael J. Wysocki
2018-04-06
1
-1
/
+3
*
sched: idle: Do not stop the tick before cpuidle_idle_call()
Rafael J. Wysocki
2018-04-05
1
-4
/
+15
*
sched: idle: Do not stop the tick upfront in the idle loop
Rafael J. Wysocki
2018-04-05
1
-3
/
+6
*
time: tick-sched: Reorganize idle tick management code
Rafael J. Wysocki
2018-04-05
1
-0
/
+1
*
sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.c
Ingo Molnar
2018-03-04
1
-1
/
+122
[next]