Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c2e480ba822718190e58849b79a76db13c3dac18
/
arch
/
powerpc
/
kernel
/
dma.c
a9a7b06
powerpc: merge __dma_set_mask into dma_set_mask
by Christoph Hellwig
· 8 years ago
8cc9c26
dma-mapping: remove the set_dma_mask method
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
6f77480
arch/powerpc: add option to skip DMA sync as a part of mapping
by Alexander Duyck
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
977bf06
powerpc/dma: dma_set_coherent_mask() should not be GPL only
by Benjamin Herrenschmidt
· 9 years ago
53522982
powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_ops
by Andrew Donnellan
· 9 years ago
817820b
powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_mask
by Benjamin Herrenschmidt
· 10 years ago
3405c25
powerpc/pci: add dma_set_mask to pci_controller_ops
by Daniel Axtens
· 10 years ago
e89dafb
powerpc: Only do dynamic DMA zone limits on platforms that need it
by Michael Ellerman
· 10 years ago
75d43b2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
by Michael Ellerman
· 10 years ago
fe7e85c
powerpc/powernv: Override dma_get_required_mask()
by Gavin Shan
· 10 years ago
6397fc3
powerpc/64: Honor swiotlb limit in coherent allocations
by Scott Wood
· 10 years ago
1c98025
powerpc: Dynamic DMA zone limits
by Scott Wood
· 10 years ago
cd15b04
powerpc/powernv: Add iommu DMA bypass support for IODA2
by Benjamin Herrenschmidt
· 11 years ago
3d26752
powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()
by Michael Ellerman
· 12 years ago
6f51f51
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 12 years ago
64ccc9c
common: dma-mapping: add support for generic dma_mmap_* calls
by Marek Szyprowski
· 13 years ago
a980349
powerpc: Call dma_debug_add_bus for PCI and VIO buses
by Anton Blanchard
· 13 years ago
bfbf7d6
PowerPC: adapt for dma_map_ops changes
by Andrzej Pietrasiewicz
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
66b15db
powerpc: add export.h to files making use of EXPORT_SYMBOL
by Paul Gortmaker
· 14 years ago
2eccacd
powerpc: Tidy up dma_map_ops after adding new hook
by Milton Miller
· 14 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
6471fc6
powerpc: Dont require a dma_ops struct to set dma mask
by Kumar Gala
· 14 years ago
6090912
powerpc: Implement dma_mmap_coherent()
by Benjamin Herrenschmidt
· 14 years ago
ffa56e55
powerpc/dma: Fix check for direct DMA support
by Nishanth Aravamudan
· 14 years ago
5b6e9ff
powerpc/dma: Add optional platform override of dma_set_mask()
by Benjamin Herrenschmidt
· 14 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 15 years ago
712d3e2
powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_ops
by FUJITA Tomonori
· 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
1cebd7a
powerpc: Rename get_dma_direct_offset get_dma_offset
by Becky Bruce
· 15 years ago
80d3e8a
powerpc: Add CONFIG_DMA_API_DEBUG support
by FUJITA Tomonori
· 15 years ago
45223c5
powerpc: use dma_map_ops struct
by FUJITA Tomonori
· 15 years ago
b2f2e8f
powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAM
by Benjamin Herrenschmidt
· 15 years ago
ec3cf2e
powerpc: Add support for swiotlb on 32-bit
by Becky Bruce
· 16 years ago
8b31e49
powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.
by Benjamin Herrenschmidt
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
15e09c0
powerpc: Add sync_*_for_* to dma_ops
by Becky Bruce
· 16 years ago
2434bbb
powerpc: Fix dma_map_sg() cache flushing on non coherent platforms
by Benjamin Herrenschmidt
· 16 years ago
8aa2659
powerpc: Fix DMA offset for non-coherent DMA
by Benjamin Herrenschmidt
· 16 years ago
4fc665b
powerpc: Merge 32 and 64-bit dma code
by Becky Bruce
· 16 years ago
8fae035
powerpc: Drop archdata numa_node
by Becky Bruce
· 16 years ago
8dd0e95
powerpc: Move iommu dma ops from dma.c to dma-iommu.c
by Becky Bruce
· 16 years ago
7c05d7e
powerpc: Rename dma_64.c to dma.c
by Becky Bruce
· 16 years ago
[Renamed from arch/powerpc/kernel/dma_64.c]
3a4c6f0
powerpc: move device_to_mask() to dma-mapping.h
by Mark Nelson
· 17 years ago
3affedc
powerpc/dma: implement new dma_*map*_attrs() interfaces
by Mark Nelson
· 17 years ago
c869236
powerpc/dma: Add struct iommu_table argument to iommu_map_sg()
by Mark Nelson
· 17 years ago
fb3475e
iommu sg: powerpc: convert iommu to use the IOMMU helper
by FUJITA Tomonori
· 17 years ago
740c3ce
iommu sg merging: ppc: make iommu respect the segment size limits
by FUJITA Tomonori
· 17 years ago
bd83fbd
[POWERPC] Remove bogus comment in dma_direct_alloc_coherent()
by Michael Ellerman
· 17 years ago
31d1b49
[POWERPC] Remove the global dma_direct_offset
by Michael Ellerman
· 17 years ago
35e4a6e
[POWERPC] Use archdata.dma_data in dma_direct_ops and add the offset
by Michael Ellerman
· 17 years ago
58b053e
Update arch/ to use sg helpers
by Jens Axboe
· 17 years ago
78bdc31
PPC: sg chaining support
by Jens Axboe
· 17 years ago
c80d913
[POWERPC] Make direct DMA use node local allocations
by Benjamin Herrenschmidt
· 18 years ago
92b20c4
[POWERPC] Add an optional offset to direct DMA on 64 bits
by Benjamin Herrenschmidt
· 18 years ago
12d04ee
[POWERPC] Refactor 64 bits DMA operations
by Benjamin Herrenschmidt
· 18 years ago
5d33eeb
[POWERPC] Simplify dma_ops bug conditions
by Jeremy Kerr
· 19 years ago
d7a3010
[PATCH] powerpc: IBMEBUS bus support
by Heiko J Schick
· 19 years ago
7568cb4
powerpc: Move most remaining ppc64 files over to arch/powerpc
by Paul Mackerras
· 19 years ago
[Renamed from arch/ppc64/kernel/dma.c]
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
145d01e
[PATCH] ppc64 iSeries: allow build with no PCI
by Stephen Rothwell
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago