index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dma-mapping.h
Age
Commit message (
Expand
)
Author
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
2019-11-21
dma-mapping: treat dev->bus_dma_mask as a DMA limit
Nicolas Saenz Julienne
2019-11-14
dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
Christoph Hellwig
2019-10-30
dma-mapping: Add vmap checks to dma_map_single()
Kees Cook
2019-10-30
dma-mapping: fix handling of dma-ranges for reserved memory (again)
Vladimir Murzin
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-09-04
dma-mapping: introduce a dma_common_find_pages helper
Christoph Hellwig
2019-09-04
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
Christoph Hellwig
2019-09-04
dma-mapping: remove dma_release_declared_memory
Christoph Hellwig
2019-09-04
dma-mapping: remove dma_{alloc,free,mmap}_writecombine
Christoph Hellwig
2019-09-04
dma-mapping: add a dma_can_mmap helper
Christoph Hellwig
2019-09-03
dma-mapping: introduce dma_get_merge_boundary()
Yoshihiro Shimoda
2019-08-29
dma-mapping: make dma_atomic_pool_init self-contained
Christoph Hellwig
2019-08-21
dma-mapping: remove is_device_dma_capable
Christoph Hellwig
2019-07-23
dma-mapping: use dma_get_mask in dma_addressing_limited
Eric Auger
2019-07-17
dma-mapping: add a dma_addressing_limited helper
Christoph Hellwig
2019-07-10
dma-mapping: remove dma_max_pfn
Christoph Hellwig
2019-04-08
dma-mapping: remove leftover NULL device support
Christoph Hellwig
2019-03-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2019-03-06
dma: Introduce dma_max_mapping_size()
Joerg Roedel
2019-02-20
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
Christoph Hellwig
2019-02-20
dma-mapping: remove dma_mark_declared_memory_occupied
Christoph Hellwig
2019-02-20
dma-mapping: improve selection of dma_declare_coherent availability
Christoph Hellwig
2019-02-13
dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availability
Christoph Hellwig
2019-02-13
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
Christoph Hellwig
2019-02-01
dma-mapping: don't BUG when calling dma_map_resource on RAM
Christoph Hellwig
2019-02-01
dma-mapping: remove the default map_resource implementation
Christoph Hellwig
2019-01-08
dma-mapping: remove dma_zalloc_coherent()
Luis Chamberlain
2019-01-04
dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMA
Christoph Hellwig
2019-01-04
dma-mapping: remove dmam_{declare,release}_coherent_memory
Christoph Hellwig
2019-01-04
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
Christoph Hellwig
2019-01-04
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
Christoph Hellwig
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-22
dma-mapping: fix flags in dma_alloc_wc
Christoph Hellwig
2018-12-20
dma-mapping: deprecate dma_zalloc_coherent
Christoph Hellwig
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
2018-12-13
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
2018-12-13
dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrs
Christoph Hellwig
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
2018-12-06
dma-mapping: return an error code from dma_mapping_error
Christoph Hellwig
2018-12-06
dma-mapping: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
dma-mapping: provide a generic DMA_MAPPING_ERROR
Christoph Hellwig
2018-12-01
dma-mapping: move the arm64 noncoherent alloc/free support to common code
Christoph Hellwig
2018-11-27
dma-mapping: fix return type of dma_set_max_seg_size()
Niklas Söderlund
2018-10-09
dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARN
Christoph Hellwig
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
2018-10-01
dma-mapping: make the get_required_mask method available unconditionally
Christoph Hellwig
2018-09-25
Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"
Christoph Hellwig
[next]