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
2009-07-18
sched: fix load average accounting vs. cpu hotplug
Thomas Gleixner
1
-2
/
+2
2009-07-16
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+33
2009-07-10
sched: optimize cond_resched()
Peter Zijlstra
1
-5
/
+9
2009-07-10
sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()
Fabio Checconi
1
-1
/
+1
2009-07-10
sched: Reset sched stats on fork()
Lucas De Marchi
1
-9
/
+31
2009-07-10
sched_rt: Fix overload bug on rt group scheduling
Peter Zijlstra
1
-0
/
+1
2009-06-20
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-1
/
+2
2009-06-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2009-06-19
perf_counter: Simplify and fix task migration counting
Peter Zijlstra
1
-1
/
+2
2009-06-18
kthreads: simplify migration_thread() exit path
Oleg Nesterov
1
-10
/
+4
2009-06-17
sched: Remove unneeded __ref tag
Li Zefan
1
-1
/
+1
2009-06-15
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+9
2009-06-12
sched: export kick_process
Rusty Russell
1
-0
/
+1
2009-06-11
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+51
2009-06-11
sched: use slab in cpupri_init()
Pekka Enberg
1
-1
/
+1
2009-06-11
sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()
Pekka Enberg
1
-4
/
+4
2009-06-11
sched: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-12
/
+8
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-44
/
+315
2009-06-10
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+47
2009-06-10
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-06-10
Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+23
2009-06-02
perf_counter: Fix cpu migration counter
Paul Mackerras
1
-0
/
+1
2009-06-02
perf_counter: Initialize per-cpu context earlier on cpu up
Paul Mackerras
1
-2
/
+4
2009-05-23
perf_counter: Fix dynamic irq_period logging
Peter Zijlstra
1
-1
/
+2
2009-05-22
perf_counter: Optimize context switch between identical inherited contexts
Paul Mackerras
1
-1
/
+1
2009-05-19
sched: properly define the sched_group::cpumask and sched_domain::span fields
Ingo Molnar
1
-2
/
+3
2009-05-18
Merge commit 'v2.6.30-rc6' into perfcounters/core
Ingo Molnar
1
-1
/
+1
2009-05-15
sched, timers: cleanup avenrun users
Thomas Gleixner
1
-0
/
+15
2009-05-15
sched, timers: move calc_load() to scheduler
Thomas Gleixner
1
-10
/
+74
2009-05-13
timers: Logic to move non pinned timers
Arun R Bharadwaj
1
-0
/
+5
2009-05-13
timers: /proc/sys sysctl hook to enable timer migration
Arun R Bharadwaj
1
-0
/
+2
2009-05-13
timers: Identifying the existing pinned timers
Arun R Bharadwaj
1
-2
/
+2
2009-05-11
Merge commit 'v2.6.30-rc5' into sched/core
Ingo Molnar
1
-4
/
+8
2009-05-08
Merge branch 'x86/urgent' into x86/xen
Ingo Molnar
1
-16
/
+150
2009-05-07
Merge branch 'tracing/hw-branch-tracing' into tracing/core
Ingo Molnar
1
-0
/
+43
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-4
/
+8
2009-05-07
sched: emit thread info flags with stack trace
David Rientjes
1
-2
/
+3
2009-05-06
tracepoint: trace_sched_migrate_task(): remove parameter
Mathieu Desnoyers
1
-1
/
+1
2009-05-05
sched: rt: document the risk of small values in the bandwidth settings
Peter Zijlstra
1
-0
/
+7
2009-05-04
perf_counter: initialize the per-cpu context earlier
Ingo Molnar
1
-1
/
+4
2009-04-29
sched: account system time properly
Eric Dumazet
1
-1
/
+1
2009-04-29
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-15
/
+149
2009-04-29
sched: Document memory barriers implied by sleep/wake-up primitives
David Howells
1
-0
/
+23
2009-04-24
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
Ingo Molnar
1
-15
/
+149
2009-04-21
sched: Replace first_cpu() with cpumask_first() in ILB nomination code
Gautham R Shenoy
1
-1
/
+1
2009-04-20
sched: remove extra call overhead for schedule()
Peter Zijlstra
1
-8
/
+4
2009-04-20
perfcounters, sched: remove __task_delta_exec()
Ingo Molnar
1
-23
/
+0
2009-04-17
sched: Avoid printing sched_group::__cpu_power for default case
Gautham R Shenoy
1
-2
/
+6
2009-04-15
sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())
Miao Xie
1
-2
/
+2
2009-04-14
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
1
-1
/
+1
[next]