summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-22107-1089/+1549
|\
| * x86: UV startup of slave cpusJack Steiner2008-04-193-15/+32
| * x86: integrate pci-dma.cGlauber Costa2008-04-194-328/+176Star
| * x86: don't do dma if mask is NULL.Glauber Costa2008-04-191-0/+3
| * x86: return conditional to mmuGlauber Costa2008-04-191-2/+32
| * x86: remove kludge from x86_64Glauber Costa2008-04-191-4/+0Star
| * x86: unify gfp masksGlauber Costa2008-04-192-2/+6
| * x86: retry allocation if failedGlauber Costa2008-04-191-5/+29
| * x86: don't try to allocate from DMA zone at firstGlauber Costa2008-04-191-3/+0Star
| * x86: use a fallback dev for i386Glauber Costa2008-04-191-0/+13
| * x86: use numa allocation function in i386Glauber Costa2008-04-191-5/+22
| * x86: remove virt_to_bus in pci-dma_64.cGlauber Costa2008-04-191-7/+7
| * x86: adjust dma_free_coherent for i386Glauber Costa2008-04-191-0/+2
| * x86: move bad_dma_addressGlauber Costa2008-04-193-6/+2Star
| * x86: isolate coherent mapping functionsGlauber Costa2008-04-192-17/+45
| * x86: move dma_coherent functions to pci-dma.cGlauber Costa2008-04-193-85/+89
| * x86: merge iommu initialization parametersGlauber Costa2008-04-195-91/+89Star
| * x86: merge dma_supportedGlauber Costa2008-04-193-67/+45Star
| * x86: move pci fixup to pci-dma.cGlauber Costa2008-04-194-29/+19Star
| * x86: move x86_64-specific to common code.Glauber Costa2008-04-192-68/+73
| * x86: move initialization functions to pci-dma.cGlauber Costa2008-04-192-23/+25
| * x86: unify pci-nommuGlauber Costa2008-04-195-72/+11Star
| * x86: move definition to pci-dma.cGlauber Costa2008-04-193-6/+11
| * x86: use dma_length in i386Glauber Costa2008-04-192-2/+1Star
| * x86: use WARN_ON in mapping functionsGlauber Costa2008-04-191-0/+3
| * x86: use sg_phys in x86_64Glauber Costa2008-04-191-1/+1
| * x86: Add flush_write_buffers in nommu functionsGlauber Costa2008-04-191-0/+2
| * x86: implement mapping_error in pci-nommu_64.cGlauber Costa2008-04-191-0/+12
| * x86: delete empty functions from pci-nommu_64.cGlauber Costa2008-04-191-15/+0Star
| * x86: introduce pci-dma.cGlauber Costa2008-04-194-22/+15Star
| * x86: move dma_supported and dma_set_mask to pci-dma_32.c, fixMark McLoughlin2008-04-191-0/+2
| * x86: delete the arch-specific dma-mapping headers.Glauber Costa2008-04-193-46/+13Star
| * x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.hGlauber Costa2008-04-192-12/+14
| * x86: unify dma_mapping_errorGlauber Costa2008-04-194-14/+15
| * x86: provide a bad_dma_address symbol for i386Glauber Costa2008-04-193-1/+6
| * x86: align to clflush sizeGlauber Costa2008-04-191-1/+1
| * x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa2008-04-194-33/+36
| * x86: move dma_cache_sync to common headerGlauber Costa2008-04-193-14/+6Star
| * x86: dma-ops on highmem fixIngo Molnar2008-04-197-19/+28
| * x86: move dma_map_page and dma_unmap_page to common headerGlauber Costa2008-04-193-19/+14Star
| * x86: move alloc and free coherent to common headerGlauber Costa2008-04-193-20/+10Star
| * x86: move dma_sync_sg_for_device to common headerGlauber Costa2008-04-194-19/+12Star
| * x86: move dma_sync_sg_for_cpu to common headerGlauber Costa2008-04-194-17/+10Star
| * x86: move dma_sync_single_range_for_device to common headerGlauber Costa2008-04-194-20/+15Star
| * x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa2008-04-194-19/+12Star
| * x86: move dma_sync_single_for_device to common headerGlauber Costa2008-04-194-18/+12Star
| * x86: move dma_sync_single_for_cpu to common headerGlauber Costa2008-04-194-17/+13Star
| * x86: move dma_unmap_sg to common headerGlauber Costa2008-04-194-16/+10Star
| * x86: move dma_map_sg to common headerGlauber Costa2008-04-194-28/+26Star
| * x86: move dma_unmap_single to common headerGlauber Costa2008-04-194-15/+11Star