index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
powerpc/dma: use the generic direct mapping bypass
Christoph Hellwig
1
-62
/
+0
2019-02-18
powerpc/dma: use the dma_direct mapping routines
Christoph Hellwig
1
-79
/
+8
2019-02-18
powerpc/dma: use the dma-direct allocator for coherent platforms
Christoph Hellwig
1
-64
/
+5
2019-02-18
powerpc/dma: remove dma_nommu_dma_supported
Christoph Hellwig
1
-24
/
+1
2019-02-18
powerpc/dma: remove dma_nommu_get_required_mask
Christoph Hellwig
1
-13
/
+1
2019-02-18
powerpc/dma: remove dma_nommu_mmap_coherent
Christoph Hellwig
1
-19
/
+0
2019-02-18
powerpc/dma: use phys_to_dma instead of get_dma_offset
Christoph Hellwig
1
-5
/
+5
2019-02-18
dma-mapping, powerpc: simplify the arch dma_set_mask override
Christoph Hellwig
1
-12
/
+0
2019-02-18
powerpc/dma: remove max_direct_dma_addr
Christoph Hellwig
1
-3
/
+2
2019-02-18
powerpc/dma: remove the iommu fallback for coherent allocations
Christoph Hellwig
1
-66
/
+2
2019-02-18
powerpc/pci: remove the dma_set_mask pci_controller ops methods
Christoph Hellwig
1
-7
/
+0
2019-02-18
powerpc/dma: stop overriding dma_get_required_mask
Christoph Hellwig
1
-29
/
+0
2019-02-18
powerpc/dma: handle iommu bypass in dma_iommu_ops
Christoph Hellwig
1
-11
/
+8
2018-12-20
powerpc: use mm zones more sensibly
Christoph Hellwig
1
-5
/
+3
2018-12-20
powerpc/dma: split the two __dma_alloc_coherent implementations
Christoph Hellwig
1
-12
/
+2
2018-12-20
powerpc/dma: properly wire up the unmap_page and unmap_sg methods
Christoph Hellwig
1
-1
/
+8
2018-07-30
PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core
Christoph Hellwig
1
-3
/
+0
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+0
2018-06-04
powerpc/dma: remove unnecessary BUG()
Christophe Leroy
1
-2
/
+0
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
1
-3
/
+0
2018-01-15
powerpc: rename swiotlb_dma_ops
Christoph Hellwig
1
-1
/
+1
2018-01-15
dma-mapping: clear harmful GFP_* flags in common code
Christoph Hellwig
1
-3
/
+0
2018-01-10
powerpc: rename dma_direct_ to dma_nommu_
Christoph Hellwig
1
-34
/
+34
2017-06-28
powerpc: merge __dma_set_mask into dma_set_mask
Christoph Hellwig
1
-9
/
+4
2017-06-28
dma-mapping: remove the set_dma_mask method
Christoph Hellwig
1
-4
/
+0
2017-01-24
treewide: Move dma_ops from struct dev_archdata into struct device
Bart Van Assche
1
-1
/
+1
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-3
/
+3
2016-12-14
arch/powerpc: add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-1
/
+8
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-9
/
+9
2015-10-28
powerpc/dma: dma_set_coherent_mask() should not be GPL only
Benjamin Herrenschmidt
1
-1
/
+1
2015-08-18
powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_ops
Andrew Donnellan
1
-0
/
+7
2015-07-13
powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_...
Benjamin Herrenschmidt
1
-18
/
+93
2015-06-02
powerpc/pci: add dma_set_mask to pci_controller_ops
Daniel Axtens
1
-0
/
+8
2014-10-17
powerpc: Only do dynamic DMA zone limits on platforms that need it
Michael Ellerman
1
-0
/
+8
2014-10-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
1
-0
/
+33
2014-09-30
powerpc/powernv: Override dma_get_required_mask()
Gavin Shan
1
-4
/
+10
2014-09-03
powerpc/64: Honor swiotlb limit in coherent allocations
Scott Wood
1
-1
/
+14
2014-09-03
powerpc: Dynamic DMA zone limits
Scott Wood
1
-0
/
+20
2014-02-11
powerpc/powernv: Add iommu DMA bypass support for IODA2
Benjamin Herrenschmidt
1
-3
/
+7
2012-09-05
powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()
Michael Ellerman
1
-2
/
+1
2012-07-30
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...
Linus Torvalds
1
-17
/
+19
2012-07-30
common: dma-mapping: add support for generic dma_mmap_* calls
Marek Szyprowski
1
-17
/
+19
2012-07-10
powerpc: Call dma_debug_add_bus for PCI and VIO buses
Anton Blanchard
1
-1
/
+9
2012-03-28
PowerPC: adapt for dma_map_ops changes
Andrzej Pietrasiewicz
1
-4
/
+6
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-10-31
powerpc: add export.h to files making use of EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2011-09-20
powerpc: Tidy up dma_map_ops after adding new hook
Milton Miller
1
-8
/
+8
2011-09-20
powerpc: Use the newly added get_required_mask dma_map_ops hook
Milton Miller
1
-25
/
+16
2011-09-01
powerpc: Override dma_get_required_mask by platform hook and ops
Milton Miller
1
-0
/
+39
2011-07-08
powerpc: Dont require a dma_ops struct to set dma mask
Kumar Gala
1
-3
/
+1
[next]