aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux-2.6Linus Torvalds1-5/+0
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixesLinus 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
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra1-0/+33
2008-04-19sched: task_group hierarchyPeter Zijlstra1-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-2/+41
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-32/+53
2008-04-19sched: mix tasks and groupsDhaval Giani1-2/+49
2008-04-19sched: fix checksIngo Molnar1-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra1-1/+3
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis1-8/+8
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis1-7/+0
2008-04-19sched: remove another cpumask_t variable from stackMike Travis1-9/+6
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis1-120/+248
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-15/+14
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-2/+3
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-3/+5
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis1-28/+52
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani1-0/+24