x86: dma_alloc_coherent sets gfp flags properly
[safe/jmp/linux-2.6] / include / asm-x86 / dma-mapping.h
2008-09-08 FUJITA Tomonorix86: dma_alloc_coherent sets gfp flags properly
2008-09-08 FUJITA Tomonorix86: fix nommu_alloc_coherent allocation with NULL...
2008-09-08 FUJITA Tomonorix86: move pci-nommu's dma_mask check to common code
2008-08-22 FUJITA Tomonoridma-mapping.h, x86: remove last user of dma_mapping_ops...
2008-08-22 Joerg Roedelx86: move dma_*_coherent functions to include file
2008-07-28 Ingo MolnarMerge branch 'linus' into core/generic-dma-coherent
2008-07-26 FUJITA Tomonoridma-mapping: add the device argument to dma_mapping_error()
2008-07-18 Jan Beulichx86: reduce forbid_dac's visibility
2008-06-30 Dmitry Baryshkovx86: use generic per-device dma coherent allocator
2008-04-19 Glauber Costax86: move dma_coherent functions to pci-dma.c
2008-04-19 Glauber Costax86: merge iommu initialization parameters
2008-04-19 Glauber Costax86: move pci fixup to pci-dma.c
2008-04-19 Glauber Costax86: delete the arch-specific dma-mapping headers.
2008-04-19 Glauber Costax86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma...
2008-04-19 Glauber Costax86: unify dma_mapping_error
2008-04-19 Glauber Costax86: provide a bad_dma_address symbol for i386
2008-04-19 Glauber Costax86: move dma_supported and dma_set_mask to pci-dma_32.c
2008-04-19 Glauber Costax86: move dma_cache_sync to common header
2008-04-19 Ingo Molnarx86: dma-ops on highmem fix
2008-04-19 Glauber Costax86: move dma_map_page and dma_unmap_page to common...
2008-04-19 Glauber Costax86: move alloc and free coherent to common header
2008-04-19 Glauber Costax86: move dma_sync_sg_for_device to common header
2008-04-19 Glauber Costax86: move dma_sync_sg_for_cpu to common header
2008-04-19 Glauber Costax86: move dma_sync_single_range_for_device to common...
2008-04-19 Glauber Costax86: move dma_sync_single_range_for_cpu to common header
2008-04-19 Glauber Costax86: move dma_sync_single_for_device to common header
2008-04-19 Glauber Costax86: move dma_sync_single_for_cpu to common header
2008-04-19 Glauber Costax86: move dma_unmap_sg to common header
2008-04-19 Glauber Costax86: move dma_map_sg to common header
2008-04-19 Glauber Costax86: move dma_unmap_single to common header
2008-04-19 Glauber Costax86: implement dma_map_single through dma_ops
2008-04-19 Glauber Costax86: move dma_ops struct definition to dma-mapping.h
2007-10-11 Thomas Gleixneri386/x86_64: move headers to include/asm-x86