aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-14/+14
2016-06-14powerpc: Various typo fixesMichael Ellerman1-2/+2
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy1-2/+6
2015-04-11powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens1-3/+4
2015-04-10powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman1-1/+1
2015-04-07powerpc: Remove the celleb supportMichael Ellerman1-2/+0
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel1-4/+5
2013-12-30powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple1-3/+5
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple1-6/+6
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard1-1/+1
2013-05-06powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-2/+1
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-2/+1
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard1-1/+0
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-7/+9
2011-11-25powerpc/cell/iommu: Add missing of_node_putJulia Lawall1-0/+2
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-2/+1
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-2/+11
2011-09-01powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller1-0/+12
2010-08-24powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard1-1/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-1/+1
2010-07-14lmb: rename to memblockYinghai Lu1-5/+5
2010-06-02powerpc/cell: Fix integer constant warningDenis Kirjanov1-1/+1
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24powerpc: Change archdata dma_data to a unionBecky Bruce1-6/+3
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori1-1/+1
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven1-22/+15
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-24powerpc/cell: Fix iommu exception reportingJeremy Kerr1-4/+5
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-2/+2
2009-01-08powerpc/cell: Fix some u64 vs. long typesIngo Molnar1-2/+2
2008-11-19powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()Michael Ellerman1-4/+1
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson1-19/+18
2008-09-24powerpc: Drop archdata numa_nodeBecky Bruce1-3/+3
2008-07-25powerpc/pseries: iommu enablement for CMORobert Jennings1-1/+2
2008-07-25powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpointMark Nelson1-1/+12
2008-07-22powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU codeMark Nelson1-5/+108
2008-07-22powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson1-2/+3
2008-07-09powerpc/cell: cell_dma_dev_setup_iommu() return the iommu tableMark Nelson1-4/+4
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-03-26Merge branch 'linux-2.6'Paul Mackerras1-16/+25
2008-03-20[POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devicesMichael Ellerman1-16/+25
2008-03-13Merge branch 'linux-2.6'Paul Mackerras1-63/+88
2008-03-03[POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pagesMichael Ellerman1-15/+22