summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/iommu.c
AgeCommit message (Expand)Author
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-24powerpc: Change archdata dma_data to a unionBecky Bruce
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-24powerpc/cell: Fix iommu exception reportingJeremy Kerr
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar
2009-01-08powerpc/cell: Fix some u64 vs. long typesIngo Molnar
2008-11-19powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()Michael Ellerman
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson
2008-09-24powerpc: Drop archdata numa_nodeBecky Bruce
2008-07-25powerpc/pseries: iommu enablement for CMORobert Jennings
2008-07-25powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpointMark Nelson
2008-07-22powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ...Mark Nelson
2008-07-22powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson
2008-07-09powerpc/cell: cell_dma_dev_setup_iommu() return the iommu tableMark Nelson
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison