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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-23
Add memory barrier semantics to wake_up() & co
Linus Torvalds
1
-0
/
+1
2008-02-23
kprobes: refuse kprobe insertion on add/sub_preempt_counter()
Srinivasa Ds
1
-2
/
+2
2008-02-13
sched: rt-group: refure unrunnable tasks
Peter Zijlstra
1
-0
/
+15
2008-02-13
sched: rt-group: clean up the ifdeffery
Peter Zijlstra
1
-71
/
+139
2008-02-13
sched: rt-group: make rt groups scheduling configurable
Peter Zijlstra
1
-43
/
+105
2008-02-13
sched: rt-group: interface
Peter Zijlstra
1
-30
/
+111
2008-02-13
sched: rt-group: deal with PI
Peter Zijlstra
1
-0
/
+3
2008-02-13
sched: fix incorrect irq lock usage in normalize_rt_tasks()
Peter Zijlstra
1
-4
/
+4
2008-02-13
sched: fair-group: separate tg->shares from task_group_lock
Peter Zijlstra
1
-20
/
+17
2008-02-08
kernel: remove fastcall in kernel/*
Harvey Harrison
1
-8
/
+8
2008-02-01
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+18
2008-01-31
sched: remove unused params
Gerald Stralko
1
-5
/
+5
2008-01-30
spinlock: lockbreak cleanup
Nick Piggin
1
-10
/
+6
2008-01-25
sched: print backtrace of running tasks too
Nick Piggin
1
-2
/
+1
2008-01-25
sched: monitor clock underflows in /proc/sched_debug
Guillaume Chazarain
1
-2
/
+4
2008-01-25
sched: fix rq->clock warps on frequency changes
Guillaume Chazarain
1
-1
/
+1
2008-01-25
sched: remove the !PREEMPT_BKL code
Ingo Molnar
1
-16
/
+3
2008-01-25
sched: rt throttling vs no_hz
Peter Zijlstra
1
-1
/
+22
2008-01-25
sched: rt group scheduling
Peter Zijlstra
1
-83
/
+200
2008-01-25
sched: rt time limit
Peter Zijlstra
1
-20
/
+50
2008-01-25
sched: high-res preemption tick
Peter Zijlstra
1
-11
/
+199
2008-01-25
sched: do not do cond_resched() when CONFIG_PREEMPT
Herbert Xu
1
-2
/
+4
2008-01-25
sched: documentation, whitespace fixes
Ingo Molnar
1
-4
/
+4
2008-01-25
sched: sched_rt_entity
Peter Zijlstra
1
-1
/
+1
2008-01-25
sched: dynamically update the root-domain span/online maps
Gregory Haskins
1
-12
/
+19
2008-01-25
sched: RT-balance, add new methods to sched_class
Steven Rostedt
1
-22
/
+20
2008-01-25
sched: RT-balance, replace hooks with pre/post schedule and wakeup methods
Steven Rostedt
1
-4
/
+16
2008-01-25
sched: get rid of 'new_cpu' in try_to_wake_up()
Dmitry Adamushko
1
-8
/
+3
2008-01-25
sched: add credits for RT balancing improvements
Ingo Molnar
1
-0
/
+2
2008-01-25
sched: style cleanup, #2
Ingo Molnar
1
-15
/
+17
2008-01-25
sched: remove unused JIFFIES_TO_NS() macro
Ingo Molnar
1
-2
/
+1
2008-01-25
sched: only balance our RT tasks within our domain
Gregory Haskins
1
-0
/
+7
2008-01-25
sched: add sched-domain roots
Gregory Haskins
1
-3
/
+118
2008-01-25
sched: RT-balance on new task
Steven Rostedt
1
-0
/
+1
2008-01-25
sched: wake-balance fixes
Gregory Haskins
1
-0
/
+2
2008-01-25
sched: de-SCHED_OTHER-ize the RT path
Gregory Haskins
1
-140
/
+27
2008-01-25
sched: add RT-balance cpu-weight
Gregory Haskins
1
-1
/
+8
2008-01-25
sched: push RT tasks from overloaded CPUs
Steven Rostedt
1
-0
/
+1
2008-01-25
sched: pull RT tasks from overloaded runqueues
Steven Rostedt
1
-0
/
+2
2008-01-25
sched: add RT task pushing
Steven Rostedt
1
-1
/
+7
2008-01-25
sched: track highest prio task queued
Steven Rostedt
1
-0
/
+3
2008-01-25
sched: count # of queued RT tasks
Steven Rostedt
1
-0
/
+1
2008-01-25
softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks
Ingo Molnar
1
-2
/
+2
2008-01-25
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
Gautham R Shenoy
1
-16
/
+9
2008-01-25
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
1
-2
/
+2
2008-01-25
sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups
Srivatsa Vaddagiri
1
-14
/
+256
2008-01-25
sched: introduce a mutex and corresponding API to serialize access to doms_cu...
Srivatsa Vaddagiri
1
-0
/
+19
2008-01-25
sched: group scheduling, change how cpu load is calculated
Srivatsa Vaddagiri
1
-16
/
+11
2008-01-25
sched: group scheduling, minor fixes
Srivatsa Vaddagiri
1
-8
/
+25
2008-01-25
sched: group scheduling code cleanup
Srivatsa Vaddagiri
1
-18
/
+3
[next]