aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-17swiotlb: use coherent_dma_mask in alloc_coherentFUJITA Tomonori1-3/+7
2008-10-23swiotlb: remove panic for alloc_coherent failureFUJITA Tomonori1-2/+4
2008-09-19convert swiotlb to use dma_get_maskFUJITA Tomonori1-5/+1
2008-09-10swiotlb: convert swiotlb to use is_buffer_dma_capable helper functionFUJITA Tomonori1-7/+8
2008-09-08swiotlb: add is_swiotlb_buffer helper functionFUJITA Tomonori1-5/+9
2008-09-08swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coherentFUJITA Tomonori1-1/+1
2008-09-08swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherentFUJITA Tomonori1-5/+2
2008-09-08swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherentFUJITA Tomonori1-7/+0
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner1-8/+42
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori1-11/+3
2008-04-29lib/swiotlb.c: cleanupsAndrew Morton1-46/+43
2008-03-13avoid endless loops in lib/swiotlb.cJan Beulich1-14/+16
2008-02-05iommu sg merging: swiotlb: respect the segment boundary limitsFUJITA Tomonori1-6/+35
2007-10-22Update swiotlb to use sg helpersJens Axboe1-1/+1
2007-10-17swiotlb: fix map_sg failure handlingFUJITA Tomonori1-1/+1
2007-10-16swiotlb: sg chaining supportJens Axboe1-7/+12
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell1-0/+1
2007-07-21Fix swiotlb_sync_single_range()Keir Fraser1-1/+4
2007-05-08fix section mismatch warning in lib/swiotlb.cSam Ravnborg1-1/+0
2007-03-06Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck1-149/+35
2007-02-12[PATCH] swiotlb uninliningsAndrew Morton1-4/+4
2007-02-05[IA64] swiotlb abstraction (e.g. for Xen)Jan Beulich1-35/+149
2007-02-05[IA64] swiotlb cleanupJan Beulich1-24/+32
2007-02-05[IA64] make swiotlb use bus_to_virt/virt_to_busJan Beulich1-16/+17
2007-02-05[IA64] swiotlb bug fixesJan Beulich1-25/+8
2006-03-24BUG_ON() Conversion in lib/swiotlb.cEric Sesterhenn1-20/+12
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda1-1/+1
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai1-2/+1
2005-12-20[PATCH] Fix swiotlb pci_map_sg error handlingAndi Kleen1-2/+3
2005-10-31manual update from upstream:Tony Luck1-1/+1
2005-10-20Update from upstream with manual merge of Yasunori Goto'sTony Luck1-2/+2
2005-09-29[PATCH] Removed remaining PCI specific references from swiotlb.cTony Luck1-14/+14
2005-09-29[PATCH] swiotlb: file header commentsJohn W. Linville1-2/+4
2005-09-29[PATCH] swiotlb: support syncing DMA_BIDIRECTIONAL mappingsJohn W. Linville1-22/+40
2005-09-29[PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville1-0/+33
2005-09-29[PATCH] swiotlb: cleanup some code duplication cruftJohn W. Linville1-23/+22
2005-09-29[PATCH] swiotlb: move from arch/ia64/lib/ to lib/John W. Linville1-0/+759