summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-06-10sched: kill off dead cfs_rq_set_shares()Paul Mundt
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes
2008-06-10sched: fix hotplug cpus on ia64Peter Zijlstra
2008-06-06sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky
2008-06-06sched: fix cpupri hotplug supportGregory Haskins
2008-06-06sched: print the sd->level in sched_domain_debug codeGautham R Shenoy
2008-06-06sched: add comments for ifdefs in sched.cDhaval Giani
2008-06-06sched: print module list in the "scheduling while atomic" warningArjan van de Ven
2008-06-06sched: fix defined-but-unused warningRabin Vincent
2008-06-06namespacecheck: fixes in kernel/sched.cThomas Gleixner
2008-06-06sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins
2008-06-06sched: make !hrtick fasterMike Galbraith
2008-06-06sched: prioritize non-migratable tasks over migratable onesGregory Haskins
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar
2008-05-29sched: cleanupIngo Molnar
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar
2008-05-14cgroups: fix compile warningMirco Tischler
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra
2008-05-05sched: fix cpu clockIngo Molnar
2008-05-05sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie
2008-05-05sched: fix missing locking in sched_domains codeHeiko Carstens
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar
2008-05-05sched: fix sched_info_switch not being called according to documentationDavid Simner
2008-05-05sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra
2008-05-05sched: add statics, don't return void expressionsHarvey Harrison
2008-05-05sched: add debug checks to idle functionsAndrew Morton
2008-05-05sched: optimize calc_delta_mine()Peter Zijlstra
2008-05-01rename div64_64 to div64_u64Roman Zippel
2008-04-29CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller
2008-04-25sched: fix share (re)distributionPeter Zijlstra
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson
2008-04-22kernel-doc: fix sched.c missing parameterRandy Dunlap
2008-04-19sched: features fixIngo Molnar
2008-04-19sched: /debug/sched_featuresPeter Zijlstra
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar
2008-04-19sched: fair: weight calculationsPeter Zijlstra
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto