aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/ia64/kernel/pci-swiotlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig1-36/+0
2018-01-15ia64: use generic swiotlb_opsChristoph Hellwig1-35/+3
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig1-1/+1
2018-01-15ia64: rename swiotlb_dma_opsChristoph Hellwig1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-2/+2
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-3/+11
2010-05-27ia64: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-10swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori1-2/+2
2009-08-13ia64: IOMMU passthrough mode shouldn't trigger swiotlb initDavid Woodhouse1-1/+1
2009-04-29Intel IOMMU Pass Through SupportFenghua Yu1-1/+1
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-1/+1
2009-01-29IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devicesFUJITA Tomonori1-1/+9
2009-01-27IA64: fix compile error on IA64_DIG_VTDFUJITA Tomonori1-3/+0
2009-01-06ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony1-1/+1
2009-01-06x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori1-16/+0
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-10/+22
2009-01-06set up dma_ops appropriatelyFUJITA Tomonori1-0/+6
2009-01-06add dma_mapping_ops for SWIOTLBFUJITA Tomonori1-1/+8
2008-10-17[IA64] Add Variable Page Size and IA64 Support in Intel IOMMUFenghua Yu1-0/+46