summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma_32.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-19x86: integrate pci-dma.cGlauber Costa1-173/+0
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: unify gfp masksGlauber Costa1-2/+4
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: adjust dma_free_coherent for i386Glauber Costa1-0/+2
2008-04-19x86: move bad_dma_addressGlauber Costa1-4/+0
2008-04-19x86: isolate coherent mapping functionsGlauber Costa1-16/+35
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa1-85/+0
2008-04-19x86: merge iommu initialization parametersGlauber Costa1-12/+0
2008-04-19x86: merge dma_supportedGlauber Costa1-24/+0
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa1-13/+0
2008-04-19x86: introduce pci-dma.cGlauber Costa1-12/+0
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.c, fixMark McLoughlin1-0/+2
2008-04-19x86: provide a bad_dma_address symbol for i386Glauber Costa1-0/+4
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa1-0/+33
2007-10-17i386: Clean up duplicate includes in arch/i386/kernel/Jesper Juhl1-1/+0
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell1-1/+2
2007-10-11i386: move kernelThomas Gleixner1-0/+177