summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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/ke...Linus Torvalds1-1/+1
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-8/+13
2008-08-11Merge branch 'linus' into sched/urgentIngo Molnar1-21/+23
2008-08-11lockdep: re-annotate scheduler runqueuesPeter Zijlstra1-2/+9
2008-08-04__sched_setscheduler: don't do any policy checks when not "user"Jeremy Fitzhardinge1-10/+12
2008-08-01lockdep: change scheduler annotationPeter Zijlstra1-6/+4
2008-07-30sched: make scheduler sysfs attributes sysdev class devicesAndi Kleen1-11/+11
2008-07-28sched: test runtime rather than period in global_rt_runtime()roel kluin1-1/+1
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-2/+27
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu1-1/+4
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim1-0/+2
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-206/+107
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+18
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-2/+6
2008-07-20sched: hrtick_enabled() should use cpu_active()Ingo Molnar1-1/+1
2008-07-20Merge branch 'sched/urgent' into sched/develIngo Molnar1-142/+60
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra1-142/+60
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky1-63/+45
2008-07-18sched: reduce stack size in isolated_cpu_setup()Mike Travis1-1/+2
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-250/+585
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2008-07-14Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/s...Linus Torvalds1-12/+36
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-2/+53
2008-07-14Merge branch 'sched/for-linus' into tracing/for-linusIngo Molnar1-232/+491
2008-07-13Merge branch 'linus' into sched/develIngo Molnar1-3/+4
2008-07-12Merge branch 'linus' into x86/coreIngo Molnar1-3/+4
2008-07-10sched: fix cpu hotplug, cleanupLinus Torvalds1-6/+5
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar1-3/+54
2008-07-10sched: fix cpu hotplugDmitry Adamushko1-1/+3
2008-07-08sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis1-9/+9
2008-07-07Merge commit 'v2.6.26-rc9' into sched/develIngo Molnar1-0/+4
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-425/+96
2008-07-04sched: fix accounting in task delay accounting & migrationAnkita Garg1-0/+1
2008-07-04sched: add avg-overlap support to RT tasksGregory Haskins1-0/+14
2008-07-04sched: terminate newidle balancing once at least one task has moved overGregory Haskins1-0/+4
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin1-0/+3
2008-06-30sched: fix warningVegard Nossum1-1/+3
2008-06-30sched: build fixIngo Molnar1-5/+7
2008-06-29sched: fix cpu hotplugDmitry Adamushko1-0/+1
2008-06-27sched: incremental effective_load()Peter Zijlstra1-0/+6
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra1-0/+4
2008-06-27sched: update shares on wakeupPeter Zijlstra1-1/+29
2008-06-27sched: fix shares boost logicPeter Zijlstra1-0/+3
2008-06-27sched: disable source/target_load biasPeter Zijlstra1-2/+2
2008-06-27sched: remove prio preference from balance decisionsPeter Zijlstra1-9/+3
2008-06-27sched: hierarchical load vs find_busiest_groupPeter Zijlstra1-3/+23