summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig2018-05-281-3/+0
* dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye2018-05-251-1/+1
* x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig2018-03-201-11/+0
* x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2018-03-201-8/+0
* x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig2018-03-201-16/+2
* dma-mapping: add an arch_dma_supported hookChristoph Hellwig2018-01-151-0/+3
* dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-26/+0
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-7/+0
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0
| * x86: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-1/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-2/+3
* x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-3/+0
* x86: remove DMA_ERROR_CODEChristoph Hellwig2017-06-281-2/+0
* treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-8/+1
* treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-2/+2
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-3/+2
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
* dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-2/+0
* dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-1/+3
* dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-11/+0
* dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-13/+3
* x86: Deinline dma_free_attrs()Denys Vlasenko2015-05-051-15/+3
* x86: Deinline dma_alloc_attrs()Denys Vlasenko2015-05-051-26/+2
* dma-debug: New interfaces to debug dma mapping errorsShuah Khan2012-10-241-0/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-0/+5
|\
| * X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-0/+5
* | x86: Introduce CONFIG_X86_DMA_REMAPAlessandro Rubini2012-04-121-0/+7
* | x86-32: Introduce CONFIG_X86_DEV_DMA_OPSAlessandro Rubini2012-04-121-1/+1
|/
* X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-10/+16
* 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