aboutsummaryrefslogtreecommitdiffstats
path: root/block/as-iosched.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-19sched: features fixIngo Molnar1-13/+2
2008-04-19sched: /debug/sched_featuresPeter Zijlstra2-22/+150
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar1-1/+3
2008-04-19sched: debug: show a weight treePeter Zijlstra1-0/+27
2008-04-19sched: fair: weight calculationsPeter Zijlstra2-39/+65
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra4-10/+25
2008-04-19sched: fair-group scheduling vs latencyPeter Zijlstra1-13/+31
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra2-16/+12
2008-04-19sched: debug: add some debug code to handle the full hierarchyPeter Zijlstra1-3/+32
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra4-78/+548
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto7-11/+161
2008-04-19sched, cpuset: customize sched domains, docsHidetoshi Seto1-2/+70
2008-04-19sched: prepatory code movementPeter Zijlstra1-98/+92
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra1-0/+33
2008-04-19sched: task_group hierarchyPeter Zijlstra1-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra3-3/+45
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani3-34/+55
2008-04-19sched: mix tasks and groupsDhaval Giani3-14/+103
2008-04-19sched: fix checksIngo Molnar1-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra2-3/+8
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis3-13/+21
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis2-7/+17
2008-04-19sched: remove another cpumask_t variable from stackMike Travis1-9/+6
2008-04-19cpumask: add show cpu map functionsMike Travis2-6/+59
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis6-20/+108
2008-04-19x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis1-7/+23
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis3-4/+39
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis2-1/+12
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis3-163/+256
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis6-39/+42
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis5-29/+30
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis4-30/+26
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis7-21/+27
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis8-58/+61
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis1-28/+52
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis3-3/+4
2008-04-19numa: move large array from stack to _initdata sectionMike Travis1-1/+2
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis6-9/+35
2008-04-19x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.cMike Travis1-22/+27
2008-04-19x86: reduce memory and stack usage in intel_cacheinfoMike Travis1-30/+40
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis3-0/+24
2008-04-19sched: fix cpus_allowed settingsGregory Haskins1-0/+1
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani1-0/+24
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani1-9/+9
2008-04-19tasklets: execute tasklets in the same order they were queuedOlof Johansson1-22/+41
2008-04-19sched: rt-group: smp balancingPeter Zijlstra2-6/+122
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra6-88/+320
2008-04-19time: add ns_to_ktime()Ingo Molnar1-0/+6
2008-04-19sched: fix regression with sched yieldPeter Zijlstra1-1/+1
2008-04-19latencytop: optimize LT_BACKTRACEDEPTH loops a bitDmitry Adamushko1-10/+17