index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
dma-mapping.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-21
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
1
-2
/
+0
2015-09-10
dma-mapping: consolidate dma_set_mask
Christoph Hellwig
1
-2
/
+0
2015-09-10
dma-mapping: consolidate dma_supported
Christoph Hellwig
1
-1
/
+3
2015-09-10
dma-mapping: cosolidate dma_mapping_error
Christoph Hellwig
1
-11
/
+0
2015-09-10
dma-mapping: consolidate dma_{alloc,free}_noncoherent
Christoph Hellwig
1
-3
/
+0
2015-09-10
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
Christoph Hellwig
1
-13
/
+3
2015-05-05
x86: Deinline dma_free_attrs()
Denys Vlasenko
1
-15
/
+3
2015-05-05
x86: Deinline dma_alloc_attrs()
Denys Vlasenko
1
-26
/
+2
2012-10-24
dma-debug: New interfaces to debug dma mapping errors
Shuah Khan
1
-0
/
+1
2012-05-25
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
1
-0
/
+5
2012-05-21
X86: integrate CMA with DMA-mapping subsystem
Marek Szyprowski
1
-0
/
+5
2012-04-12
x86: Introduce CONFIG_X86_DMA_REMAP
Alessandro Rubini
1
-0
/
+7
2012-04-12
x86-32: Introduce CONFIG_X86_DEV_DMA_OPS
Alessandro Rubini
1
-1
/
+1
2012-03-28
X86 & IA64: adapt for dma_map_ops changes
Andrzej Pietrasiewicz
1
-10
/
+16
2011-09-27
doc: fix broken references
Paul Bolle
1
-1
/
+1
2010-08-11
dma-mapping: remove dma_is_consistent API
FUJITA Tomonori
1
-1
/
+0
2010-08-11
dma-mapping: unify dma_get_cache_alignment implementations
FUJITA Tomonori
1
-7
/
+0
2009-12-16
dma-mapping: fix off-by-one error in dma_capable()
Jan Beulich
1
-1
/
+1
2009-11-17
x86: Kill bad_dma_address variable
FUJITA Tomonori
1
-2
/
+3
2009-11-08
x86/PCI: Adjust GFP mask handling for coherent allocations
Jan Beulich
1
-3
/
+7
2009-07-28
x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()
FUJITA Tomonori
1
-0
/
+10
2009-07-28
x86: add dma_capable() to replace is_buffer_dma_capable()
FUJITA Tomonori
1
-0
/
+8
2009-06-19
dma-mapping: x86: use asm-generic/dma-mapping-common.h
FUJITA Tomonori
1
-171
/
+2
2009-06-15
kmemcheck: add hooks for page- and sg-dma-mappings
Vegard Nossum
1
-0
/
+5
2009-06-15
kmemcheck: add DMA hooks
Vegard Nossum
1
-0
/
+2
2009-04-07
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-2
/
+2
2009-03-17
dma-debug: x86 architecture bindings
Joerg Roedel
1
-6
/
+39
2009-03-05
Merge branch 'linus' into core/iommu
Ingo Molnar
1
-2
/
+2
2009-01-30
Documentation: move DMA-mapping.txt to Doc/PCI/
Randy Dunlap
1
-2
/
+2
2009-01-06
x86, ia64: convert to use generic dma_map_ops struct
FUJITA Tomonori
1
-93
/
+53
2009-01-06
x86: remove map_single and unmap_single in struct dma_mapping_ops
FUJITA Tomonori
1
-9
/
+6
2009-01-06
x86: add map_page and unmap_page to struct dma_mapping_ops
FUJITA Tomonori
1
-0
/
+8
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2008-12-17
x86: unify pci iommu setup and allow swiotlb to compile for 32 bit
Jeremy Fitzhardinge
1
-1
/
+1
2008-12-01
x86: fix dma_mapping_error for 32bit x86, cleanup
FUJITA Tomonori
1
-2
/
+0
2008-11-29
x86: fix dma_mapping_error for 32bit x86
Thomas Bogendoerfer
1
-4
/
+2
2008-10-23
x86: use GFP_DMA for 24bit coherent_dma_mask
FUJITA Tomonori
1
-1
/
+3
2008-10-23
x86: Fix ASM_X86__ header guards
H. Peter Anvin
1
-3
/
+3
2008-10-23
x86, um: ... and asm-x86 move
Al Viro
1
-0
/
+308