index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
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
2009-06-18
dma-mapping: x86: use asm-generic/dma-mapping-common.h
FUJITA Tomonori
2009-06-15
kmemcheck: add hooks for page- and sg-dma-mappings
Vegard Nossum
2009-06-15
kmemcheck: add DMA hooks
Vegard Nossum
2009-04-07
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-03-17
dma-debug: x86 architecture bindings
Joerg Roedel
2009-03-05
Merge branch 'linus' into core/iommu
Ingo Molnar
2009-01-29
Documentation: move DMA-mapping.txt to Doc/PCI/
Randy Dunlap
2009-01-06
x86, ia64: convert to use generic dma_map_ops struct
FUJITA Tomonori
2009-01-06
x86: remove map_single and unmap_single in struct dma_mapping_ops
FUJITA Tomonori
2009-01-06
x86: add map_page and unmap_page to struct dma_mapping_ops
FUJITA Tomonori
2008-12-30
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-12-17
x86: unify pci iommu setup and allow swiotlb to compile for 32 bit
Jeremy Fitzhardinge
2008-12-01
x86: fix dma_mapping_error for 32bit x86, cleanup
FUJITA Tomonori
2008-11-29
x86: fix dma_mapping_error for 32bit x86
Thomas Bogendoerfer
2008-10-23
x86: use GFP_DMA for 24bit coherent_dma_mask
FUJITA Tomonori
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro