aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-24sched: virtual time buddy preemptionPeter Zijlstra1-1/+0
2008-10-24sched: fix a find_busiest_group bugletPeter Zijlstra1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-0/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+3
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-25/+26
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-0/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-4/+3
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+6
2008-10-20sched: optimize group load balancerPeter Zijlstra1-20/+25
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-152/+334
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-146/+262
2008-10-15sched: only update rq->clock while holding rq->lockPeter Zijlstra1-5/+1
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-11/+6
2008-10-09sched debug: add name to sched_domain sysctl entriesIngo Molnar1-2/+12
2008-10-06sched: remove redundant code in cpu_cgroup_create()Li Zefan1-4/+0
2008-10-06Merge branch 'linus' into sched/develIngo Molnar1-2/+2
2008-09-30timers: fix itimer/many thread hang, fixIngo Molnar1-1/+5
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-2/+2
2008-09-27timers: fix itimer/many thread hang, v3Frank Mayhar1-1/+0
2008-09-23sched: more sanity checks on the bandwidth settingsPeter Zijlstra1-5/+28
2008-09-23Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar1-96/+121
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-40/+7
2008-09-23sched: clarify ifdef tangleAndrew Morton1-3/+3
2008-09-23sched: fix init_hrtick() section mismatch warningRakib Mullick1-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra1-6/+6
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-8/+45
2008-09-11Merge commit 'v2.6.27-rc6' into sched/develIngo Molnar1-6/+13
2008-09-11sched: fix deadlock in setting scheduler parameter to zeroHiroshi Shimamoto1-0/+6
2008-09-06Merge branch 'sched/cpuset' into sched/urgentIngo Molnar1-6/+13
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildMax Krasnyansky1-6/+13
2008-09-06Merge branch 'linus' into sched/develIngo Molnar1-0/+59
2008-09-06sched: compilation fix with gcc 3.4.6Krzysztof Helt1-6/+4
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven1-4/+3
2008-09-05sched: fix process time monotonicityBalbir Singh1-0/+59
2008-08-28sched: extract walk_tg_tree(), fixIngo Molnar1-1/+1
2008-08-28sched: clean up __might_sleep()Ingo Molnar1-14/+19
2008-08-28make might_sleep() display the oopsing processJoe Korty1-2/+2
2008-08-26sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs1-0/+56
2008-08-26Merge branch 'linus' into sched/develIngo Molnar1-3/+51
2008-08-22wait_task_inactive: "improve" the returned value for ->nvcsw == 0Oleg Nesterov1-1/+1
2008-08-22wait_task_inactive(): don't consider task->nivcswOleg Nesterov1-5/+2
2008-08-22sched: do_wait_for_common: use signal_pending_state()Oleg Nesterov1-4/+1
2008-08-19sched: rt-bandwidth fixesPeter Zijlstra1-62/+63
2008-08-19sched: extract walk_tg_tree()Peter Zijlstra1-33/+46
2008-08-19sched: rt-bandwidth group disable fixesPeter Zijlstra1-1/+8
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+5
2008-08-15sched: scale sysctl_sched_shares_ratelimit with nr_cpusPeter Zijlstra1-2/+4
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner1-0/+46
2008-08-14sched: fix the race between walk_tg_tree and sched_create_groupZhang, Yanmin1-1/+1
2008-08-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1