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