summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra2008-06-271-76/+0
| * | | | | | | sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-06-271-31/+399
| * | | | | | | sched: revert the revert of: weight calculationsPeter Zijlstra2008-06-271-6/+3
| * | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-06-251-8/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-06-231-1/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | sched: rt: fix the bandwidth contraint computationsPeter Zijlstra2008-06-201-3/+8
| * | | | | | | Merge branch 'sched' into sched-develIngo Molnar2008-06-191-2/+1
| |\ \ \ \ \ \ \
| * | | | | | | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-06-181-4/+2
| * | | | | | | | Merge branch 'linus' into sched-develIngo Molnar2008-06-161-8/+14
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | sched: kill off dead cfs_rq_set_shares()Paul Mundt2008-06-101-8/+0
| * | | | | | | | sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-101-0/+6
| * | | | | | | | sched: fix hotplug cpus on ia64Peter Zijlstra2008-06-101-4/+11
| * | | | | | | | sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner2008-06-061-6/+6
| * | | | | | | | sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky2008-06-061-18/+0
| * | | | | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-061-0/+22
| * | | | | | | | 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
* | | | | | | | | Merge branch 'linus' into x86/coreIngo Molnar2008-07-121-3/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | sched: fix cpu hotplug, cleanupLinus Torvalds2008-07-101-6/+5
| * | | | | | | | sched: fix cpu hotplugDmitry Adamushko2008-07-101-1/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-07-081-9/+9
|/ / / / / / /
* | | | | | | sched: fix divide error when trying to configure rt_period to zeroRaistlin2008-07-011-0/+3
* | | | | | | sched: fix cpu hotplugDmitry Adamushko2008-06-291-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-06-231-1/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-201-1/+6
| |\ \ \ \ \
| | * | | | | cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2008-06-191-1/+6
| | | |/ / / | | |/| | |
* | | | | | sched: refactor wait_for_completion_timeout()Oleg Nesterov2008-06-201-18/+6
* | | | | | sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier2008-06-201-0/+10
|/ / / / /
* | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-191-0/+22
| |_|/ / |/| | |
* | | | sched: rt-group: fix hierarchyPeter Zijlstra2008-06-191-1/+0
* | | | sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli2008-06-191-1/+1
* | | | sched: fix defined-but-unused warningRabin Vincent2008-06-171-0/+2
|/ / /
* | | sched: 64-bit: fix arithmetics overflowLai Jiangshan2008-06-121-2/+7
* | | sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan2008-06-121-2/+5
* | | sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-101-4/+2
|/ /
* | 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
OpenPOWER on IntegriCloud