summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/dma-swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-181-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-58/+0
* powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig2019-02-181-2/+2
* swiotlb: remove swiotlb_dma_supportedChristoph Hellwig2019-02-181-1/+1
* powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig2019-02-181-1/+0
* powerpc/dma: remove max_direct_dma_addrChristoph Hellwig2019-02-181-20/+1
* powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.cChristoph Hellwig2019-02-181-11/+0
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-9/+8
|\
| * dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-8/+8
| * dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-1/+0
* | powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-201-5/+1
|/
* swiotlb: remove the overflow bufferChristoph Hellwig2018-10-191-2/+2
* swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-1/+1
* powerpc: rename swiotlb_dma_opsChristoph Hellwig2018-01-151-2/+2
* powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-3/+3
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_...Benjamin Herrenschmidt2015-07-131-2/+2
* powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-111-7/+4
* powerpc/64: Limit ZONE_DMA32 to 4GiB in swiotlb_detect_4g()Scott Wood2014-09-031-2/+6
* powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao2012-09-121-0/+20
* powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman2012-09-051-1/+1
* common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski2012-07-301-0/+1
* PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-2/+2
* powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller2011-09-201-0/+16
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-8/+0
* lmb: rename to memblockYinghai Lu2010-07-141-1/+1
* powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-271-2/+2
* powerpc/swiotlb: Fix off by one in determining boundary of which ops to useKumar Gala2010-05-041-2/+3
* powerpc: Kill unused swiotlb variableFUJITA Tomonori2009-11-241-1/+0
* powerpc: Handle SWIOTLB mapping error properlyFUJITA Tomonori2009-08-281-1/+2
* powerpc: use dma_map_ops structFUJITA Tomonori2009-08-281-1/+1
* powerpc: Remove swiotlb_pci_dma_opsFUJITA Tomonori2009-08-281-14/+0
* powerpc: Remove addr_needs_map in struct dma_mapping_opsFUJITA Tomonori2009-08-281-21/+15
* powerpc: remove unused swiotlb_phys_to_bus() and swiotlb_bus_to_phys()FUJITA Tomonori2009-07-281-11/+0
* powerpc: remove unncesary swiotlb_arch_address_needs_mappingFUJITA Tomonori2009-07-281-26/+1
* swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori2009-07-281-10/+0
* powerpc: Add support for swiotlb on 32-bitBecky Bruce2009-06-091-0/+163