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
/
kernel
/
dma
/
mapping.c
Age
Commit message (
Expand
)
Author
2024-07-19
dma: fix call order in dmam_free_coherent
Lance Richardson
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
2024-05-09
dma: fix DMA sync for drivers not calling dma_set_mask*()
Alexander Lobakin
2024-05-07
dma: avoid redundant calls for sync operations
Alexander Lobakin
2024-05-07
dma: compile-out DMA sync op calls when not used
Alexander Lobakin
2024-04-25
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
2023-11-06
dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...
Jia He
2023-11-06
dma-mapping: move dma_addressing_limited() out of line
Jia He
2023-07-31
dma-mapping: move arch_dma_set_mask() declaration to header
Arnd Bergmann
2023-04-07
dma-mapping: provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
Jiaxun Yang
2023-04-07
dma-mapping: provide a fallback dma_default_coherent
Jiaxun Yang
2022-12-21
dma-mapping: reject GFP_COMP for noncoherent allocations
Christoph Hellwig
2022-11-21
dma-mapping: reject __GFP_COMP in dma_alloc_attrs
Christoph Hellwig
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-09-07
dma-mapping: mark dma_supported static
Christoph Hellwig
2022-07-28
dma-mapping: reformat comment to suppress htmldoc warning
Logan Gunthorpe
2022-07-26
dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
Logan Gunthorpe
2022-07-26
dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
Logan Gunthorpe
2022-07-19
dma-mapping: add dma_opt_mapping_size()
John Garry
2022-04-01
dma-mapping: move pgprot_decrypted out of dma_pgprot
Christoph Hellwig
2022-02-12
ARM: ixp4xx: Drop custom DMA coherency and bouncing
Linus Walleij
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
2021-10-11
dma-mapping: fix the kerneldoc for dma_map_sgtable()
Logan Gunthorpe
2021-10-01
dma-mapping: remove bogus test for pfn_valid from dma_map_resource
Mike Rapoport
2021-09-06
dma-mapping: fix the kerneldoc for dma_map_sg_attrs
Christoph Hellwig
2021-08-14
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
2021-08-09
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
2021-03-15
dma-mapping: add a dma_alloc_noncontiguous API
Christoph Hellwig
2021-03-15
dma-mapping: refactor dma_{alloc,free}_pages
Christoph Hellwig
2021-03-15
dma-mapping: add a dma_mmap_pages helper
Christoph Hellwig
2021-02-24
Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-02-13
driver core: lift dma_default_coherent into common code
Christoph Hellwig
2021-02-09
dma-mapping: remove the {alloc,free}_noncoherent methods
Christoph Hellwig
2020-11-27
dma-mapping: Allow mixing bypass and mapped DMA operation
Alexey Kardashevskiy
2020-10-06
dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma
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-17
dma-direct: Fix potential NULL pointer dereference
Thomas Tai
2020-09-11
dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
Christoph Hellwig
2020-07-19
dma-mapping: add a dma_ops_bypass flag to struct device
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-03-17
dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
Thomas Hellstrom
2019-11-11
dma-direct: provide mmap and get_sgtable method overrides
Christoph Hellwig
[next]