index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-14
/
+11
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
1
-0
/
+3
2020-08-26
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
1
-14
/
+8
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+4
2020-08-15
Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+5
2020-08-14
sched/debug: Fix the alignment of the show-state debug output
Libing Zhou
1
-11
/
+4
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+48
2020-08-06
sched: Fix use of count for nr_running tracepoint
Phil Auld
1
-1
/
+1
2020-08-03
Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-16
/
+12
2020-08-03
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
16
-272
/
+761
2020-08-03
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-5
/
+1
2020-08-03
Merge branches 'pm-em' and 'pm-core'
Rafael J. Wysocki
2
-11
/
+11
2020-08-02
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
1
-1
/
+1
2020-08-01
sched: Document arch_scale_*_capacity()
Valentin Schneider
1
-0
/
+10
2020-07-29
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
1
-6
/
+113
2020-07-29
sched/uclamp: Fix a deadlock when enabling uclamp static key
Qais Yousef
1
-2
/
+9
2020-07-28
sched: Remove duplicated tick_nohz_full_enabled() check
Miaohe Lin
1
-6
/
+1
2020-07-25
sched/uclamp: Remove unnecessary mutex_init()
Qinglang Miao
1
-2
/
+0
2020-07-24
sched: Warn if garbage is passed to default_wake_function()
Chris Wilson
1
-0
/
+1
2020-07-22
arch_topology, sched/core: Cleanup thermal pressure definition
Valentin Schneider
1
-11
/
+0
2020-07-22
sched/fair: update_pick_idlest() Select group with lowest group_util when idl...
Peter Puhov
1
-1
/
+7
2020-07-22
sched: nohz: stop passing around unused "ticks" parameter.
Paul Gortmaker
1
-1
/
+1
2020-07-22
sched: Better document ttwu()
Peter Zijlstra
2
-25
/
+173
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
2
-12
/
+27
2020-07-22
sched: Fix race against ptrace_freeze_trace()
Peter Zijlstra
1
-10
/
+14
2020-07-16
sched/fair: handle case of task_h_load() returning 0
Vincent Guittot
1
-2
/
+13
2020-07-08
sched: Add a tracepoint to track rq->nr_running
Phil Auld
4
-8
/
+25
2020-07-08
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
3
-4
/
+119
2020-07-08
sched/uclamp: Fix initialization of struct uclamp_rq
Qais Yousef
1
-5
/
+16
2020-07-08
sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9
Peter Zijlstra
1
-1
/
+2
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
5
-32
/
+101
2020-07-08
sched: Fix unreliable rseq cpu_id for new tasks
Mathieu Desnoyers
1
-0
/
+2
2020-07-08
sched: Fix loadavg accounting race
Peter Zijlstra
1
-16
/
+51
2020-07-02
cpufreq: Register governors at core_initcall
Quentin Perret
1
-5
/
+1
2020-06-28
Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-12
/
+37
2020-06-28
sched/cfs: change initial value of runnable_avg
Vincent Guittot
1
-1
/
+1
2020-06-28
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
1
-3
/
+3
2020-06-28
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
2
-3
/
+3
2020-06-28
sched/core: Fix ttwu() race
Peter Zijlstra
1
-5
/
+28
2020-06-28
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2020-06-28
sched/deadline: Initialize ->dl_boosted
Juri Lelli
1
-0
/
+1
2020-06-28
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...
Scott Wood
1
-1
/
+1
2020-06-25
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
1
-4
/
+11
2020-06-25
sched/fair: Optimize dequeue_task_fair()
Peng Wang
1
-3
/
+3
2020-06-25
sched: Micro optimization in pick_next_task() and in check_preempt_curr()
Kirill Tkhai
1
-15
/
+4
2020-06-25
sched: Remove struct sched_class::next field
Steven Rostedt (VMware)
6
-6
/
+0
2020-06-25
sched: Have sched_class_highest define by vmlinux.lds.h
Steven Rostedt (VMware)
2
-8
/
+17
2020-06-25
sched: Force the address order of each sched class descriptor
Steven Rostedt (VMware)
5
-5
/
+10
2020-06-24
PM / EM: change name of em_pd_energy to em_cpu_energy
Lukasz Luba
1
-1
/
+1
2020-06-24
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
1
-10
/
+10
[next]