summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma_32.c
AgeCommit message (Expand)AuthorLines
2008-04-19x86: integrate pci-dma.cGlauber Costa-173/+0
2008-04-19x86: don't do dma if mask is NULL.Glauber Costa-0/+3
2008-04-19x86: return conditional to mmuGlauber Costa-2/+32
2008-04-19x86: unify gfp masksGlauber Costa-2/+4
2008-04-19x86: retry allocation if failedGlauber Costa-5/+29
2008-04-19x86: don't try to allocate from DMA zone at firstGlauber Costa-3/+0
2008-04-19x86: use a fallback dev for i386Glauber Costa-0/+13
2008-04-19x86: use numa allocation function in i386Glauber Costa-5/+22
2008-04-19x86: adjust dma_free_coherent for i386Glauber Costa-0/+2
2008-04-19x86: move bad_dma_addressGlauber Costa-4/+0
2008-04-19x86: isolate coherent mapping functionsGlauber Costa-16/+35
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa-85/+0
2008-04-19x86: merge iommu initialization parametersGlauber Costa-12/+0
2008-04-19x86: merge dma_supportedGlauber Costa-24/+0
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa-13/+0
2008-04-19x86: introduce pci-dma.cGlauber Costa-12/+0
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.c, fixMark McLoughlin-0/+2
2008-04-19x86: provide a bad_dma_address symbol for i386Glauber Costa-0/+4
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa-0/+33
2007-10-17i386: Clean up duplicate includes in arch/i386/kernel/Jesper Juhl-1/+0
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell-1/+2
2007-10-11i386: move kernelThomas Gleixner-0/+177