summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
* powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-181-2/+2
* powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-3/+0Star
* powerpc/dma: remove get_pci_dma_opsChristoph Hellwig2019-02-181-9/+8Star
* powerpc/cell: use the generic iommu bypass codeChristoph Hellwig2019-02-181-131/+9Star
* powerpc/cell: move dma direct window setup out of dma_configureChristoph Hellwig2019-02-181-9/+15
* powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-1/+0Star
* powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-14/+14
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-12/+12
* powerpc/cell: use the dma_supported method for ops switchingChristoph Hellwig2017-06-281-16/+9Star
* powerpc/cell: clean up fixed mapping dma_ops initializationChristoph Hellwig2017-06-281-20/+7Star
* powerpc: implement ->mapping_errorChristoph Hellwig2017-06-281-0/+1
* treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-1/+1
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-1/+1
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-14/+14
* powerpc: Various typo fixesMichael Ellerman2016-06-141-2/+2
* powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-111-2/+6
* powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-111-3/+4
* powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman2015-04-101-1/+1
* powerpc: Remove the celleb supportMichael Ellerman2015-04-071-2/+0Star
* powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel2014-11-181-4/+5
* powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple2013-12-301-3/+5
* powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-6/+6
* powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard2013-08-141-1/+1
* powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt2013-05-061-1/+1
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-2/+1Star
|\
| * devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-2/+1Star
* | powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard2012-07-031-1/+0Star
|/
* PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-7/+9
* powerpc/cell/iommu: Add missing of_node_putJulia Lawall2011-11-251-0/+2
* powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-081-2/+1Star
* powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller2011-09-201-2/+11
* powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller2011-09-011-0/+12
* powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard2010-08-241-1/+1
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-1/+1
* lmb: rename to memblockYinghai Lu2010-07-141-5/+5
* powerpc/cell: Fix integer constant warningDenis Kirjanov2010-06-021-1/+1
* of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-191-3/+2Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: Change archdata dma_data to a unionBecky Bruce2009-09-241-6/+3Star
* powerpc: use dma_map_ops structFUJITA Tomonori2009-08-281-1/+1
* powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven2009-06-151-22/+15Star
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* powerpc/cell: Fix iommu exception reportingJeremy Kerr2009-03-241-4/+5
* powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-131-2/+2
* powerpc/cell: Fix some u64 vs. long typesIngo Molnar2009-01-081-2/+2
* powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()Michael Ellerman2008-11-191-4/+1Star