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
2006-09-26
[PATCH] Fix longstanding load balancing bug in the scheduler
Christoph Lameter
1
-8
/
+46
2006-08-27
[PATCH] revert "Drop tasklist lock in do_sched_setscheduler"
Oleg Nesterov
1
-3
/
+1
2006-07-31
[PATCH] pi-futex: missing pi_waiters plist initialization
Heiko Carstens
1
-0
/
+5
2006-07-31
[PATCH] fix cond_resched() fix
Jim Houston
1
-5
/
+5
2006-07-31
[PATCH] sched: build_sched_domains() fix
Siddha, Suresh B
1
-1
/
+6
2006-07-14
[PATCH] per-task-delay-accounting: cpu delay collection via schedstats
Chandra Seetharaman
1
-22
/
+49
2006-07-14
[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection
Shailabh Nagar
1
-0
/
+5
2006-07-14
[PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSW
Ingo Molnar
1
-0
/
+8
2006-07-10
[PATCH] small kernel/sched.c cleanup
Andreas Mohr
1
-10
/
+7
2006-07-10
[PATCH] sched: fix bug in __migrate_task()
Peter Williams
1
-1
/
+1
2006-07-03
[PATCH] sched: cleanup, convert sched.c-internal typedefs to struct
Ingo Molnar
1
-125
/
+125
2006-07-03
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
Ingo Molnar
1
-91
/
+101
2006-07-03
[PATCH] sched: clean up fallout of recent changes
Ingo Molnar
1
-166
/
+194
2006-07-03
[PATCH] lockdep: annotate scheduler runqueue locks
Ingo Molnar
1
-0
/
+2
2006-07-03
[PATCH] lockdep: prove spinlock rwlock locking correctness
Ingo Molnar
1
-0
/
+10
2006-07-03
[PATCH] lockdep: irqtrace subsystem, core
Ingo Molnar
1
-1
/
+3
2006-07-03
[PATCH] lockdep: better lock debugging
Ingo Molnar
1
-5
/
+11
2006-06-30
[PATCH] cond_resched() fix
Andrew Morton
1
-12
/
+13
2006-06-27
[PATCH] rtmutex: Propagate priority settings into PI lock chains
Thomas Gleixner
1
-0
/
+2
2006-06-27
[PATCH] Drop tasklist lock in do_sched_setscheduler
Thomas Gleixner
1
-1
/
+3
2006-06-27
[PATCH] pi-futex: scheduler support for pi
Ingo Molnar
1
-29
/
+160
2006-06-27
[PATCH] BUG() if setscheduler is called from interrupt context
Steven Rostedt
1
-0
/
+2
2006-06-27
[PATCH] sched: uninline task_rq_lock()
Oleg Nesterov
1
-1
/
+1
2006-06-27
[PATCH] sched: mc/smt power savings sched policy
Siddha, Suresh B
1
-25
/
+215
2006-06-27
[PATCH] sched_domai: Allocate sched_group structures dynamically
Srivatsa Vaddagiri
1
-5
/
+43
2006-06-27
[PATCH] sched_domai: Use kmalloc_node
Srivatsa Vaddagiri
1
-2
/
+3
2006-06-27
[PATCH] sched_domai: Don't use GFP_ATOMIC
Srivatsa Vaddagiri
1
-1
/
+1
2006-06-27
[PATCH] sched_domain: handle kmalloc failure
Srivatsa Vaddagiri
1
-61
/
+78
2006-06-27
[PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()
Peter Williams
1
-5
/
+21
2006-06-27
[PATCH] sched: modify move_tasks() to improve load balancing outcomes
Peter Williams
1
-2
/
+10
2006-06-27
[PATCH] sched: implement smpnice
Peter Williams
1
-65
/
+219
2006-06-27
[PATCH] sched: CPU hotplug race vs. set_cpus_allowed()
Kirill Korotaev
1
-4
/
+14
2006-06-27
[PATCH] unnecessary long index i in sched
Steven Rostedt
1
-1
/
+2
2006-06-27
[PATCH] sched: fix interactive ceiling code
Con Kolivas
1
-25
/
+27
2006-06-27
[PATCH] sched: simplify bitmap definition
Steven Rostedt
1
-3
/
+1
2006-06-27
[PATCH] sched: fix smt nice lock contention and optimization
Chen, Kenneth W
1
-123
/
+59
2006-06-27
[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only
Chandra Seetharaman
1
-3
/
+4
2006-06-27
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
Chandra Seetharaman
1
-1
/
+1
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
1
-2
/
+7
2006-06-26
[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status
Andi Kleen
1
-2
/
+7
2006-06-26
[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()
Peter Williams
1
-1
/
+1
2006-06-25
[PATCH] cpu hotplug: fix CPU_UP_CANCEL handling
Heiko Carstens
1
-0
/
+2
2006-06-25
[PATCH] Define __raw_get_cpu_var and use it
Paul Mackerras
1
-2
/
+2
2006-06-23
[PATCH] cond_resched() might_sleep() fix
Ingo Molnar
1
-0
/
+3
2006-06-23
[PATCH] SELinux: add security hooks to {get,set}affinity
David Quigley
1
-1
/
+8
2006-05-21
Revert "[PATCH] sched: fix interactive task starvation"
Linus Torvalds
1
-44
/
+18
2006-04-26
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
1
-1
/
+1
2006-04-11
[PATCH] sched: don't awaken RT tasks on expired array
Mike Galbraith
1
-1
/
+1
2006-04-11
[PATCH] sched: fix interactive task starvation
Mike Galbraith
1
-18
/
+44
2006-03-31
[PATCH] sched: activate SCHED BATCH expired
Con Kolivas
1
-3
/
+7
[next]