summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/iommu.c
AgeCommit message (Expand)Author
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2022-09-05powerpc/cell: Add missing of_node_put() in iommu.cLiang He
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child
2021-11-25powerpc/cell: add missing of_node_putJulia Lawall
2021-04-23powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig
2019-02-18powerpc/dma: remove get_pci_dma_opsChristoph Hellwig
2019-02-18powerpc/cell: use the generic iommu bypass codeChristoph Hellwig
2019-02-18powerpc/cell: move dma direct window setup out of dma_configureChristoph Hellwig
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2017-06-28powerpc/cell: use the dma_supported method for ops switchingChristoph Hellwig
2017-06-28powerpc/cell: clean up fixed mapping dma_ops initializationChristoph Hellwig
2017-06-28powerpc: implement ->mapping_errorChristoph Hellwig
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-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-06-14powerpc: Various typo fixesMichael Ellerman
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy
2015-04-11powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens
2015-04-10powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman
2015-04-07powerpc: Remove the celleb supportMichael Ellerman
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel
2013-12-30powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard
2013-05-06powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz
2011-11-25powerpc/cell/iommu: Add missing of_node_putJulia Lawall
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller
2011-09-01powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller
2010-08-24powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely
2010-07-14lmb: rename to memblockYinghai Lu
2010-06-02powerpc/cell: Fix integer constant warningDenis Kirjanov
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely