aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: fix load average accounting vs. cpu hotplugThomas Gleixner2009-07-181-2/+2
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-161-10/+33
|\
| * sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi2009-07-101-1/+1
| * sched: Reset sched stats on fork()Lucas De Marchi2009-07-101-9/+31
| * sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2009-07-101-0/+1
* | sched: optimize cond_resched()Peter Zijlstra2009-07-101-5/+9
|/
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-201-1/+2
|\
| * perf_counter: Simplify and fix task migration countingPeter Zijlstra2009-06-191-1/+2
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-06-201-1/+1
|\ \
| * | sched: Remove unneeded __ref tagLi Zefan2009-06-171-1/+1
| |/
* | kthreads: simplify migration_thread() exit pathOleg Nesterov2009-06-181-10/+4
|/
* Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-2/+9
|\
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-131-0/+5
| * timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-131-0/+2
| * timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-2/+2
* | sched: export kick_processRusty Russell2009-06-121-0/+1
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-6/+51
|\ \
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-44/+315
| |\ \
| * | | perf_counter: Fix cpu migration counterPaul Mackerras2009-06-021-0/+1
| * | | perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2009-06-021-2/+4
| * | | perf_counter: Fix dynamic irq_period loggingPeter Zijlstra2009-05-231-1/+2
| * | | perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2009-05-221-1/+1
| * | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-1/+1
| |\ \ \
| * | | | perf_counter: initialize the per-cpu context earlierIngo Molnar2009-05-041-1/+4
| * | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-15/+149
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perfcounters, sched: remove __task_delta_exec()Ingo Molnar2009-04-201-23/+0
| * | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-071-3/+11
| |\ \ \ \
| * | | | | perf_counter: remove rq->lock usagePeter Zijlstra2009-04-071-20/+0
| * | | | | perf_counter: generic context switch eventPeter Zijlstra2009-04-061-6/+0
| * | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-325/+809
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-041-3/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-261-3/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-131-16/+11
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-2/+12
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf_counters: make software counters work as per-cpu countersPaul Mackerras2009-02-091-0/+17
| * | | | | | | | | | Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-231-6/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-211-18/+25
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-181-5/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-111-478/+632
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-291-182/+225
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perfcounters: fix task clock counterIngo Molnar2008-12-231-3/+46
| * | | | | | | | | | | | | | | perfcounters: add task migrations counterIngo Molnar2008-12-141-2/+5
| * | | | | | | | | | | | | | | Merge branch 'x86/irq' into perfcounters/coreIngo Molnar2008-12-121-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | performance counters: core codeThomas Gleixner2008-12-081-0/+24
* | | | | | | | | | | | | | | | | sched: use slab in cpupri_init()Pekka Enberg2009-06-111-1/+1
* | | | | | | | | | | | | | | | | sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg2009-06-111-4/+4
* | | | | | | | | | | | | | | | | sched: use kzalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-12/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-8/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-071-0/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-15/+149
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | |