aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-3/+2
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-2/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-1/+3
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-11/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-13/+3
2015-05-05x86: Deinline dma_free_attrs()Denys Vlasenko1-15/+3
2015-05-05x86: Deinline dma_alloc_attrs()Denys Vlasenko1-26/+2
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan1-0/+1
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-0/+5
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-0/+5
2012-04-12x86: Introduce CONFIG_X86_DMA_REMAPAlessandro Rubini1-0/+7
2012-04-12x86-32: Introduce CONFIG_X86_DEV_DMA_OPSAlessandro Rubini1-1/+1
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-10/+16
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-7/+0
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich1-1/+1
2009-11-17x86: Kill bad_dma_address variableFUJITA Tomonori1-2/+3
2009-11-08x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich1-3/+7
2009-07-28x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori1-0/+10
2009-07-28x86: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori1-0/+8
2009-06-18dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori1-171/+2
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum1-0/+5
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+2
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-17dma-debug: x86 architecture bindingsJoerg Roedel1-6/+39
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar1-2/+2
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-2/+2
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-93/+53
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori1-9/+6
2009-01-06x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori1-0/+8
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-17x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge1-1/+1
2008-12-01x86: fix dma_mapping_error for 32bit x86, cleanupFUJITA Tomonori1-2/+0
2008-11-29x86: fix dma_mapping_error for 32bit x86Thomas Bogendoerfer1-4/+2
2008-10-23x86: use GFP_DMA for 24bit coherent_dma_maskFUJITA Tomonori1-1/+3
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+308