aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds19-22/+6
2008-04-21Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds106-1326/+3745
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds15-78/+144
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds18-426/+308
2008-04-21Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-1/+63
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds11-20/+170
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds1-33/+15
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2-0/+4
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra1-0/+1
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-0/+1
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto4-4/+25
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-0/+3
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-1/+1
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis1-4/+11
2008-04-19cpumask: add show cpu map functionsMike Travis1-6/+11
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis1-3/+9
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis1-0/+6
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis2-43/+8
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-1/+1
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-6/+7
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis6-9/+35
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis2-0/+8
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra1-0/+7
2008-04-19time: add ns_to_ktime()Ingo Molnar1-0/+6
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar1-1/+0
2008-04-19x86: UV startup of slave cpusJack Steiner1-0/+1
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa1-0/+8
2008-04-19x86: merge iommu initialization parametersGlauber Costa1-0/+1
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa1-1/+1
2008-04-19x86: use dma_length in i386Glauber Costa1-2/+0
2008-04-19x86: delete the arch-specific dma-mapping headers.Glauber Costa3-46/+13
2008-04-19x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.hGlauber Costa2-12/+14
2008-04-19x86: unify dma_mapping_errorGlauber Costa3-14/+8
2008-04-19x86: provide a bad_dma_address symbol for i386Glauber Costa2-1/+2
2008-04-19x86: align to clflush sizeGlauber Costa1-1/+1
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa3-33/+3
2008-04-19x86: move dma_cache_sync to common headerGlauber Costa3-14/+6
2008-04-19x86: dma-ops on highmem fixIngo Molnar1-4/+6
2008-04-19x86: move dma_map_page and dma_unmap_page to common headerGlauber Costa3-19/+14
2008-04-19x86: move alloc and free coherent to common headerGlauber Costa3-20/+10
2008-04-19x86: move dma_sync_sg_for_device to common headerGlauber Costa3-19/+11
2008-04-19x86: move dma_sync_sg_for_cpu to common headerGlauber Costa3-17/+9
2008-04-19x86: move dma_sync_single_range_for_device to common headerGlauber Costa3-20/+14
2008-04-19x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa3-19/+11
2008-04-19x86: move dma_sync_single_for_device to common headerGlauber Costa3-18/+11
2008-04-19x86: move dma_sync_single_for_cpu to common headerGlauber Costa3-17/+12
2008-04-19x86: move dma_unmap_sg to common headerGlauber Costa3-16/+9
2008-04-19x86: move dma_map_sg to common headerGlauber Costa3-28/+7
2008-04-19x86: move dma_unmap_single to common headerGlauber Costa3-15/+10
2008-04-19x86: implement dma_map_single through dma_opsGlauber Costa3-19/+10