index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
2
-1
/
+40
2018-12-13
dma-mapping: always build the direct mapping code
Christoph Hellwig
2
-9
/
+1
2018-12-13
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
1
-0
/
+11
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
1
-2
/
+138
2018-12-13
dma-mapping: move dma_get_required_mask to kernel/dma
Christoph Hellwig
1
-1
/
+33
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
1
-42
/
+0
2018-12-13
dma-mapping: remove a pointless memset in dma_atomic_pool_init
Christoph Hellwig
1
-1
/
+0
2018-12-11
dma-debug: Batch dma_debug_entry allocation
Robin Murphy
1
-29
/
+21
2018-12-11
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
1
-46
/
+0
2018-12-11
dma-debug: Make leak-like behaviour apparent
Robin Murphy
1
-0
/
+13
2018-12-11
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
1
-38
/
+41
2018-12-11
dma-debug: Use pr_fmt()
Robin Murphy
1
-36
/
+38
2018-12-11
dma-debug: Expose nr_total_entries in debugfs
Robin Murphy
1
-0
/
+7
2018-12-06
dma-direct: remove the mapping_error dma_map_ops method
Christoph Hellwig
2
-13
/
+6
2018-12-05
dma-mapping: fix lack of DMA address assignment in generic remap allocator
Marek Szyprowski
1
-1
/
+7
2018-12-01
dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING
Christoph Hellwig
1
-2
/
+9
2018-12-01
dma-mapping: support highmem in the generic remap allocator
Christoph Hellwig
1
-7
/
+7
2018-12-01
dma-mapping: move the arm64 noncoherent alloc/free support to common code
Christoph Hellwig
2
-1
/
+162
2018-12-01
dma-mapping: move the remap helpers to a separate file
Christoph Hellwig
4
-85
/
+93
2018-12-01
dma-direct: reject highmem pages from dma_alloc_from_contiguous
Christoph Hellwig
1
-0
/
+12
2018-12-01
dma-direct: provide page based alloc/free helpers
Christoph Hellwig
1
-10
/
+22
2018-11-21
swiotlb: Skip cache maintenance on map error
Robin Murphy
1
-1
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2
-2
/
+2
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-3
/
+3
2018-10-19
swiotlb: add support for non-coherent DMA
Christoph Hellwig
1
-10
/
+23
2018-10-19
swiotlb: don't dip into swiotlb pool for coherent allocations
Christoph Hellwig
1
-103
/
+2
2018-10-19
swiotlb: refactor swiotlb_map_page
Christoph Hellwig
1
-37
/
+30
2018-10-19
swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs
Christoph Hellwig
1
-22
/
+12
2018-10-19
swiotlb: merge swiotlb_unmap_page and unmap_single
Christoph Hellwig
1
-11
/
+4
2018-10-19
swiotlb: remove the overflow buffer
Christoph Hellwig
2
-58
/
+3
2018-10-19
swiotlb: do not panic on mapping failures
Christoph Hellwig
1
-32
/
+1
2018-10-19
swiotlb: mark is_swiotlb_buffer static
Christoph Hellwig
1
-1
/
+1
2018-10-19
swiotlb: remove a pointless comment
Christoph Hellwig
1
-6
/
+0
2018-10-09
dma-direct: respect DMA_ATTR_NO_WARN
Christoph Hellwig
1
-0
/
+3
2018-10-09
dma-direct: document the zone selection logic
Christoph Hellwig
1
-1
/
+8
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
1
-0
/
+16
2018-10-05
dma-direct: fix return value of dma_direct_supported
Alexander Duyck
1
-3
/
+1
2018-10-01
dma-direct: always allow dma mask <= physiscal memory size
Christoph Hellwig
1
-12
/
+16
2018-10-01
dma-direct: implement complete bus_dma_mask handling
Christoph Hellwig
1
-10
/
+11
2018-10-01
dma-direct: refine dma_direct_alloc zone selection
Christoph Hellwig
1
-10
/
+21
2018-10-01
dma-direct: add an explicit dma_direct_get_required_mask
Christoph Hellwig
1
-3
/
+19
2018-09-20
dma-mapping: support non-coherent devices in dma_common_get_sgtable
Christoph Hellwig
1
-7
/
+16
2018-09-20
dma-mapping: consolidate the dma mmap implementations
Christoph Hellwig
3
-26
/
+27
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
4
-120
/
+117
2018-09-20
dma-mapping: move the dma_coherent flag to struct device
Christoph Hellwig
1
-0
/
+3
2018-09-20
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
Christoph Hellwig
1
-0
/
+3
2018-09-20
dma-mapping: fix panic caused by passing empty cma command line argument
He Zhe
1
-1
/
+5
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
1
-6
/
+0
2018-09-08
dma-mapping: remove dma_configure
Christoph Hellwig
1
-10
/
+0
2018-09-01
kernel/dma/direct: take DMA offset into account in dma_direct_supported
Christoph Hellwig
1
-2
/
+2
[next]