index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
iommu.c
Age
Commit message (
Expand
)
Author
2021-08-09
sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
sparc/iommu: return error codes from .map_sg() ops
Martin Oliveira
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-09-03
dma-mapping: introduce dma_get_seg_boundary_nr_pages()
Nicolin Chen
2019-02-20
sparc64/iommu: allow large DMA masks
Christoph Hellwig
2019-02-20
sparc64: refactor the ali DMA quirk
Christoph Hellwig
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-06
sparc: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-11-18
arch/sparc: Use kzalloc_node
Sabyasachi Gupta
2018-05-09
iommu-common: move to arch/sparc
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-28
sparc: remove arch specific dma_supported implementations
Christoph Hellwig
2017-06-28
sparc: implement ->mapping_error
Christoph Hellwig
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
2016-12-14
arch/sparc: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
2016-11-18
sparc64: Enable 64-bit DMA
Tushar Dave
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2015-11-04
iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().
David S. Miller
2015-04-18
sparc: Make sparc64 use scalable lib/iommu-common.c functions
Sowmini Varadhan
2015-04-18
sparc: Revert generic IOMMU allocator.
David S. Miller
2015-04-16
sparc: Make sparc64 use scalable lib/iommu-common.c functions
Sowmini Varadhan
2014-05-18
sparc64: fix sparse warning in pci.c
Sam Ravnborg
2014-01-04
sparc/PCI: Use dev_is_pci() to identify PCI devices
Yijing Wang
2012-03-28
SPARC: adapt for dma_map_ops changes
Andrzej Pietrasiewicz
2011-10-31
sparc: move symbol exporters to use export.h not module.h
Paul Gortmaker
2011-03-16
sparc64: Fix build errors with gcc-4.6.0
David S. Miller
2011-02-08
sparc: fix size argument to find_next_zero_bit()
Akinobu Mita
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-12
dma-mapping: sparc: unify 32bit and 64bit dma_set_mask
FUJITA Tomonori
2009-12-16
iommu-helper: use bitmap library
Akinobu Mita
2009-08-10
sparc: Use asm-generic/pci-dma-compat
FUJITA Tomonori
2009-08-10
sparc: Use asm-generic/dma-mapping-common.h
FUJITA Tomonori
2009-08-10
sparc: Use dma_map_ops struct
FUJITA Tomonori
2009-06-16
sparc: use dma_map_page instead of dma_map_single
FUJITA Tomonori
2009-01-06
sparc64: Use unsigned long long for u64.
Sam Ravnborg
2008-12-04
sparc,sparc64: unify kernel/
Sam Ravnborg