summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: fix wakeup preemption clockMike Galbraith2008-12-161-1/+1
* sched: add missing arch_update_cpu_topology() callHeiko Carstens2008-12-121-2/+6
* sched: let arch_update_cpu_topology indicate if topology changedHeiko Carstens2008-12-121-1/+7
* Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-121-0/+2
|\
| * sched: CPU remove deadlock fixBrian King2008-12-091-0/+2
* | sched: idle_balance() does not call load_balance_newidle()Vaidyanathan Srinivasan2008-12-081-1/+1
* | sched: fix sd_parent_degenerate on non-numa smp machineKen Chen2008-12-081-0/+2
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-12-081-1/+1
|\|
| * sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar2008-11-291-1/+1
* | sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj2008-12-011-0/+10
* | sched: move double_unlock_balance() higherAlexey Dobriyan2008-11-281-34/+33Star
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-11-281-2/+3
|\|
| * sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt2008-11-271-2/+3
* | Merge branch 'sched/rt' into sched/coreIngo Molnar2008-11-241-1/+1
|\ \
| * | sched, lockdep: inline double_unlock_balance()Sripathi Kodi2008-11-061-1/+1
* | | sched: update comment for move_task_off_dead_cpuVegard Nossum2008-11-211-1/+0Star
* | | sched: fix inconsistency when redistribute per-cpu tg->cfs_rq sharesKen Chen2008-11-191-26/+15Star
* | | Merge branch 'linus' into sched/coreIngo Molnar2008-11-191-8/+20
|\ \ \ | | |/ | |/|
| * | cpuset: fix regression when failed to generate sched domainsLi Zefan2008-11-181-6/+7
| * | sched: fix init_idle()'s use of sched_clock()Ingo Molnar2008-11-121-1/+2
| * | sched: fix stale value in average load per taskBalbir Singh2008-11-121-0/+2
| * | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-111-0/+8
| * | sched: clean up debug infoPeter Zijlstra2008-11-101-1/+1
* | | sched: add hierarchical accounting to cpu accounting controllerBharata B Rao2008-11-111-3/+9
* | | sched: clean up SCHED_CPUMASK_ALLOCLi Zefan2008-11-071-11/+18
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-11-071-4/+9
|\| |
| * | sched: fix memory leak in a failure pathLi Zefan2008-11-071-0/+1
| * | sched: fix a bug in sched domain degenerateLi Zefan2008-11-071-2/+4
| * | sched: backward looking buddyPeter Zijlstra2008-11-051-2/+4
| |/
* | sched: add sanity check in partition_sched_domains()Li Zefan2008-11-041-1/+1
* | sched: remove redundant call to unregister_sched_domain_sysctl()Li Zefan2008-11-041-2/+0Star
* | sched debug: remove sd_level_to_string()Li Zefan2008-11-041-24/+1Star
* | sched: switch sched_features to seqfileLi Zefan2008-10-301-36/+16Star
* | sched: cleanup for alloc_rt/fair_sched_group()Li Zefan2008-10-291-14/+12Star
|/
* sched: virtual time buddy preemptionPeter Zijlstra2008-10-241-1/+0Star
* sched: fix a find_busiest_group bugletPeter Zijlstra2008-10-241-1/+1
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-231-0/+1
|\
| * proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-231-0/+1
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-4/+3Star
|\ \
| * \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-4/+3Star
| |\ \ | | |/ | |/|
| | * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-146/+262
| | |\
| | * | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-061-4/+3Star
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-231-25/+26
|\ \ \ \ | |/ / / |/| | |
| * | | sched: optimize group load balancerPeter Zijlstra2008-10-201-20/+25
| * | | sched: only update rq->clock while holding rq->lockPeter Zijlstra2008-10-151-5/+1Star
| | |/ | |/|
* | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-11/+6Star
|\ \ \
| * | | tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-11/+6Star
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-152/+334
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | | * timers: fix itimer/many thread hang, fixIngo Molnar2008-09-301-1/+5
| | | * timers: fix itimer/many thread hang, v3Frank Mayhar2008-09-271-1/+0Star