aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-2/+2
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-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-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-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
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/git/tip/linux-2.6-tipLinus Torvalds1-206/+107
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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 (take 2)Max Krasnyansky1-63/+45
2008-07-18sched: reduce stack size in isolated_cpu_setup()Mike Travis1-1/+2