summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched: old sleeper bonusPeter Zijlstra2008-04-191-1/+3
* sched: add new set_cpus_allowed_ptr functionMike Travis2008-04-191-8/+8
* init: move setup of nr_cpu_ids to as early as possibleMike Travis2008-04-191-7/+0
* sched: remove another cpumask_t variable from stackMike Travis2008-04-191-9/+6
* cpumask: reduce stack usage in SD_x_INIT initializersMike Travis2008-04-191-120/+248
* nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-191-15/+14
* generic: reduce stack pressure in sched_affinityMike Travis2008-04-191-2/+3
* cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis2008-04-191-3/+5
* sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis2008-04-191-28/+52
* sched: allow cpuacct stats to be resetDhaval Giani2008-04-191-0/+24
* sched: cleanup cpuacct variable namesDhaval Giani2008-04-191-9/+9
* sched: rt-group: smp balancingPeter Zijlstra2008-04-191-3/+37
* sched: rt-group: synchonised bandwidth periodPeter Zijlstra2008-04-191-49/+211
* sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar2008-04-191-1/+0
* sched: reenable sync wakeupsIngo Molnar2008-04-191-5/+5
* sched: cache hot buddyIngo Molnar2008-04-191-7/+9
* sched: feat affine wakeupsIngo Molnar2008-04-191-1/+3
* sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar2008-04-191-1/+6
* sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain2008-04-191-3/+35
* sched: sched.c needs tick.hReynes Philippe2008-04-191-0/+1
* sched: make cpu_clock() globally synchronousIngo Molnar2008-04-191-3/+49
* NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-261-0/+43
* sched: add arch_update_cpu_topology hook.Heiko Carstens2008-03-211-0/+5
* sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens2008-03-211-1/+1
* sched: remove double unlikely from schedule()Roel Kluin2008-03-211-1/+1
* sched: cleanup old and rarely used 'debug' features.Peter Zijlstra2008-03-211-6/+2
* sched: wakeup-buddy tasks are cache-hotIngo Molnar2008-03-191-0/+6
* sched: improve affine wakeupsIngo Molnar2008-03-191-1/+4
* sched: fix overload performance: buddy wakeupsPeter Zijlstra2008-03-151-1/+1
* sched: fix calc_delta_mine()Ingo Molnar2008-03-151-1/+1
OpenPOWER on IntegriCloud