aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/dma-swiotlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-58/+0
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig1-2/+2
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig1-1/+0
2019-02-18powerpc/dma: remove max_direct_dma_addrChristoph Hellwig1-20/+1
2019-02-18powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.cChristoph Hellwig1-11/+0
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+8
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig1-5/+1
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-8/+8
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig1-1/+0
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig1-2/+2
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig1-1/+1
2018-01-15powerpc: rename swiotlb_dma_opsChristoph Hellwig1-2/+2
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-3/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2015-07-13powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_maskBenjamin Herrenschmidt1-2/+2
2015-04-11powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_opsDaniel Axtens1-7/+4
2014-09-03powerpc/64: Limit ZONE_DMA32 to 4GiB in swiotlb_detect_4g()Scott Wood1-2/+6
2012-09-12powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao1-0/+20
2012-09-05powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman1-1/+1
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski1-0/+1
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-2/+2
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-0/+16
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-8/+0
2010-07-14lmb: rename to memblockYinghai Lu1-1/+1
2010-05-27powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori1-2/+2
2010-05-04powerpc/swiotlb: Fix off by one in determining boundary of which ops to useKumar Gala1-2/+3
2009-11-24powerpc: Kill unused swiotlb variableFUJITA Tomonori1-1/+0
2009-08-28powerpc: Handle SWIOTLB mapping error properlyFUJITA Tomonori1-1/+2
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori1-1/+1
2009-08-28powerpc: Remove swiotlb_pci_dma_opsFUJITA Tomonori1-14/+0
2009-08-28powerpc: Remove addr_needs_map in struct dma_mapping_opsFUJITA Tomonori1-21/+15
2009-07-28powerpc: remove unused swiotlb_phys_to_bus() and swiotlb_bus_to_phys()FUJITA Tomonori1-11/+0
2009-07-28powerpc: remove unncesary swiotlb_arch_address_needs_mappingFUJITA Tomonori1-26/+1
2009-07-28swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori1-10/+0
2009-06-09powerpc: Add support for swiotlb on 32-bitBecky Bruce1-0/+163