aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-03[POWERPC] Allow for different IOMMU page sizes in cell IOMMU codeMichael Ellerman1-13/+18
2008-03-03[POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZEMichael Ellerman1-5/+4
2008-03-03[POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs separatelyMichael Ellerman1-26/+43
2008-03-03[POWERPC] Move allocation of cell IOMMU pad pageMichael Ellerman1-6/+6
2008-03-03[POWERPC] Remove unused pte_offset variableMichael Ellerman1-4/+1
2008-03-03[POWERPC] Use it_offset not pte_offset in cell IOMMU codeMichael Ellerman1-2/+2
2008-03-03[POWERPC] Clearup cell IOMMU fixed mapping terminologyMichael Ellerman1-4/+4
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+1
2008-02-08[POWERPC] Make cell IOMMU fixed mapping printk more usefulMichael Ellerman1-4/+2
2008-02-08[POWERPC] Fix potential cell IOMMU bug when switching back to default DMA opsMichael Ellerman1-8/+7
2008-02-08[POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-rangesMichael Ellerman1-0/+12
2008-02-08[POWERPC] Fix cell IOMMU null pointer explosion on old firmwaresMichael Ellerman1-8/+7
2008-01-31[POWERPC] Cell IOMMU fixed mapping supportMichael Ellerman1-2/+267
2008-01-31[POWERPC] Split out the ioid fetching/checking logicMichael Ellerman1-6/+17
2008-01-31[POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windowsMichael Ellerman1-5/+10
2008-01-31[POWERPC] Split out the IOMMU logic from cell_dma_dev_setup()Michael Ellerman1-6/+13
2008-01-31[POWERPC] Split cell_iommu_setup_hardware() into two partsMichael Ellerman1-12/+26
2008-01-31[POWERPC] Split out the logic that allocates struct iommusMichael Ellerman1-4/+16
2008-01-25[POWERPC] Make IOMMU code safe for > 132 GB of memoryMichael Ellerman1-3/+4
2008-01-25[POWERPC] Have cell use its own dma_direct_offset variableMichael Ellerman1-5/+7
2008-01-25[POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()Michael Ellerman1-2/+6
2008-01-17[POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely1-5/+2
2007-12-20[POWERPC] celleb: Split machine definitionIshizaki Kou1-2/+2
2007-12-19[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.Jon Loeliger1-1/+1
2007-12-11[POWERPC] celleb: Add support for native CBEIshizaki Kou1-1/+3
2007-10-09[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt1-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-4/+4
2007-03-09[POWERPC] Create and use get_pci_dma_ops()Stephen Rothwell1-2/+2
2007-03-09[POWERPC] Create and use set_pci_dma_opsStephen Rothwell1-2/+2
2007-02-09[PATCH] arch/powerpc trivial annotationsAl Viro1-2/+3
2006-12-04[POWERPC] Cell iommu supportJeremy Kerr1-352/+653
2006-12-04[POWERPC] Make cell use direct DMA opsBenjamin Herrenschmidt1-73/+6
2006-12-04[POWERPC] Cell fixup DMA offset for new southbridgeBenjamin Herrenschmidt1-3/+11
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt1-15/+6
2006-10-05[POWERPC] cell: fix bugs found by sparseArnd Bergmann1-4/+4