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
2016-04-28
nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()
Peter Zijlstra
1
-13
/
+16
2016-03-29
locking/atomic, sched: Unexport fetch_or()
Frederic Weisbecker
1
-0
/
+18
2016-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-55
/
+72
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+4
2016-03-21
sched/cpuacct: Simplify the cpuacct code
Zhao Lei
2
-25
/
+7
2016-03-21
sched/cpuacct: Rename parameter in cpuusage_write() for readability
Dongsheng Yang
1
-2
/
+5
2016-03-21
sched/fair: Add comments to explain select_idle_sibling()
Matt Fleming
1
-1
/
+18
2016-03-21
sched/fair: Fix fairness issue on migration
Peter Zijlstra
1
-6
/
+14
2016-03-21
sched/cgroup: Fix/cleanup cgroup teardown/init
Peter Zijlstra
1
-21
/
+14
2016-03-21
Merge branch 'linus' into sched/urgent, to pick up dependencies
Ingo Molnar
12
-639
/
+992
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2016-03-18
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-2
/
+2
2016-03-18
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2016-03-16
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-1
/
+119
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-16
/
+3
2016-03-14
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-43
/
+75
2016-03-14
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-609
/
+947
2016-03-14
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
6
-1
/
+119
2016-03-10
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
3
-1
/
+86
2016-03-09
sched/kasan: remove stale KASAN poison after hotplug
Mark Rutland
1
-0
/
+3
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
4
-1
/
+34
2016-03-08
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
4
-43
/
+75
2016-03-08
sched/cputime: Fix steal_account_process_tick() to always return jiffies
Chris Friesen
1
-7
/
+7
2016-03-08
sched/deadline: Remove dl_new from struct sched_dl_entity
Luca Abeni
2
-23
/
+13
2016-03-05
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
2
-0
/
+14
2016-03-02
sched-clock: Migrate to use new tick dependency mask model
Frederic Weisbecker
1
-0
/
+5
2016-03-02
sched: Migrate sched to use new tick dependency mask model
Frederic Weisbecker
2
-29
/
+53
2016-03-02
sched: Account rr tasks
Frederic Weisbecker
2
-0
/
+17
2016-03-02
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
Alexander Gordeev
1
-1
/
+1
2016-03-01
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
1
-2
/
+0
2016-03-01
cpu/hotplug: Make wait for dead cpu completion based
Thomas Gleixner
1
-4
/
+1
2016-03-01
cpu/hotplug: Let upcoming cpu bring itself fully up
Thomas Gleixner
1
-0
/
+2
2016-03-01
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
1
-10
/
+0
2016-02-29
sched/deadline: Remove superfluous call to switched_to_dl()
Peter Zijlstra
1
-2
/
+1
2016-02-29
sched/debug: Fix preempt_disable_ip recording for preempt_disable()
Sebastian Andrzej Siewior
1
-12
/
+2
2016-02-29
sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity
Rik van Riel
1
-16
/
+23
2016-02-29
sched/rt: Kick RT bandwidth timer immediately on start up
Steven Rostedt
1
-1
/
+9
2016-02-29
sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debug
Steven Rostedt (Red Hat)
1
-0
/
+9
2016-02-29
sched/debug: Move sched_domain_sysctl to debug.c
Steven Rostedt (Red Hat)
3
-178
/
+186
2016-02-29
sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c
Steven Rostedt (Red Hat)
2
-133
/
+131
2016-02-29
sched/rt: Fix PI handling vs. sched_setscheduler()
Peter Zijlstra
3
-50
/
+111
2016-02-29
sched/core: Remove duplicated sched_group_set_shares() prototype
Dongsheng Yang
1
-1
/
+0
2016-02-29
sched/fair: Consolidate nohz CPU load update code
Frederic Weisbecker
1
-23
/
+25
2016-02-29
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
1
-2
/
+10
2016-02-29
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
4
-30
/
+37
2016-02-29
sched/deadline: Always calculate end of period on sched_yield()
Peter Zijlstra
1
-9
/
+13
2016-02-29
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
3
-20
/
+23
2016-02-29
sched: Always inline context_switch()
Josh Poimboeuf
1
-1
/
+1
2016-02-29
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
1
-0
/
+2
2016-02-25
wait.[ch]: Introduce the simple waitqueue (swait) implementation
Peter Zijlstra (Intel)
2
-1
/
+124
[next]