summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds107-1089/+1549
2008-04-21Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds31-352/+1257
2008-04-21Merge 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-19x86: UV startup of slave cpusJack Steiner3-15/+32
2008-04-19x86: integrate pci-dma.cGlauber Costa4-328/+176
2008-04-19x86: don't do dma if mask is NULL.Glauber Costa1-0/+3
2008-04-19x86: return conditional to mmuGlauber Costa1-2/+32
2008-04-19x86: remove kludge from x86_64Glauber Costa1-4/+0
2008-04-19x86: unify gfp masksGlauber Costa2-2/+6
2008-04-19x86: retry allocation if failedGlauber Costa1-5/+29
2008-04-19x86: don't try to allocate from DMA zone at firstGlauber Costa1-3/+0
2008-04-19x86: use a fallback dev for i386Glauber Costa1-0/+13
2008-04-19x86: use numa allocation function in i386Glauber Costa1-5/+22
2008-04-19x86: remove virt_to_bus in pci-dma_64.cGlauber Costa1-7/+7
2008-04-19x86: adjust dma_free_coherent for i386Glauber Costa1-0/+2
2008-04-19x86: move bad_dma_addressGlauber Costa3-6/+2
2008-04-19x86: isolate coherent mapping functionsGlauber Costa2-17/+45
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa3-85/+89
2008-04-19x86: merge iommu initialization parametersGlauber Costa5-91/+89
2008-04-19x86: merge dma_supportedGlauber Costa3-67/+45
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa4-29/+19
2008-04-19x86: move x86_64-specific to common code.Glauber Costa2-68/+73
2008-04-19x86: move initialization functions to pci-dma.cGlauber Costa2-23/+25
2008-04-19x86: unify pci-nommuGlauber Costa5-72/+11
2008-04-19x86: move definition to pci-dma.cGlauber Costa3-6/+11
2008-04-19x86: use dma_length in i386Glauber Costa2-2/+1
2008-04-19x86: use WARN_ON in mapping functionsGlauber Costa1-0/+3
2008-04-19x86: use sg_phys in x86_64Glauber Costa1-1/+1
2008-04-19x86: Add flush_write_buffers in nommu functionsGlauber Costa1-0/+2
2008-04-19x86: implement mapping_error in pci-nommu_64.cGlauber Costa1-0/+12
2008-04-19x86: delete empty functions from pci-nommu_64.cGlauber Costa1-15/+0
2008-04-19x86: introduce pci-dma.cGlauber Costa4-22/+15
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.c, fixMark McLoughlin1-0/+2
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 Costa4-14/+15
2008-04-19x86: provide a bad_dma_address symbol for i386Glauber Costa3-1/+6
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 Costa4-33/+36
2008-04-19x86: move dma_cache_sync to common headerGlauber Costa3-14/+6
2008-04-19x86: dma-ops on highmem fixIngo Molnar7-19/+28
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 Costa4-19/+12
2008-04-19x86: move dma_sync_sg_for_cpu to common headerGlauber Costa4-17/+10
2008-04-19x86: move dma_sync_single_range_for_device to common headerGlauber Costa4-20/+15
2008-04-19x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa4-19/+12
2008-04-19x86: move dma_sync_single_for_device to common headerGlauber Costa4-18/+12
2008-04-19x86: move dma_sync_single_for_cpu to common headerGlauber Costa4-17/+13