summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds-0/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds-4/+3
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-25/+26
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan-0/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner-4/+3
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+6
2008-10-20sched: optimize group load balancerPeter Zijlstra-20/+25
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-152/+334
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven-146/+262
2008-10-15sched: only update rq->clock while holding rq->lockPeter Zijlstra-5/+1
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers-11/+6
2008-10-09sched debug: add name to sched_domain sysctl entriesIngo Molnar-2/+12
2008-10-06sched: remove redundant code in cpu_cgroup_create()Li Zefan-4/+0
2008-10-06Merge branch 'linus' into sched/develIngo Molnar-2/+2
2008-09-30timers: fix itimer/many thread hang, fixIngo Molnar-1/+5
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner-2/+2
2008-09-27timers: fix itimer/many thread hang, v3Frank Mayhar-1/+0
2008-09-23sched: more sanity checks on the bandwidth settingsPeter Zijlstra-5/+28
2008-09-23Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar-96/+121
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar-40/+7
2008-09-23sched: clarify ifdef tangleAndrew Morton-3/+3
2008-09-23sched: fix init_hrtick() section mismatch warningRakib Mullick-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra-6/+6
2008-09-14timers: fix itimer/many thread hangFrank Mayhar-8/+45
2008-09-11Merge commit 'v2.6.27-rc6' into sched/develIngo Molnar-6/+13
2008-09-11sched: fix deadlock in setting scheduler parameter to zeroHiroshi Shimamoto-0/+6
2008-09-06Merge branch 'sched/cpuset' into sched/urgentIngo Molnar-6/+13
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildMax Krasnyansky-6/+13
2008-09-06Merge branch 'linus' into sched/develIngo Molnar-0/+59
2008-09-06sched: compilation fix with gcc 3.4.6Krzysztof Helt-6/+4
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven-4/+3
2008-09-05sched: fix process time monotonicityBalbir Singh-0/+59
2008-08-28sched: extract walk_tg_tree(), fixIngo Molnar-1/+1
2008-08-28sched: clean up __might_sleep()Ingo Molnar-14/+19
2008-08-28make might_sleep() display the oopsing processJoe Korty-2/+2
2008-08-26sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs-0/+56
2008-08-26Merge branch 'linus' into sched/develIngo Molnar-3/+51
2008-08-22wait_task_inactive: "improve" the returned value for ->nvcsw == 0Oleg Nesterov-1/+1
2008-08-22wait_task_inactive(): don't consider task->nivcswOleg Nesterov-5/+2
2008-08-22sched: do_wait_for_common: use signal_pending_state()Oleg Nesterov-4/+1
2008-08-19sched: rt-bandwidth fixesPeter Zijlstra-62/+63
2008-08-19sched: extract walk_tg_tree()Peter Zijlstra-33/+46
2008-08-19sched: rt-bandwidth group disable fixesPeter Zijlstra-1/+8
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+5
2008-08-15sched: scale sysctl_sched_shares_ratelimit with nr_cpusPeter Zijlstra-2/+4
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner-0/+46
2008-08-14sched: fix the race between walk_tg_tree and sched_create_groupZhang, Yanmin-1/+1
2008-08-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar-8/+13
2008-08-11Merge branch 'linus' into sched/urgentIngo Molnar-21/+23