| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Fix bogus it_blocksize in VIO iommu code | Anton Blanchard | 2010-08-24 | 1 | -1/+1 |
* | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely | 2010-07-24 | 1 | -1/+1 |
* | lmb: rename to memblock | Yinghai Lu | 2010-07-14 | 1 | -5/+5 |
* | powerpc/cell: Fix integer constant warning | Denis Kirjanov | 2010-06-02 | 1 | -1/+1 |
* | of: eliminate of_device->node and dev_archdata->{of,prom}_node | Grant Likely | 2010-05-18 | 1 | -3/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | powerpc: Change archdata dma_data to a union | Becky Bruce | 2009-09-24 | 1 | -6/+3 |
* | powerpc: use dma_map_ops struct | FUJITA Tomonori | 2009-08-28 | 1 | -1/+1 |
* | powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h> | Geert Uytterhoeven | 2009-06-15 | 1 | -22/+15 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | powerpc/cell: Fix iommu exception reporting | Jeremy Kerr | 2009-03-24 | 1 | -4/+5 |
* | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar | 2009-01-13 | 1 | -2/+2 |
* | powerpc/cell: Fix some u64 vs. long types | Ingo Molnar | 2009-01-08 | 1 | -2/+2 |
* | powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init() | Michael Ellerman | 2008-11-19 | 1 | -4/+1 |
* | powerpc: Update remaining dma_mapping_ops to use map/unmap_page | Mark Nelson | 2008-10-31 | 1 | -19/+18 |
* | powerpc: Drop archdata numa_node | Becky Bruce | 2008-09-24 | 1 | -3/+3 |
* | powerpc/pseries: iommu enablement for CMO | Robert Jennings | 2008-07-25 | 1 | -1/+2 |
* | powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpoint | Mark Nelson | 2008-07-25 | 1 | -1/+12 |
* | powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ... | Mark Nelson | 2008-07-22 | 1 | -5/+108 |
* | powerpc/dma: Use the struct dma_attrs in iommu code | Mark Nelson | 2008-07-22 | 1 | -2/+3 |
* | powerpc/cell: cell_dma_dev_setup_iommu() return the iommu table | Mark Nelson | 2008-07-09 | 1 | -4/+4 |
* | [POWERPC] Replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-01 | 1 | -4/+4 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-03-26 | 1 | -16/+25 |
|\ |
|
| * | [POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devices | Michael Ellerman | 2008-03-20 | 1 | -16/+25 |
* | | Merge branch 'linux-2.6' | Paul Mackerras | 2008-03-13 | 1 | -63/+88 |
|\ \
| |/ |
|
| * | [POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pages | Michael Ellerman | 2008-03-03 | 1 | -15/+22 |
| * | [POWERPC] Allow for different IOMMU page sizes in cell IOMMU code | Michael Ellerman | 2008-03-03 | 1 | -13/+18 |
| * | [POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZE | Michael Ellerman | 2008-03-03 | 1 | -5/+4 |
| * | [POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs se... | Michael Ellerman | 2008-03-03 | 1 | -26/+43 |
| * | [POWERPC] Move allocation of cell IOMMU pad page | Michael Ellerman | 2008-03-03 | 1 | -6/+6 |
| * | [POWERPC] Remove unused pte_offset variable | Michael Ellerman | 2008-03-03 | 1 | -4/+1 |
| * | [POWERPC] Use it_offset not pte_offset in cell IOMMU code | Michael Ellerman | 2008-03-03 | 1 | -2/+2 |
| * | [POWERPC] Clearup cell IOMMU fixed mapping terminology | Michael Ellerman | 2008-03-03 | 1 | -4/+4 |
* | | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. | David S. Miller | 2008-02-13 | 1 | -1/+1 |
|/ |
|
* | [POWERPC] Make cell IOMMU fixed mapping printk more useful | Michael Ellerman | 2008-02-08 | 1 | -4/+2 |
* | [POWERPC] Fix potential cell IOMMU bug when switching back to default DMA ops | Michael Ellerman | 2008-02-08 | 1 | -8/+7 |
* | [POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-ranges | Michael Ellerman | 2008-02-08 | 1 | -0/+12 |
* | [POWERPC] Fix cell IOMMU null pointer explosion on old firmwares | Michael Ellerman | 2008-02-08 | 1 | -8/+7 |
* | [POWERPC] Cell IOMMU fixed mapping support | Michael Ellerman | 2008-01-31 | 1 | -2/+267 |
* | [POWERPC] Split out the ioid fetching/checking logic | Michael Ellerman | 2008-01-31 | 1 | -6/+17 |
* | [POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windows | Michael Ellerman | 2008-01-31 | 1 | -5/+10 |
* | [POWERPC] Split out the IOMMU logic from cell_dma_dev_setup() | Michael Ellerman | 2008-01-31 | 1 | -6/+13 |
* | [POWERPC] Split cell_iommu_setup_hardware() into two parts | Michael Ellerman | 2008-01-31 | 1 | -12/+26 |
* | [POWERPC] Split out the logic that allocates struct iommus | Michael Ellerman | 2008-01-31 | 1 | -4/+16 |
* | [POWERPC] Make IOMMU code safe for > 132 GB of memory | Michael Ellerman | 2008-01-25 | 1 | -3/+4 |
* | [POWERPC] Have cell use its own dma_direct_offset variable | Michael Ellerman | 2008-01-25 | 1 | -5/+7 |
* | [POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup() | Michael Ellerman | 2008-01-25 | 1 | -2/+6 |
* | [POWERPC] cell: Use machine_*_initcall() hooks in platform code | Grant Likely | 2008-01-17 | 1 | -5/+2 |
* | [POWERPC] celleb: Split machine definition | Ishizaki Kou | 2007-12-20 | 1 | -2/+2 |
* | [POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of... | Jon Loeliger | 2007-12-19 | 1 | -1/+1 |