index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dma-mapping.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-08
dma-mapping: remove dma_zalloc_coherent()
Luis Chamberlain
1
-9
/
+0
2019-01-04
dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMA
Christoph Hellwig
1
-91
/
+164
2019-01-04
dma-mapping: remove dmam_{declare,release}_coherent_memory
Christoph Hellwig
1
-19
/
+0
2019-01-04
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
Christoph Hellwig
1
-7
/
+13
2019-01-04
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
Christoph Hellwig
1
-42
/
+24
2018-12-29
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-207
/
+143
2018-12-22
dma-mapping: fix flags in dma_alloc_wc
Christoph Hellwig
1
-1
/
+1
2018-12-20
dma-mapping: deprecate dma_zalloc_coherent
Christoph Hellwig
1
-3
/
+4
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
1
-14
/
+97
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
1
-0
/
+1
2018-12-13
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
1
-10
/
+2
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
1
-137
/
+13
2018-12-13
dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrs
Christoph Hellwig
1
-13
/
+6
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
1
-24
/
+10
2018-12-06
dma-mapping: return an error code from dma_mapping_error
Christoph Hellwig
1
-1
/
+1
2018-12-06
dma-mapping: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-5
/
+0
2018-12-06
dma-mapping: provide a generic DMA_MAPPING_ERROR
Christoph Hellwig
1
-0
/
+5
2018-12-01
dma-mapping: move the arm64 noncoherent alloc/free support to common code
Christoph Hellwig
1
-0
/
+5
2018-11-27
dma-mapping: fix return type of dma_set_max_seg_size()
Niklas Söderlund
1
-2
/
+1
2018-10-09
dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARN
Christoph Hellwig
1
-4
/
+10
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
1
-0
/
+1
2018-10-01
dma-mapping: make the get_required_mask method available unconditionally
Christoph Hellwig
1
-2
/
+0
2018-09-26
Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"
Christoph Hellwig
1
-4
/
+1
2018-09-20
dma-mapping: support non-coherent devices in dma_common_get_sgtable
Christoph Hellwig
1
-3
/
+4
2018-09-20
dma-mapping: consolidate the dma mmap implementations
Christoph Hellwig
1
-2
/
+3
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
1
-1
/
+0
2018-09-08
dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops
Christoph Hellwig
1
-1
/
+4
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
1
-6
/
+0
2018-09-08
dma-mapping: remove dma_configure
Christoph Hellwig
1
-6
/
+0
2018-07-25
dma-mapping: relax warning for per-device areas
Robin Murphy
1
-1
/
+8
2018-05-28
x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flag
Christoph Hellwig
1
-11
/
+0
2018-05-25
dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrs
Huaisheng Ye
1
-2
/
+2
2018-05-19
dma-mapping: provide a generic dma-noncoherent implementation
Christoph Hellwig
1
-0
/
+1
2018-05-09
dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig
Christoph Hellwig
1
-1
/
+1
2018-05-07
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
1
-1
/
+0
2018-04-05
Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-5
/
+14
2018-03-28
dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrs
Christoph Hellwig
1
-6
/
+2
2018-03-16
dma-coherent: Add NO_DMA dummies for managed DMA API
Geert Uytterhoeven
1
-0
/
+9
2018-03-16
dma-mapping: Convert NO_DMA get_dma_ops() into a real dummy
Geert Uytterhoeven
1
-5
/
+5
2018-02-12
dma-mapping: fix a comment typo
Christoph Hellwig
1
-1
/
+1
2018-01-15
dma-direct: rename dma_noop to dma_direct
Christoph Hellwig
1
-1
/
+1
2018-01-15
dma-mapping: add an arch_dma_supported hook
Christoph Hellwig
1
-0
/
+11
2018-01-15
dma-mapping: clear harmful GFP_* flags in common code
Christoph Hellwig
1
-0
/
+7
2018-01-15
dma-mapping: warn when there is no coherent_dma_mask
Christoph Hellwig
1
-0
/
+1
2018-01-10
dma-mapping: take dma_pfn_offset into account in dma_max_pfn
Christoph Hellwig
1
-1
/
+1
2017-12-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+0
2017-11-22
scsi: dma-mapping: always provide dma_get_cache_alignment
Christoph Hellwig
1
-2
/
+0
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-7
/
+1
2017-11-15
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]