summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: fix cpupri hotplug supportGregory Haskins2008-06-061-14/+40
* sched: print the sd->level in sched_domain_debug codeGautham R Shenoy2008-06-061-1/+24
* sched: add comments for ifdefs in sched.cDhaval Giani2008-06-061-38/+38
* sched: print module list in the "scheduling while atomic" warningArjan van de Ven2008-06-061-0/+1
* sched: fix defined-but-unused warningRabin Vincent2008-06-061-0/+2
* namespacecheck: fixes in kernel/sched.cThomas Gleixner2008-06-061-1/+1
* sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko2008-06-061-2/+4
* sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins2008-06-061-0/+7
* sched: make !hrtick fasterMike Galbraith2008-06-061-3/+5
* sched: prioritize non-migratable tasks over migratable onesGregory Haskins2008-06-061-2/+4
* revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-291-399/+31
* sched: cleanupIngo Molnar2008-05-291-2/+2
* sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin2008-05-291-2/+2
* revert ("sched: fair: weight calculations")Ingo Molnar2008-05-291-3/+6
* cgroups: fix compile warningMirco Tischler2008-05-141-1/+1
* Add new 'cond_resched_bkl()' helper functionLinus Torvalds2008-05-111-2/+0
* BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-101-23/+4
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-051-152/+13
* sched: fix cpu clockIngo Molnar2008-05-051-9/+15
* sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie2008-05-051-6/+11
* sched: fix missing locking in sched_domains codeHeiko Carstens2008-05-051-17/+12
* sched: make clock sync tunable by architecture codeIngo Molnar2008-05-051-1/+1
* sched: fix sched_info_switch not being called according to documentationDavid Simner2008-05-051-2/+2
* sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra2008-05-051-1/+65
* sched: add statics, don't return void expressionsHarvey Harrison2008-05-051-4/+6
* sched: add debug checks to idle functionsAndrew Morton2008-05-051-0/+2
* sched: optimize calc_delta_mine()Peter Zijlstra2008-05-051-4/+4
* rename div64_64 to div64_u64Roman Zippel2008-05-011-3/+3
* CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage2008-04-291-40/+6
* CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage2008-04-291-8/+8
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-04-251-5/+0
|\
| * [PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis2008-04-241-5/+0
| * [IA64] fix bootmem regression on AltixRuss Anderson2008-04-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-251-45/+2
|\ \
| * | sched: fix share (re)distributionPeter Zijlstra2008-04-251-45/+2
| |/
* / sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller2008-04-251-1/+1
|/
* kernel-doc: fix sched.c missing parameterRandy Dunlap2008-04-221-0/+1
* sched: features fixIngo Molnar2008-04-191-13/+2
* sched: /debug/sched_featuresPeter Zijlstra2008-04-191-22/+140
* sched: add SCHED_FEAT_DEADLINEIngo Molnar2008-04-191-1/+3
* sched: fair: weight calculationsPeter Zijlstra2008-04-191-6/+3
* sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2008-04-191-2/+8
* sched: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-04-191-34/+463
* sched, cpuset: customize sched domains, coreHidetoshi Seto2008-04-191-5/+73
* sched: rt: multi level group constraintsPeter Zijlstra2008-04-191-0/+33
* sched: task_group hierarchyPeter Zijlstra2008-04-191-0/+20
* sched: fix the task_group hierarchy for UID groupingPeter Zijlstra2008-04-191-2/+41
* sched: allow the group scheduler to have multiple levelsDhaval Giani2008-04-191-32/+53
* sched: mix tasks and groupsDhaval Giani2008-04-191-2/+49
* sched: fix checksIngo Molnar2008-04-191-4/+6