aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-137/+100
2009-01-06swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-05Merge branch 'core/iommu' into core/urgentIngo Molnar1-137/+100
2009-01-04swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.cJesper Juhl1-1/+0
2009-01-02swiotlb: add missing __init annotationsRoland Dreier1-1/+1
2008-12-28swiotlb: clean up EXPORT_SYMBOL usageFUJITA Tomonori1-14/+14
2008-12-28swiotlb: remove unnecessary declarationFUJITA Tomonori1-3/+0
2008-12-28swiotlb: add support for systems with highmemBecky Bruce1-17/+51
2008-12-28swiotlb: store phys address in io_tlb_orig_addr arrayBecky Bruce1-90/+30
2008-12-28swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()Jeremy Fitzhardinge1-31/+22
2008-12-17swiotlb: consolidate swiotlb info message printingIan Campbell1-5/+28
2008-12-17swiotlb: support bouncing of HighMem pagesJeremy Fitzhardinge1-33/+89
2008-12-17swiotlb: factor out copy to/from deviceJeremy Fitzhardinge1-4/+13
2008-12-17swiotlb: add arch hook to force mappingIan Campbell1-2/+13
2008-12-17swiotlb: allow architectures to override phys<->bus<->phys conversionsIan Campbell1-16/+36
2008-12-17swiotlb: add comment where we handle the overflow of a dma mask on 32 bitIan Campbell1-0/+4
2008-12-16swiotlb: move some definitions to headerIan Campbell1-13/+1
2008-12-16swiotlb: allow architectures to override swiotlb pool allocationJeremy Fitzhardinge1-3/+13
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