summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds136-143/+44
2008-04-22Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds376-12018/+34585
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds68-997/+3157
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds107-1089/+1549
2008-04-22Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds31-352/+1257
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds44-219/+2858
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds1-33/+15
2008-04-19Deprecate the asm/semaphore.h files in feature-removal-schedule.Matthew Wilcox1-0/+8
2008-04-19sched: build fixIngo Molnar1-1/+1
2008-04-19sched: better rt-group documentationViktor Radnai2-35/+160
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