aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/dma-mapping.h
AgeCommit message (Expand)Author
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman
2022-04-18x86: remove cruft from <asm/dma-mapping.h>Christoph Hellwig
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig
2018-05-28x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig
2018-01-15dma-mapping: add an arch_dma_supported hookChristoph Hellwig
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig
2017-10-19x86: make dma_cache_sync a no-opChristoph Hellwig
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig
2017-06-28x86: remove DMA_ERROR_CODEChristoph Hellwig
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-05-05x86: Deinline dma_free_attrs()Denys Vlasenko
2015-05-05x86: Deinline dma_alloc_attrs()Denys Vlasenko
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski
2012-04-12x86: Introduce CONFIG_X86_DMA_REMAPAlessandro Rubini
2012-04-12x86-32: Introduce CONFIG_X86_DEV_DMA_OPSAlessandro Rubini
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz
2011-09-27doc: fix broken referencesPaul Bolle
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich
2009-11-17x86: Kill bad_dma_address variableFUJITA Tomonori
2009-11-08x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich
2009-07-28x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori
2009-07-28x86: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori
2009-06-18dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum