aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/iommu.c
AgeCommit message (Expand)Author
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
2008-03-26Merge branch 'linux-2.6'Paul Mackerras
2008-03-20[POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devicesMichael Ellerman
2008-03-13Merge branch 'linux-2.6'Paul Mackerras
2008-03-03[POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pagesMichael Ellerman
2008-03-03[POWERPC] Allow for different IOMMU page sizes in cell IOMMU codeMichael Ellerman
2008-03-03[POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZEMichael Ellerman
2008-03-03[POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs se...Michael Ellerman
2008-03-03[POWERPC] Move allocation of cell IOMMU pad pageMichael Ellerman
2008-03-03[POWERPC] Remove unused pte_offset variableMichael Ellerman
2008-03-03[POWERPC] Use it_offset not pte_offset in cell IOMMU codeMichael Ellerman
2008-03-03[POWERPC] Clearup cell IOMMU fixed mapping terminologyMichael Ellerman
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller
2008-02-08[POWERPC] Make cell IOMMU fixed mapping printk more usefulMichael Ellerman
2008-02-08[POWERPC] Fix potential cell IOMMU bug when switching back to default DMA opsMichael Ellerman
2008-02-08[POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-rangesMichael Ellerman
2008-02-08[POWERPC] Fix cell IOMMU null pointer explosion on old firmwaresMichael Ellerman
2008-01-31[POWERPC] Cell IOMMU fixed mapping supportMichael Ellerman
2008-01-31[POWERPC] Split out the ioid fetching/checking logicMichael Ellerman
2008-01-31[POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windowsMichael Ellerman
2008-01-31[POWERPC] Split out the IOMMU logic from cell_dma_dev_setup()Michael Ellerman
2008-01-31[POWERPC] Split cell_iommu_setup_hardware() into two partsMichael Ellerman
2008-01-31[POWERPC] Split out the logic that allocates struct iommusMichael Ellerman
2008-01-25[POWERPC] Make IOMMU code safe for > 132 GB of memoryMichael Ellerman
2008-01-25[POWERPC] Have cell use its own dma_direct_offset variableMichael Ellerman
2008-01-25[POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()Michael Ellerman
2008-01-17[POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely
2007-12-20[POWERPC] celleb: Split machine definitionIshizaki Kou
2007-12-19[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger