Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b93cd6a0c7352b428ba2b8437b44fff6e76d81d2
/
arch
/
powerpc
/
platforms
/
cell
/
iommu.c
a3a9f3b
powerpc/irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
d24f9c6
powerpc: Use the newly added get_required_mask dma_map_ops hook
by Milton Miller
· 13 years ago
6a5c7be
powerpc: Override dma_get_required_mask by platform hook and ops
by Milton Miller
· 13 years ago
7aa241f
powerpc: Fix bogus it_blocksize in VIO iommu code
by Anton Blanchard
· 14 years ago
eca3930
of: Merge of_platform_bus_type with platform_bus_type
by Grant Likely
· 14 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 14 years ago
257d569
powerpc/cell: Fix integer constant warning
by Denis Kirjanov
· 14 years ago
58f9b0b
of: eliminate of_device->node and dev_archdata->{of,prom}_node
by Grant Likely
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
738ef42
powerpc: Change archdata dma_data to a union
by Becky Bruce
· 15 years ago
45223c5
powerpc: use dma_map_ops struct
by FUJITA Tomonori
· 15 years ago
5c6fc8d
powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>
by Geert Uytterhoeven
· 15 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
2a7d55f
powerpc/cell: Fix iommu exception reporting
by Jeremy Kerr
· 16 years ago
fe33332
powerpc: Change u64/s64 to a long long integer type
by Ingo Molnar
· 16 years ago
b36ac9e
powerpc/cell: Fix some u64 vs. long types
by Ingo Molnar
· 16 years ago
ba82efb
powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()
by Michael Ellerman
· 16 years ago
f9226d5
powerpc: Update remaining dma_mapping_ops to use map/unmap_page
by Mark Nelson
· 16 years ago
8fae035
powerpc: Drop archdata numa_node
by Becky Bruce
· 16 years ago
6490c49
powerpc/pseries: iommu enablement for CMO
by Robert Jennings
· 16 years ago
7886250
powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpoint
by Mark Nelson
· 16 years ago
1ed6af7
powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU code
by Mark Nelson
· 16 years ago
4f3dd8a
powerpc/dma: Use the struct dma_attrs in iommu code
by Mark Nelson
· 16 years ago
7e5f810
powerpc/cell: cell_dma_dev_setup_iommu() return the iommu table
by Mark Nelson
· 16 years ago
e48b1b4
[POWERPC] Replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
54f53f2
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
3a4295d
[POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devices
by Michael Ellerman
· 17 years ago
bed04a4
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
da40451
[POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pages
by Michael Ellerman
· 17 years ago
225d490
[POWERPC] Allow for different IOMMU page sizes in cell IOMMU code
by Michael Ellerman
· 17 years ago
3d3e6da
[POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZE
by Michael Ellerman
· 17 years ago
7d432ff
[POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs separately
by Michael Ellerman
· 17 years ago
edf441f
[POWERPC] Move allocation of cell IOMMU pad page
by Michael Ellerman
· 17 years ago
08e02427
[POWERPC] Remove unused pte_offset variable
by Michael Ellerman
· 17 years ago
0d7386e
[POWERPC] Use it_offset not pte_offset in cell IOMMU code
by Michael Ellerman
· 17 years ago
f9660e8
[POWERPC] Clearup cell IOMMU fixed mapping terminology
by Michael Ellerman
· 17 years ago
d9b2b2a
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
by David S. Miller
· 17 years ago
44621be
[POWERPC] Make cell IOMMU fixed mapping printk more useful
by Michael Ellerman
· 17 years ago
4a8df15
[POWERPC] Fix potential cell IOMMU bug when switching back to default DMA ops
by Michael Ellerman
· 17 years ago
0e0b47a
[POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-ranges
by Michael Ellerman
· 17 years ago
ccd05d0
[POWERPC] Fix cell IOMMU null pointer explosion on old firmwares
by Michael Ellerman
· 17 years ago
99e13912
[POWERPC] Cell IOMMU fixed mapping support
by Michael Ellerman
· 17 years ago
c96b512
[POWERPC] Split out the ioid fetching/checking logic
by Michael Ellerman
· 17 years ago
4134791
[POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windows
by Michael Ellerman
· 17 years ago
8686577
[POWERPC] Split out the IOMMU logic from cell_dma_dev_setup()
by Michael Ellerman
· 17 years ago
7fc67af
[POWERPC] Split cell_iommu_setup_hardware() into two parts
by Michael Ellerman
· 17 years ago
209bfbb
[POWERPC] Split out the logic that allocates struct iommus
by Michael Ellerman
· 17 years ago
3ca6644
[POWERPC] Make IOMMU code safe for > 132 GB of memory
by Michael Ellerman
· 17 years ago
f5d67bd5
[POWERPC] Have cell use its own dma_direct_offset variable
by Michael Ellerman
· 17 years ago
110f95c
[POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()
by Michael Ellerman
· 17 years ago
e25c47f
[POWERPC] cell: Use machine_*_initcall() hooks in platform code
by Grant Likely
· 17 years ago
7e1961f
[POWERPC] celleb: Split machine definition
by Ishizaki Kou
· 17 years ago
d8caf74
[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.
by Jon Loeliger
· 17 years ago
9858ee8
[POWERPC] celleb: Add support for native CBE
by Ishizaki Kou
· 17 years ago
eef686a0
[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.h
by Benjamin Herrenschmidt
· 17 years ago
e2eb639
[POWERPC] Rename get_property to of_get_property: arch/powerpc
by Stephen Rothwell
· 18 years ago
5719070
[POWERPC] Create and use get_pci_dma_ops()
by Stephen Rothwell
· 18 years ago
9874777
[POWERPC] Create and use set_pci_dma_ops
by Stephen Rothwell
· 18 years ago
9340b0d
[PATCH] arch/powerpc trivial annotations
by Al Viro
· 18 years ago
165785e
[POWERPC] Cell iommu support
by Jeremy Kerr
· 18 years ago
acfd946
[POWERPC] Make cell use direct DMA ops
by Benjamin Herrenschmidt
· 18 years ago
d03f387
[POWERPC] Cell fixup DMA offset for new southbridge
by Benjamin Herrenschmidt
· 18 years ago
12d04ee
[POWERPC] Refactor 64 bits DMA operations
by Benjamin Herrenschmidt
· 18 years ago
43b4f40
[POWERPC] cell: fix bugs found by sparse
by Arnd Bergmann
· 18 years ago
c61c27d
[POWERPC] cell: Constify & voidify get_property()
by Jeremy Kerr
· 18 years ago
df31065
[POWERPC] cleanup dma_mapping_ops
by Anton Blanchard
· 18 years ago
47952d5
[PATCH] powerpc: use guarded ioremap for cell on-chip mappings
by Arnd Bergmann
· 19 years ago
5fa500b
[PATCH] powerpc: fix cell iommu setup
by Arnd Bergmann
· 19 years ago
49d65b3
[PATCH] powerpc/cell: add iommu support for larger memory
by Jens.Osterkamp@de.ibm.com
· 19 years ago
811d417
[PATCH] powerpc: move arch/ppc64/kernel/bpa* to arch/powerpc/platforms/cell
by Arnd Bergmann
· 19 years ago
[Renamed from arch/ppc64/kernel/bpa_iommu.c]
f3f66f5
[PATCH] powerpc: Rename BPA to Cell
by Arnd Bergmann
· 19 years ago
b6ec995
Merge from Linus' tree
by Paul Mackerras
· 19 years ago
40ef8cb
powerpc: Get 64-bit configs to compile with ARCH=powerpc
by Paul Mackerras
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
c215a16
[PATCH] bogus BUILD_BUG_ON() in bpa_iommu
by Al Viro
· 19 years ago
d387899
powerpc: Move iSeries_pci.c to powerpc/platform/iseries
by Stephen Rothwell
· 19 years ago
ae209cf
[PATCH] ppc64: Add driver for BPA iommu
by Arnd Bergmann
· 19 years ago