index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
2
-2
/
+2
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
1
-3
/
+3
*
swiotlb: add support for non-coherent DMA
Christoph Hellwig
2018-10-19
1
-10
/
+23
*
swiotlb: don't dip into swiotlb pool for coherent allocations
Christoph Hellwig
2018-10-19
1
-103
/
+2
*
swiotlb: refactor swiotlb_map_page
Christoph Hellwig
2018-10-19
1
-37
/
+30
*
swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs
Christoph Hellwig
2018-10-19
1
-22
/
+12
*
swiotlb: merge swiotlb_unmap_page and unmap_single
Christoph Hellwig
2018-10-19
1
-11
/
+4
*
swiotlb: remove the overflow buffer
Christoph Hellwig
2018-10-19
2
-58
/
+3
*
swiotlb: do not panic on mapping failures
Christoph Hellwig
2018-10-19
1
-32
/
+1
*
swiotlb: mark is_swiotlb_buffer static
Christoph Hellwig
2018-10-19
1
-1
/
+1
*
swiotlb: remove a pointless comment
Christoph Hellwig
2018-10-19
1
-6
/
+0
*
dma-direct: respect DMA_ATTR_NO_WARN
Christoph Hellwig
2018-10-09
1
-0
/
+3
*
dma-direct: document the zone selection logic
Christoph Hellwig
2018-10-09
1
-1
/
+8
*
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
2018-10-08
1
-0
/
+16
*
dma-direct: fix return value of dma_direct_supported
Alexander Duyck
2018-10-05
1
-3
/
+1
*
dma-direct: always allow dma mask <= physiscal memory size
Christoph Hellwig
2018-10-01
1
-12
/
+16
*
dma-direct: implement complete bus_dma_mask handling
Christoph Hellwig
2018-10-01
1
-10
/
+11
*
dma-direct: refine dma_direct_alloc zone selection
Christoph Hellwig
2018-10-01
1
-10
/
+21
*
dma-direct: add an explicit dma_direct_get_required_mask
Christoph Hellwig
2018-10-01
1
-3
/
+19
*
dma-mapping: support non-coherent devices in dma_common_get_sgtable
Christoph Hellwig
2018-09-20
1
-7
/
+16
*
dma-mapping: consolidate the dma mmap implementations
Christoph Hellwig
2018-09-20
3
-26
/
+27
*
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
2018-09-20
4
-120
/
+117
*
dma-mapping: move the dma_coherent flag to struct device
Christoph Hellwig
2018-09-20
1
-0
/
+3
*
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
Christoph Hellwig
2018-09-20
1
-0
/
+3
*
dma-mapping: fix panic caused by passing empty cma command line argument
He Zhe
2018-09-20
1
-1
/
+5
*
dma-mapping: remove dma_deconfigure
Christoph Hellwig
2018-09-08
1
-6
/
+0
*
dma-mapping: remove dma_configure
Christoph Hellwig
2018-09-08
1
-10
/
+0
*
kernel/dma/direct: take DMA offset into account in dma_direct_supported
Christoph Hellwig
2018-09-01
1
-2
/
+2
*
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...
Marek Szyprowski
2018-08-17
2
-5
/
+5
*
mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
Marek Szyprowski
2018-08-17
1
-1
/
+2
*
Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-08-14
2
-13
/
+11
|
\
|
*
dma-mapping: Generalise dma_32bit_limit flag
Robin Murphy
2018-07-27
1
-3
/
+3
|
*
swiotlb: clean up reporting
Kees Cook
2018-07-25
1
-10
/
+8
*
|
Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2018-08-13
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
dma-noncoherent: add a arch_sync_dma_for_cpu_all hook
Christoph Hellwig
2018-06-24
1
-2
/
+6
*
|
swiotlb: export swiotlb_dma_ops
Christoph Hellwig
2018-06-28
1
-0
/
+1
|
/
*
dma-mapping: move all DMA mapping code to kernel/dma
Christoph Hellwig
2018-06-14
10
-0
/
+4343