index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-24
powerpc: Change archdata dma_data to a union
Becky Bruce
1
-6
/
+3
2009-08-28
powerpc: use dma_map_ops struct
FUJITA Tomonori
1
-1
/
+1
2009-06-15
powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>
Geert Uytterhoeven
1
-22
/
+15
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-1
/
+1
2009-03-24
powerpc/cell: Fix iommu exception reporting
Jeremy Kerr
1
-4
/
+5
2009-01-13
powerpc: Change u64/s64 to a long long integer type
Ingo Molnar
1
-2
/
+2
2009-01-08
powerpc/cell: Fix some u64 vs. long types
Ingo Molnar
1
-2
/
+2
2008-11-19
powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()
Michael Ellerman
1
-4
/
+1
2008-10-31
powerpc: Update remaining dma_mapping_ops to use map/unmap_page
Mark Nelson
1
-19
/
+18
2008-09-25
powerpc: Drop archdata numa_node
Becky Bruce
1
-3
/
+3
2008-07-25
powerpc/pseries: iommu enablement for CMO
Robert Jennings
1
-1
/
+2
2008-07-25
powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpoint
Mark Nelson
1
-1
/
+12
2008-07-22
powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ...
Mark Nelson
1
-5
/
+108
2008-07-22
powerpc/dma: Use the struct dma_attrs in iommu code
Mark Nelson
1
-2
/
+3
2008-07-09
powerpc/cell: cell_dma_dev_setup_iommu() return the iommu table
Mark Nelson
1
-4
/
+4
2008-04-01
[POWERPC] Replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-03-26
Merge branch 'linux-2.6'
Paul Mackerras
1
-16
/
+25
2008-03-20
[POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devices
Michael Ellerman
1
-16
/
+25
2008-03-13
Merge branch 'linux-2.6'
Paul Mackerras
1
-63
/
+88
2008-03-03
[POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pages
Michael Ellerman
1
-15
/
+22
2008-03-03
[POWERPC] Allow for different IOMMU page sizes in cell IOMMU code
Michael Ellerman
1
-13
/
+18
2008-03-03
[POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZE
Michael Ellerman
1
-5
/
+4
2008-03-03
[POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs se...
Michael Ellerman
1
-26
/
+43
2008-03-03
[POWERPC] Move allocation of cell IOMMU pad page
Michael Ellerman
1
-6
/
+6
2008-03-03
[POWERPC] Remove unused pte_offset variable
Michael Ellerman
1
-4
/
+1
2008-03-03
[POWERPC] Use it_offset not pte_offset in cell IOMMU code
Michael Ellerman
1
-2
/
+2
2008-03-03
[POWERPC] Clearup cell IOMMU fixed mapping terminology
Michael Ellerman
1
-4
/
+4
2008-02-14
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
1
-1
/
+1
2008-02-08
[POWERPC] Make cell IOMMU fixed mapping printk more useful
Michael Ellerman
1
-4
/
+2
2008-02-08
[POWERPC] Fix potential cell IOMMU bug when switching back to default DMA ops
Michael Ellerman
1
-8
/
+7
2008-02-08
[POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-ranges
Michael Ellerman
1
-0
/
+12
2008-02-08
[POWERPC] Fix cell IOMMU null pointer explosion on old firmwares
Michael Ellerman
1
-8
/
+7
2008-01-31
[POWERPC] Cell IOMMU fixed mapping support
Michael Ellerman
1
-2
/
+267
2008-01-31
[POWERPC] Split out the ioid fetching/checking logic
Michael Ellerman
1
-6
/
+17
2008-01-31
[POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windows
Michael Ellerman
1
-5
/
+10
2008-01-31
[POWERPC] Split out the IOMMU logic from cell_dma_dev_setup()
Michael Ellerman
1
-6
/
+13
2008-01-31
[POWERPC] Split cell_iommu_setup_hardware() into two parts
Michael Ellerman
1
-12
/
+26
2008-01-31
[POWERPC] Split out the logic that allocates struct iommus
Michael Ellerman
1
-4
/
+16
2008-01-25
[POWERPC] Make IOMMU code safe for > 132 GB of memory
Michael Ellerman
1
-3
/
+4
2008-01-25
[POWERPC] Have cell use its own dma_direct_offset variable
Michael Ellerman
1
-5
/
+7
2008-01-25
[POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()
Michael Ellerman
1
-2
/
+6
2008-01-17
[POWERPC] cell: Use machine_*_initcall() hooks in platform code
Grant Likely
1
-5
/
+2
2007-12-20
[POWERPC] celleb: Split machine definition
Ishizaki Kou
1
-2
/
+2
2007-12-19
[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of...
Jon Loeliger
1
-1
/
+1
2007-12-11
[POWERPC] celleb: Add support for native CBE
Ishizaki Kou
1
-1
/
+3
2007-10-09
[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.h
Benjamin Herrenschmidt
1
-1
/
+1
2007-04-12
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
1
-4
/
+4
2007-03-09
[POWERPC] Create and use get_pci_dma_ops()
Stephen Rothwell
1
-2
/
+2
2007-03-09
[POWERPC] Create and use set_pci_dma_ops
Stephen Rothwell
1
-2
/
+2
2007-02-09
[PATCH] arch/powerpc trivial annotations
Al Viro
1
-2
/
+3
[next]