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
2007-05-08
revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...
Andrew Morton
1
-16
/
+18
2007-05-08
sched: align rq to cacheline boundary
Siddha, Suresh B
1
-1
/
+1
2007-05-08
sched: redundant reschedule when set_user_nice() boosts a prio of a task from...
Dmitry Adamushko
1
-18
/
+16
2007-05-08
sched: optimize siblings status check logic in wake_idle()
Siddha, Suresh B
1
-1
/
+10
2007-05-08
Speed up divides by cpu_power in scheduler
Eric Dumazet
1
-29
/
+54
2007-05-08
sched: dynticks idle load balancing
Siddha, Suresh B
1
-13
/
+210
2007-05-08
sched: fix idle load balancing in softirqd context
Siddha, Suresh B
1
-7
/
+5
2007-05-08
add touch_all_softlockup_watchdogs()
Jeremy Fitzhardinge
1
-0
/
+2
2007-05-07
Safer nr_node_ids and nr_node_ids determination and initial values
Christoph Lameter
1
-0
/
+8
2007-04-27
make SysRq-T show all tasks again
Ingo Molnar
1
-1
/
+1
2007-04-07
sched.c: Remove unused variable 'relative'
Linus Torvalds
1
-1
/
+0
2007-04-07
[PATCH] sched: get rid of p->children use in show_task()
Ingo Molnar
1
-34
/
+1
2007-03-05
[PATCH] sched: remove SMT nice
Con Kolivas
1
-154
/
+1
2007-03-01
[PATCH] sched: fix SMT scheduler bug
Ingo Molnar
1
-1
/
+1
2007-03-01
[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value
Thomas Gleixner
1
-1
/
+1
2007-02-13
[PATCH] i386: paravirt CPU hypercall batching mode
Zachary Amsden
1
-0
/
+7
2007-02-12
[PATCH] sched: avoid div in rebalance_tick
Nick Piggin
1
-3
/
+5
2007-02-11
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
1
-5
/
+4
2007-02-11
[PATCH] Consolidate default sched_clock()
Alexey Dobriyan
1
-0
/
+10
2007-01-11
[PATCH] sched: tasks cannot run on cpus onlined after boot
Nathan Lynch
1
-1
/
+1
2006-12-30
[PATCH] sched: fix cond_resched_softirq() offset
Ingo Molnar
1
-14
/
+4
2006-12-22
[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map
Tim Chen
1
-1
/
+1
2006-12-22
[PATCH] Conditionally check expected_preempt_count in __resched_legal()
Mark Fasheh
1
-0
/
+2
2006-12-21
[PATCH] sched: improve efficiency of sched_fork()
Peter Williams
1
-1
/
+2
2006-12-13
[PATCH] lockdep: print irq-trace info on asserts
Ingo Molnar
1
-0
/
+4
2006-12-10
[PATCH] kernel/sched.c: whitespace cleanups
Miguel Ojeda Sandonis
1
-40
/
+55
2006-12-10
[PATCH] sched: optimize activate_task for RT task
Chen, Kenneth W
1
-3
/
+5
2006-12-10
[PATCH] sched: remove lb_stopbalance counter
Chen, Kenneth W
1
-7
/
+4
2006-12-10
[PATCH] sched: decrease number of load balances
Siddha, Suresh B
1
-12
/
+47
2006-12-10
[PATCH] sched: improve migration accuracy
Mike Galbraith
1
-21
/
+20
2006-12-10
[PATCH] sched: add option to serialize load balancing
Christoph Lameter
1
-0
/
+9
2006-12-10
[PATCH] sched: call tasklet less frequently
Christoph Lameter
1
-2
/
+16
2006-12-10
[PATCH] sched: use softirq for load balancing
Christoph Lameter
1
-5
/
+17
2006-12-10
[PATCH] sched: move idle status calculation into rebalance_tick()
Christoph Lameter
1
-21
/
+16
2006-12-10
[PATCH] sched: extract load calculation from rebalance_tick
Christoph Lameter
1
-42
/
+54
2006-12-10
[PATCH] sched: disable interrupts for locking in load_balance()
Christoph Lameter
1
-5
/
+6
2006-12-10
[PATCH] sched: remove staggering of load balancing
Christoph Lameter
1
-8
/
+2
2006-12-10
[PATCH] sched: avoid taking rq lock in wake_priority_sleeper
Christoph Lameter
1
-0
/
+3
2006-12-10
[PATCH] move_task_off_dead_cpu() should be called with disabled ints
Kirill Korotaev
1
-3
/
+14
2006-12-10
[PATCH] ched domain: move sched group allocations to percpu area
Siddha, Suresh B
1
-68
/
+64
2006-12-10
[PATCH] sched.c: correct comment for this_rq_lock()
Robert P. J. Day
1
-1
/
+1
2006-12-07
[PATCH] struct seq_operations and struct file_operations constification
Helge Deller
1
-1
/
+1
2006-12-07
[PATCH] sched: correct output of show_state()
Chris Caputo
1
-4
/
+4
2006-12-07
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
1
-3
/
+0
2006-12-07
[PATCH] sleep profiling
Ingo Molnar
1
-0
/
+11
2006-12-07
[PATCH] lockdep: print current locks on in_atomic warnings
Peter Zijlstra
1
-0
/
+2
2006-12-07
[PATCH] SysRq-X: show blocked tasks
Ingo Molnar
1
-3
/
+8
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-1
/
+1
2006-10-20
[PATCH] readjust comments of task_timeslice for kernel doc
Borislav Petkov
1
-9
/
+9
2006-10-11
[PATCH] sched: likely profiling
Nick Piggin
1
-3
/
+3
[next]