aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* sched: fix load average accounting vs. cpu hotplugThomas Gleixner2009-07-18
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-16
|\
| * sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi2009-07-10
| * sched: Reset sched stats on fork()Lucas De Marchi2009-07-10
| * sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2009-07-10
* | sched: optimize cond_resched()Peter Zijlstra2009-07-10
|/
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-20
|\
| * perf_counter: Simplify and fix task migration countingPeter Zijlstra2009-06-19
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-06-20
|\ \
| * | sched: Remove unneeded __ref tagLi Zefan2009-06-17
| |/
* / kthreads: simplify migration_thread() exit pathOleg Nesterov2009-06-18
|/
* Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-15
|\
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-13
| * timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-13
| * timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-13
* | sched: export kick_processRusty Russell2009-06-12
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-11
|\ \
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11
| |\ \
| * | | perf_counter: Fix cpu migration counterPaul Mackerras2009-06-02
| * | | perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2009-06-02
| * | | perf_counter: Fix dynamic irq_period loggingPeter Zijlstra2009-05-23
| * | | perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2009-05-22
| * | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18
| |\ \ \
| * | | | perf_counter: initialize the per-cpu context earlierIngo Molnar2009-05-04
| * | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perfcounters, sched: remove __task_delta_exec()Ingo Molnar2009-04-20
| * | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-07
| |\ \ \ \
| * | | | | perf_counter: remove rq->lock usagePeter Zijlstra2009-04-07
| * | | | | perf_counter: generic context switch eventPeter Zijlstra2009-04-06
| * | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-06
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-04
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-26
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-11
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf_counters: make software counters work as per-cpu countersPaul Mackerras2009-02-09
| * | | | | | | | | | Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-23
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-21
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-18
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perfcounters: fix task clock counterIngo Molnar2008-12-23
| * | | | | | | | | | | | | | | perfcounters: add task migrations counterIngo Molnar2008-12-14
| * | | | | | | | | | | | | | | Merge branch 'x86/irq' into perfcounters/coreIngo Molnar2008-12-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | performance counters: core codeThomas Gleixner2008-12-08
* | | | | | | | | | | | | | | | | sched: use slab in cpupri_init()Pekka Enberg2009-06-11
* | | | | | | | | | | | | | | | | sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg2009-06-11
* | | | | | | | | | | | | | | | | sched: use kzalloc() instead of the bootmem allocatorPekka Enberg2009-06-11
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | |