summaryrefslogtreecommitdiff
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* wait: prevent exclusive waiter starvationJohannes Weiner2009-02-121-2/+2
* System call wrappers part 08Heiko Carstens2009-01-181-1/+1
* System call wrappers part 07Heiko Carstens2009-01-181-2/+2
* System call wrappers part 06Heiko Carstens2009-01-181-13/+13
* sched: CPU remove deadlock fixBrian King2008-12-091-0/+2
* sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar2008-11-291-1/+1
* sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt2008-11-271-2/+3
* 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: 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: virtual time buddy preemptionPeter Zijlstra2008-10-241-1/+0
* 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/+3
|\ \
| * \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-4/+3
| |\ \ | | |/ | |/|
| | * 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-051-4/+3
* | | | 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/+1
| | |/ | |/|
* | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-11/+6
|\ \ \
| * | | tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-11/+6
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ 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/+0
| | | * timers: fix itimer/many thread hang, v2Frank Mayhar2008-09-231-40/+7
| | | * timers: fix itimer/many thread hangFrank Mayhar2008-09-141-8/+45
| * | | sched debug: add name to sched_domain sysctl entriesIngo Molnar2008-10-091-2/+12
| * | | sched: remove redundant code in cpu_cgroup_create()Li Zefan2008-10-061-4/+0
| * | | Merge branch 'linus' into sched/develIngo Molnar2008-10-061-2/+2
| |\ \ \
| | * | | hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-2/+2
| * | | | sched: more sanity checks on the bandwidth settingsPeter Zijlstra2008-09-231-5/+28
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar2008-09-231-96/+121
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | sched: compilation fix with gcc 3.4.6Krzysztof Helt2008-09-061-6/+4
| | | * | | sched: extract walk_tg_tree(), fixIngo Molnar2008-08-281-1/+1
| | | * | | sched: rt-bandwidth fixesPeter Zijlstra2008-08-191-62/+63
| | | * | | sched: extract walk_tg_tree()Peter Zijlstra2008-08-191-33/+46
| | | * | | sched: rt-bandwidth group disable fixesPeter Zijlstra2008-08-191-1/+8
| |_|/ / / |/| | | |
| | * | | sched: fix init_hrtick() section mismatch warningRakib Mullick2008-09-231-1/+1
| | * | | sched: fix deadlock in setting scheduler parameter to zeroHiroshi Shimamoto2008-09-111-0/+6
| | | |/ | | |/|
| * | | sched: clarify ifdef tangleAndrew Morton2008-09-231-3/+3
| * | | sched: wakeup preempt when small overlapPeter Zijlstra2008-09-221-6/+6
| * | | Merge commit 'v2.6.27-rc6' into sched/develIngo Molnar2008-09-111-6/+13
| |\ \ \ | | |/ /
| | * | Merge branch 'sched/cpuset' into sched/urgentIngo Molnar2008-09-061-6/+13
| | |\ \ | | | |/ | | |/|