- 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
- 3799e40 ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h by Christoph Hellwig · 4 years, 4 months ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 72fd97b arm: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
- 64273a6 arm: implement ->dma_supported instead of ->set_dma_mask by Christoph Hellwig · 8 years ago
- 418a7a7 arm: remove arch specific dma_supported implementation by Christoph Hellwig · 8 years ago
- 9eef8b8 arm: implement ->mapping_error by Christoph Hellwig · 8 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
- fc1b138 arch/arm: add option to skip sync on DMA map and unmap by Alexander Duyck · 8 years ago
- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
- dc2832e ARM: dma-mapping: add support for dma_get_sgtable() by Marek Szyprowski · 13 years ago
- fdb1117 ARM: dma-mapping: fix debug messages in dmabounce code by Marek Szyprowski · 13 years ago
- f99d603 ARM: dma-mapping: use alloc, mmap, free from dma_ops by Marek Szyprowski · 13 years ago
- 15237e1 ARM: dma-mapping: move all dma bounce code to separate dma ops structure by Marek Szyprowski · 13 years ago
- a227fb9 ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops by Marek Szyprowski · 13 years ago
- 553ac78 ARM: dma-mapping: introduce DMA_ERROR_CODE constant by Marek Szyprowski · 13 years ago
- 0703ed2 ARM: dmabounce: get rid of dma_needs_bounce global function by Russell King · 14 years ago
- c289b2e ARM: dmabounce: correct unmap_single dev_dbg by Russell King · 14 years ago
- dfa322f ARM: dmabounce: check pointer against NULL not 0 by Russell King · 14 years ago
- e2f521e ARM: dmabounce: remove useless pr_err by Russell King · 14 years ago
- dd3641f ARM: dmabounce: move decision for bouncing into __dma_map_page() by Russell King · 14 years ago
- 23bc987 ARM: dmabounce: separate out decision to bounce by Russell King · 14 years ago
- 71695dd ARM: dmabounce: avoid needless valid_dma_direction() check by Russell King · 14 years ago
- 8021a4a ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page by Russell King · 14 years ago
- 1787836 ARM: dmabounce: fix map_single() error return value by Russell King · 14 years ago
- 24056f5 ARM: DMA: add support for DMA debugging by Russell King · 14 years ago
- 3560adf Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-streaming', 'u300' and 'umc' into devel by Russell King · 15 years ago
- 18eabe2 ARM: dma-mapping: introduce the idea of buffer ownership by Russell King · 15 years ago
- d9fd3ab ARM: 5857/1: ARM: dmabounce: fix build by Mike Rapoport · 15 years ago
- f74f7e5 ARM: use flush_kernel_dcache_area() for dmabounce by Russell King · 15 years ago
- 29cb8d0 ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single() by Russell King · 15 years ago
- 58edb51 [ARM] make page_to_dma() highmem aware by Nicolas Pitre · 16 years ago
- 0e18b5d [ARM] dma: add validation of DMA params by Russell King · 16 years ago
- 3216a97 [ARM] dma: coding style cleanups by Russell King · 16 years ago
- 125ab12 [ARM] dma: fix dmabounce dma_sync_xxx() implementations by Russell King · 16 years ago
- 8c8a0ec5 [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx() by Russell King · 16 years ago
- 2638b4d [ARM] dma: Reduce to one dma_sync_sg_* implementation by Russell King · 16 years ago
- 01135d92 [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation by Russell King · 16 years ago
- 56f55f8 [ARM] dma: provide a better dma_map_page() implementation by Russell King · 16 years ago
- afd1a32 [ARM] Update dma_map_sg()/dma_unmap_sg() API by Russell King · 16 years ago
- 9dd4286 [ARM] dma-mapping: provide sync_range APIs by Russell King · 16 years ago
- 98ed7d4 [ARM] dma-mapping: improve type-safeness of DMA translations by Russell King · 16 years ago
- 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
- fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 17 years ago
- fc6e14f [ARM] Export dma_sync_sg_for_device() by Russell King · 17 years ago
- 9f2326b arm: build fix by FUJITA Tomonori · 17 years ago
- 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
- 84aa462 [ARM] Rename consistent_sync() as dma_cache_maint() by Russell King · 17 years ago
- 6cbdc8c [ARM] spelling fixes by Simon Arlott · 18 years ago
- f69eda0 Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees by Russell King · 18 years ago
- 017cc02 [ARM] Convert dmabounce statistics to use a device attribute by Russell King · 18 years ago
- ab2c215 [ARM] Add a reference from struct device to the dma bounce info by Russell King · 18 years ago
- 7ae5a76 [ARM] Convert DMA cache handling to take const void * args by Russell King · 18 years ago
- 953233d [ARM] 4134/1: Add generic support for outer caches by Catalin Marinas · 18 years ago
- 7f8e335 [ARM] Don't call consistent_sync() for DMA coherent memory by Russell King · 18 years ago
- 7321818 [ARM] 3917/1: Fix dmabounce symbol exports by Kevin Hilman · 18 years ago
- e2785f0 [ARM] 3755/1: dmabounce: fix return value for find_safe_buffer by Kevin Hilman · 18 years ago
- 823588c1 [ARM] 3537/1: Rework DMA-bounce locking for finer granularity by Kevin Hilman · 19 years ago
- 3a2916a [ARM] 3389/1: typo and grammar fix by Erik Hovland · 19 years ago
- cb7610d [ARM] Clean up dmabounce by Russell King · 19 years ago
- b46a58f [PATCH] ARM: Use list_for_each_entry() for dmabounce by Russell King · 20 years ago
- 14eb75b [PATCH] ARM: Add missed include for dmabounce.c by Russell King · 20 years ago
- 5abc100 [PATCH] ARM: Ensure DMA-bounced buffers are properly written to RAM by Russell King · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago