aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
...
| * | | | | | | | sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner2008-06-06
| * | | | | | | | sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky2008-06-06
| * | | | | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-06
| * | | | | | | | sched: fix cpupri hotplug supportGregory Haskins2008-06-06
| * | | | | | | | sched: print the sd->level in sched_domain_debug codeGautham R Shenoy2008-06-06
| * | | | | | | | sched: add comments for ifdefs in sched.cDhaval Giani2008-06-06
| * | | | | | | | sched: print module list in the "scheduling while atomic" warningArjan van de Ven2008-06-06
| * | | | | | | | sched: fix defined-but-unused warningRabin Vincent2008-06-06
| * | | | | | | | namespacecheck: fixes in kernel/sched.cThomas Gleixner2008-06-06
| * | | | | | | | sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko2008-06-06
| * | | | | | | | sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins2008-06-06
| * | | | | | | | sched: make !hrtick fasterMike Galbraith2008-06-06
| * | | | | | | | sched: prioritize non-migratable tasks over migratable onesGregory Haskins2008-06-06
* | | | | | | | | Merge branch 'linus' into x86/coreIngo Molnar2008-07-12
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | sched: fix cpu hotplug, cleanupLinus Torvalds2008-07-10
| * | | | | | | | sched: fix cpu hotplugDmitry Adamushko2008-07-10
| | |_|_|_|_|/ / | |/| | | | | |
* / | | | | | | sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-07-08
|/ / / / / / /
* | | | | | | sched: fix divide error when trying to configure rt_period to zeroRaistlin2008-07-01
* | | | | | | sched: fix cpu hotplugDmitry Adamushko2008-06-29
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-06-23
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-20
| |\ \ \ \ \
| | * | | | | cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2008-06-19
| | | |/ / / | | |/| | |
* | | | | | sched: refactor wait_for_completion_timeout()Oleg Nesterov2008-06-20
* | | | | | sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier2008-06-20
|/ / / / /
* | | / / sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-19
| |_|/ / |/| | |
* | | | sched: rt-group: fix hierarchyPeter Zijlstra2008-06-19
* | | | sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli2008-06-19
* | | | sched: fix defined-but-unused warningRabin Vincent2008-06-17
|/ / /
* | | sched: 64-bit: fix arithmetics overflowLai Jiangshan2008-06-12
* | | sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan2008-06-12
* | | sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-10
|/ /
* | revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-29
* | sched: cleanupIngo Molnar2008-05-29
* | sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin2008-05-29
* | revert ("sched: fair: weight calculations")Ingo Molnar2008-05-29
|/
* cgroups: fix compile warningMirco Tischler2008-05-14
* Add new 'cond_resched_bkl()' helper functionLinus Torvalds2008-05-11
* BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-10
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-05
* sched: fix cpu clockIngo Molnar2008-05-05
* sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie2008-05-05
* sched: fix missing locking in sched_domains codeHeiko Carstens2008-05-05
* sched: make clock sync tunable by architecture codeIngo Molnar2008-05-05
* sched: fix sched_info_switch not being called according to documentationDavid Simner2008-05-05
* sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra2008-05-05
* sched: add statics, don't return void expressionsHarvey Harrison2008-05-05
* sched: add debug checks to idle functionsAndrew Morton2008-05-05
* sched: optimize calc_delta_mine()Peter Zijlstra2008-05-05
* rename div64_64 to div64_u64Roman Zippel2008-05-01
* CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage2008-04-29