aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-1/+0
* dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-7/+0
* dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-161-1/+1
* x86: Kill bad_dma_address variableFUJITA Tomonori2009-11-171-2/+3
* x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich2009-11-081-3/+7
* x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori2009-07-281-0/+10
* x86: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+8
* dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-06-181-171/+2
* kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum2009-06-151-0/+5
* kmemcheck: add DMA hooksVegard Nossum2009-06-151-0/+2
* dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-debug: x86 architecture bindingsJoerg Roedel2009-03-171-6/+39
* Merge branch 'linus' into core/iommuIngo Molnar2009-03-051-2/+2
|\
| * Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-291-2/+2
* | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-061-93/+53
* | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-061-9/+6
* | x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+8
|/
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-1/+1
|\
| * x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge2008-12-171-1/+1
* | x86: fix dma_mapping_error for 32bit x86, cleanupFUJITA Tomonori2008-12-011-2/+0
|/
* x86: fix dma_mapping_error for 32bit x86Thomas Bogendoerfer2008-11-291-4/+2
* x86: use GFP_DMA for 24bit coherent_dma_maskFUJITA Tomonori2008-10-231-1/+3
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+308