Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7f016b35ca7623c71b31facdde080e8ce171a697
/
arch
/
powerpc
/
platforms
/
cell
/
iommu.c
4be518d8
powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
by Alexey Kardashevskiy
· 4 years ago
b711531
powerpc: Replace _ALIGN_UP() by ALIGN()
by Christophe Leroy
· 4 years, 9 months ago
201ed7f
powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages
by Alexey Kardashevskiy
· 5 years ago
de6cc65
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
by Thomas Gleixner
· 6 years ago
0617fc0
powerpc/dma: remove set_dma_offset
by Christoph Hellwig
· 6 years ago
68005b67
powerpc/dma: use the generic direct mapping bypass
by Christoph Hellwig
· 6 years ago
7c1013b
powerpc/dma: remove get_pci_dma_ops
by Christoph Hellwig
· 6 years ago
ba767b5
powerpc/cell: use the generic iommu bypass code
by Christoph Hellwig
· 6 years ago
cc9c156d
powerpc/cell: move dma direct window setup out of dma_configure
by Christoph Hellwig
· 6 years ago
d11e3d3
powerpc/iommu: remove the mapping_error dma_map_ops method
by Christoph Hellwig
· 6 years ago
2d9d6f6
powerpc: rename dma_direct_ to dma_nommu_
by Christoph Hellwig
· 7 years ago
b7c670d
powerpc: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
7eb8a7a
powerpc/cell: use the dma_supported method for ops switching
by Christoph Hellwig
· 8 years ago
228a5e1
powerpc/cell: clean up fixed mapping dma_ops initialization
by Christoph Hellwig
· 8 years ago
6009faa
powerpc: implement ->mapping_error
by Christoph Hellwig
· 8 years ago
5657933
treewide: Move dma_ops from struct dev_archdata into struct device
by Bart Van Assche
· 8 years ago
5299709
treewide: Constify most dma_map_ops structures
by Bart Van Assche
· 8 years ago
ef24ba7
powerpc: Remove all usages of NO_IRQ
by Michael Ellerman
· 8 years ago
7c98bd7
powerpc/sparse: Make a bunch of things static
by Daniel Axtens
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
027dfac
powerpc: Various typo fixes
by Michael Ellerman
· 9 years ago
da004c3
powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
by Alexey Kardashevskiy
· 10 years ago
9c1368f
powerpc/cell: Move controller ops from ppc_md to controller_ops
by Daniel Axtens
· 10 years ago
7261b95
powerpc/cell: Fix cell iommu after it_page_shift changes
by Michael Ellerman
· 10 years ago
bf4981a
powerpc: Remove the celleb support
by Michael Ellerman
· 10 years ago
0690cbd
powerpc/iommu: Rename iommu_[un]map_sg functions
by Joerg Roedel
· 10 years ago
3a55317
powerpc/iommu: Add it_page_shift field to determine iommu page size
by Alistair Popple
· 11 years ago
e589a440
powerpc/iommu: Update constant names to reflect their hardcoded page size
by Alistair Popple
· 11 years ago
2083f68
powerpc: of_parse_dma_window should take a __be32 *dma_window
by Anton Blanchard
· 11 years ago
342d666
powerpc/cell/iommu: Improve error message for missing node
by Benjamin Herrenschmidt
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
f14121a
Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux
by Linus Torvalds
· 12 years ago
74a7f08
devicetree: add helper inline for retrieving a node's full name
by Grant Likely
· 13 years ago
b4c3a87
powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performance
by Anton Blanchard
· 13 years ago
bfbf7d6
PowerPC: adapt for dma_map_ops changes
by Andrzej Pietrasiewicz
· 13 years ago
dbfc189
powerpc/cell/iommu: Add missing of_node_put
by Julia Lawall
· 13 years ago
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
· 14 years ago
6a5c7be
powerpc: Override dma_get_required_mask by platform hook and ops
by Milton Miller
· 14 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
· 15 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 15 years ago
257d569
powerpc/cell: Fix integer constant warning
by Denis Kirjanov
· 15 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
· 16 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
· 17 years ago
4f3dd8a
powerpc/dma: Use the struct dma_attrs in iommu code
by Mark Nelson
· 17 years ago
7e5f810
powerpc/cell: cell_dma_dev_setup_iommu() return the iommu table
by Mark Nelson
· 17 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
Next »