aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-28x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig1-3/+0
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye1-1/+1
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig1-11/+0
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig1-8/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig1-16/+2
2018-01-15dma-mapping: add an arch_dma_supported hookChristoph Hellwig1-0/+3
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-26/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-6/+0
2017-10-19x86: make dma_cache_sync a no-opChristoph Hellwig1-1/+0
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-2/+3
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig1-3/+0
2017-06-28x86: remove DMA_ERROR_CODEChristoph Hellwig1-2/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-8/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
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