index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-01-31
119
-1266
/
+728
|
\
|
*
MAINTAINERS: add the iommu list for swiotlb and xen-swiotlb
Christoph Hellwig
2018-01-25
1
-1
/
+2
|
*
arm64: use swiotlb_alloc and swiotlb_free
Christoph Hellwig
2018-01-15
2
-43
/
+4
|
*
arm64: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
2018-01-15
3
-12
/
+12
|
*
mips: use swiotlb_{alloc,free}
Christoph Hellwig
2018-01-15
4
-42
/
+7
|
*
mips/netlogic: remove swiotlb support
Christoph Hellwig
2018-01-15
4
-103
/
+0
|
*
tile: use generic swiotlb_ops
Christoph Hellwig
2018-01-15
2
-33
/
+4
|
*
tile: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
2018-01-15
3
-7
/
+7
|
*
unicore32: use generic swiotlb_ops
Christoph Hellwig
2018-01-15
4
-58
/
+2
|
*
ia64: remove an ifdef around the content of pci-dma.c
Christoph Hellwig
2018-01-15
1
-7
/
+0
|
*
ia64: clean up swiotlb support
Christoph Hellwig
2018-01-15
6
-58
/
+20
|
*
ia64: use generic swiotlb_ops
Christoph Hellwig
2018-01-15
4
-40
/
+13
|
*
ia64: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
2018-01-15
4
-8
/
+8
|
*
swiotlb: remove various exports
Christoph Hellwig
2018-01-15
1
-13
/
+0
|
*
swiotlb: refactor coherent buffer allocation
Christoph Hellwig
2018-01-15
1
-57
/
+65
|
*
swiotlb: refactor coherent buffer freeing
Christoph Hellwig
2018-01-15
1
-14
/
+21
|
*
swiotlb: wire up ->dma_supported in swiotlb_dma_ops
Christoph Hellwig
2018-01-15
1
-0
/
+1
|
*
swiotlb: add common swiotlb_map_ops
Christoph Hellwig
2018-01-15
2
-0
/
+51
|
*
swiotlb: rename swiotlb_free to swiotlb_exit
Christoph Hellwig
2018-01-15
4
-5
/
+5
|
*
x86: rename swiotlb_dma_ops
Christoph Hellwig
2018-01-15
1
-2
/
+2
|
*
powerpc: rename swiotlb_dma_ops
Christoph Hellwig
2018-01-15
4
-5
/
+5
|
*
ia64: rename swiotlb_dma_ops
Christoph Hellwig
2018-01-15
3
-8
/
+8
|
*
arm64: rename swiotlb_dma_ops
Christoph Hellwig
2018-01-15
1
-2
/
+2
|
*
swiotlb: suppress warning when __GFP_NOWARN is set
Christian König
2018-01-15
1
-6
/
+9
|
*
h8300: use dma-direct
Christoph Hellwig
2018-01-15
5
-79
/
+3
|
*
cris: use dma-direct
Christoph Hellwig
2018-01-15
5
-98
/
+6
|
*
dma-direct: reject too small dma masks
Christoph Hellwig
2018-01-15
2
-0
/
+20
|
*
dma-direct: make dma_direct_{alloc,free} available to other implementations
Christoph Hellwig
2018-01-15
3
-9
/
+11
|
*
dma-direct: retry allocations using GFP_DMA for small masks
Christoph Hellwig
2018-01-15
1
-1
/
+24
|
*
dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
Christoph Hellwig
2018-01-15
1
-0
/
+14
|
*
dma-direct: use node local allocations for coherent memory
Christoph Hellwig
2018-01-15
1
-1
/
+1
|
*
dma-direct: add support for CMA allocation
Christoph Hellwig
2018-01-15
1
-6
/
+18
|
*
dma-direct: add dma address sanity checks
Christoph Hellwig
2018-01-15
1
-1
/
+30
|
*
dma-direct: use phys_to_dma
Christoph Hellwig
2018-01-15
1
-11
/
+7
|
*
dma-direct: rename dma_noop to dma_direct
Christoph Hellwig
2018-01-15
12
-34
/
+29
|
*
dma-mapping: provide a generic asm/dma-mapping.h
Christoph Hellwig
2018-01-15
8
-64
/
+14
|
*
dma-mapping: add an arch_dma_supported hook
Christoph Hellwig
2018-01-15
3
-7
/
+26
|
*
dma-mapping: clear harmful GFP_* flags in common code
Christoph Hellwig
2018-01-15
12
-31
/
+7
|
*
dma-mapping: warn when there is no coherent_dma_mask
Christoph Hellwig
2018-01-15
1
-0
/
+1
|
*
s390: move s390_pci_dma_ops to asm/pci_dma.h
Christoph Hellwig
2018-01-10
2
-2
/
+3
|
*
microblaze: remove the dead !NOT_COHERENT_CACHE dma code
Christoph Hellwig
2018-01-10
1
-28
/
+0
|
*
microblaze: remove dma_nommu_dma_supported
Christoph Hellwig
2018-01-10
2
-13
/
+0
|
*
microblaze: rename dma_direct to dma_nommu
Christoph Hellwig
2018-01-10
2
-26
/
+26
|
*
powerpc: rename dma_direct_ to dma_nommu_
Christoph Hellwig
2018-01-10
15
-68
/
+68
|
*
hexagon: use the generic dma_capable helper
Christoph Hellwig
2018-01-10
2
-7
/
+1
|
*
dma-mapping: move dma_mark_clean to dma-direct.h
Christoph Hellwig
2018-01-10
10
-18
/
+10
|
*
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
2018-01-10
34
-195
/
+165
|
*
mips: fix an off-by-one in dma_capable
Christoph Hellwig
2018-01-10
1
-1
/
+1
|
*
arm64: don't override dma_max_pfn
Christoph Hellwig
2018-01-10
1
-9
/
+0
|
*
dma-mapping: take dma_pfn_offset into account in dma_max_pfn
Christoph Hellwig
2018-01-10
1
-1
/
+1
[next]