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