summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-311-19/+18Star
* powerpc: Drop archdata numa_nodeBecky Bruce2008-09-241-3/+3
* powerpc/pseries: iommu enablement for CMORobert Jennings2008-07-251-1/+2
* powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpointMark Nelson2008-07-251-1/+12
* powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ...Mark Nelson2008-07-221-5/+108
* powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson2008-07-221-2/+3
* powerpc/cell: cell_dma_dev_setup_iommu() return the iommu tableMark Nelson2008-07-091-4/+4
* [POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-011-4/+4
* Merge branch 'linux-2.6'Paul Mackerras2008-03-251-16/+25
|\
| * [POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devicesMichael Ellerman2008-03-201-16/+25
* | Merge branch 'linux-2.6'Paul Mackerras2008-03-131-63/+88
|\|
| * [POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pagesMichael Ellerman2008-03-031-15/+22
| * [POWERPC] Allow for different IOMMU page sizes in cell IOMMU codeMichael Ellerman2008-03-031-13/+18
| * [POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZEMichael Ellerman2008-03-031-5/+4Star
| * [POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs se...Michael Ellerman2008-03-031-26/+43
| * [POWERPC] Move allocation of cell IOMMU pad pageMichael Ellerman2008-03-031-6/+6
| * [POWERPC] Remove unused pte_offset variableMichael Ellerman2008-03-031-4/+1Star
| * [POWERPC] Use it_offset not pte_offset in cell IOMMU codeMichael Ellerman2008-03-031-2/+2
| * [POWERPC] Clearup cell IOMMU fixed mapping terminologyMichael Ellerman2008-03-031-4/+4
* | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-141-1/+1
|/
* [POWERPC] Make cell IOMMU fixed mapping printk more usefulMichael Ellerman2008-02-081-4/+2Star
* [POWERPC] Fix potential cell IOMMU bug when switching back to default DMA opsMichael Ellerman2008-02-081-8/+7Star
* [POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-rangesMichael Ellerman2008-02-081-0/+12
* [POWERPC] Fix cell IOMMU null pointer explosion on old firmwaresMichael Ellerman2008-02-081-8/+7Star
* [POWERPC] Cell IOMMU fixed mapping supportMichael Ellerman2008-01-311-2/+267
* [POWERPC] Split out the ioid fetching/checking logicMichael Ellerman2008-01-311-6/+17
* [POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windowsMichael Ellerman2008-01-311-5/+10
* [POWERPC] Split out the IOMMU logic from cell_dma_dev_setup()Michael Ellerman2008-01-311-6/+13
* [POWERPC] Split cell_iommu_setup_hardware() into two partsMichael Ellerman2008-01-311-12/+26
* [POWERPC] Split out the logic that allocates struct iommusMichael Ellerman2008-01-311-4/+16
* [POWERPC] Make IOMMU code safe for > 132 GB of memoryMichael Ellerman2008-01-251-3/+4
* [POWERPC] Have cell use its own dma_direct_offset variableMichael Ellerman2008-01-251-5/+7
* [POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()Michael Ellerman2008-01-251-2/+6
* [POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-171-5/+2Star
* [POWERPC] celleb: Split machine definitionIshizaki Kou2007-12-201-2/+2
* [POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger2007-12-191-1/+1
* [POWERPC] celleb: Add support for native CBEIshizaki Kou2007-12-111-1/+3
* [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt2007-10-091-1/+1
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-121-4/+4
* [POWERPC] Create and use get_pci_dma_ops()Stephen Rothwell2007-03-091-2/+2
* [POWERPC] Create and use set_pci_dma_opsStephen Rothwell2007-03-091-2/+2
* [PATCH] arch/powerpc trivial annotationsAl Viro2007-02-091-2/+3
* [POWERPC] Cell iommu supportJeremy Kerr2006-12-041-352/+653
* [POWERPC] Make cell use direct DMA opsBenjamin Herrenschmidt2006-12-041-73/+6Star
* [POWERPC] Cell fixup DMA offset for new southbridgeBenjamin Herrenschmidt2006-12-041-3/+11