summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-10sched: fix cpu hotplug, cleanupLinus Torvalds1-6/+5
2008-07-10sched: fix cpu hotplugDmitry Adamushko1-1/+3
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin1-0/+3
2008-06-29sched: fix cpu hotplugDmitry Adamushko1-0/+1
2008-06-23Merge branch 'linus' into sched/urgentIngo Molnar1-1/+6
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2008-06-20sched: refactor wait_for_completion_timeout()Oleg Nesterov1-18/+6
2008-06-20sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier1-0/+10
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan1-1/+6
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky1-0/+22
2008-06-19sched: rt-group: fix hierarchyPeter Zijlstra1-1/+0
2008-06-19sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli1-1/+1
2008-06-17sched: fix defined-but-unused warningRabin Vincent1-0/+2
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan1-2/+5
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov1-4/+2
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar1-399/+31
2008-05-29sched: cleanupIngo Molnar1-2/+2
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin1-2/+2
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar1-3/+6
2008-05-14cgroups: fix compile warningMirco Tischler1-1/+1
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-2/+0
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-23/+4
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra1-152/+13
2008-05-05sched: fix cpu clockIngo Molnar1-9/+15
2008-05-05sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie1-6/+11
2008-05-05sched: fix missing locking in sched_domains codeHeiko Carstens1-17/+12
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar1-1/+1
2008-05-05sched: fix sched_info_switch not being called according to documentationDavid Simner1-2/+2
2008-05-05sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra1-1/+65
2008-05-05sched: add statics, don't return void expressionsHarvey Harrison1-4/+6
2008-05-05sched: add debug checks to idle functionsAndrew Morton1-0/+2
2008-05-05sched: optimize calc_delta_mine()Peter Zijlstra1-4/+4
2008-05-01rename div64_64 to div64_u64Roman Zippel1-3/+3
2008-04-29CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage1-40/+6
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage1-8/+8
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-5/+0
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds1-45/+2
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller1-1/+1
2008-04-25sched: fix share (re)distributionPeter Zijlstra1-45/+2
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis1-5/+0
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson1-1/+1
2008-04-22kernel-doc: fix sched.c missing parameterRandy Dunlap1-0/+1
2008-04-19sched: features fixIngo Molnar1-13/+2
2008-04-19sched: /debug/sched_featuresPeter Zijlstra1-22/+140
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar1-1/+3
2008-04-19sched: fair: weight calculationsPeter Zijlstra1-6/+3
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra1-2/+8
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-34/+463
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-5/+73