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
2023-11-06
dma-mapping: move dma_addressing_limited() out of line
Jia He
2023-08-01
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
2023-06-19
dma: allow dma_get_cache_alignment() to be overridden by the arch code
Catalin Marinas
2023-06-19
mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
Catalin Marinas
2022-09-07
dma-mapping: mark dma_supported static
Christoph Hellwig
2022-07-26
dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
Logan Gunthorpe
2022-07-19
dma-mapping: add dma_opt_mapping_size()
John Garry
2022-03-28
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-03-26
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-03-07
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
2021-08-14
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
2021-04-02
dma-mapping: add unlikely hint to error path in dma_mapping_error
Heiner Kallweit
2021-03-19
dma-mapping: remove a pointless empty line in dma_alloc_coherent
Wang Qing
2021-03-15
dma-mapping: add a dma_alloc_noncontiguous API
Christoph Hellwig
2021-03-15
dma-mapping: add a dma_mmap_pages helper
Christoph Hellwig
2021-02-26
Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-20
driver core: add a min_align_mask field to struct device_dma_parameters
Jianxiong Gao
2021-02-09
dma-mapping: remove the {alloc,free}_noncoherent methods
Christoph Hellwig
2020-12-16
Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-11-18
dma-mapping: remove the dma_direct_set_offset export
Christoph Hellwig
2020-11-17
dma-mapping: remove dma_virt_ops
Christoph Hellwig
2020-10-20
dma-mapping: move more functions to dma-map-ops.h
Christoph Hellwig
2020-10-06
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-09-25
dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
Christoph Hellwig
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
2020-09-25
dma-mapping: remove dma_cache_sync
Christoph Hellwig
2020-09-25
dma-mapping: add a new dma_alloc_noncoherent API
Christoph Hellwig
2020-09-25
dma-mapping: better document dma_addr_t and DMA_MAPPING_ERROR
Christoph Hellwig
2020-09-25
dma-mapping: move valid_dma_direction to dma-direction.h
Christoph Hellwig
2020-09-25
dma-mapping: remove DMA_MASK_NONE
Christoph Hellwig
2020-09-17
dma-mapping: introduce DMA range map, supplanting dma_pfn_offset
Jim Quinlan
2020-09-03
dma-mapping: set default segment_boundary_mask to ULONG_MAX
Nicolin Chen
2020-09-03
dma-mapping: introduce dma_get_seg_boundary_nr_pages()
Nicolin Chen
2020-08-14
dma-pool: fix coherent pool allocations for IOMMU mappings
Christoph Hellwig
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
2020-07-16
dma-mapping: move the remaining DMA API calls out of line
Christoph Hellwig
2020-06-30
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
2020-06-26
docs: fix references for DMA*.txt files
Mauro Carvalho Chehab
2020-06-06
Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-05-13
dma-mapping: add generic helpers for mapping sgtable objects
Marek Szyprowski
2020-04-20
dma-pool: add additional coherent pools to map to gfp mask
David Rientjes
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
[next]