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
Age
Commit message (
Expand
)
Author
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-06
dma: Introduce dma_max_mapping_size()
Joerg Roedel
2019-03-06
swiotlb: Add is_swiotlb_active() function
Joerg Roedel
2019-03-06
swiotlb: Introduce swiotlb_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: move CONFIG_DMA_CMA to kernel/dma/Kconfig
Christoph Hellwig
2019-02-20
dma-mapping: improve selection of dma_declare_coherent availability
Christoph Hellwig
2019-02-18
swiotlb: remove swiotlb_dma_supported
Christoph Hellwig
2019-02-18
dma-mapping, powerpc: simplify the arch dma_set_mask override
Christoph Hellwig
2019-02-18
powerpc/dma: stop overriding dma_get_required_mask
Christoph Hellwig
2019-02-18
dma-direct: we might need GFP_DMA for 32-bit dma masks
Christoph Hellwig
2019-02-16
swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()
YueHaibing
2019-02-13
dma-mapping: remove an incorrect __iommem annotation
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-13
dma-mapping: move debug configuration options to kernel/dma
Andy Shevchenko
2019-02-12
swiotlb: checking whether swiotlb buffer is full with io_tlb_used
Dongli Zhang
2019-02-12
swiotlb: add debugfs to track swiotlb buffer usage
Dongli Zhang
2019-02-12
swiotlb: fix comment on swiotlb_bounce()
Dongli Zhang
2019-02-01
dma-debug: add dumping facility via debugfs
Corentin Labbe
2019-02-01
dma: debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-02-01
dma-mapping: remove the default map_resource implementation
Christoph Hellwig
2019-01-16
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
Christoph Hellwig
2019-01-05
dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations
Christoph Hellwig
2019-01-04
dma-mapping: remove a few unused exports
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-20
dma-mapping: fix inverted logic in dma_supported
Thierry Reding
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-12-17
dma-direct: do not include SME mask in the DMA supported check
Lendacky, Thomas
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
2018-12-13
dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
Christoph Hellwig
2018-12-13
dma-direct: improve addressability error reporting
Christoph Hellwig
2018-12-13
swiotlb: remove dma_mark_clean
Christoph Hellwig
2018-12-13
swiotlb: remove SWIOTLB_MAP_ERROR
Christoph Hellwig
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
2018-12-13
dma-mapping: always build the direct mapping code
Christoph Hellwig
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: move dma_get_required_mask to kernel/dma
Christoph Hellwig
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
2018-12-13
dma-mapping: remove a pointless memset in dma_atomic_pool_init
Christoph Hellwig
2018-12-11
dma-debug: Batch dma_debug_entry allocation
Robin Murphy
2018-12-11
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
2018-12-11
dma-debug: Make leak-like behaviour apparent
Robin Murphy
2018-12-11
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
[prev]
[next]