aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-25swiotlb: fix wrong panicFUJITA Tomonori1-2/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-11swiotlb: Use page alignment for early buffer allocationYinghai Lu1-8/+8
2010-10-11swiotlb: make io_tlb_overflow staticFUJITA Tomonori1-1/+1
2010-06-07swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk1-15/+14
2010-06-07swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk1-10/+13
2010-06-07swiotlb: Make internal bookkeeping functions have 'swiotlb_tbl' prefix.Konrad Rzeszutek Wilk1-11/+13
2010-06-07swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori1-18/+30
2010-06-07swiotlb: add swiotlb_tbl_map_single library functionFUJITA Tomonori1-8/+17
2010-05-27swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori1-31/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-11swiotlb: Remove the swiotlb variable usageFUJITA Tomonori1-3/+2
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-1/+3
2009-11-10swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori1-7/+8
2009-11-10swiotlb: Add swiotlb_free() functionFUJITA Tomonori1-0/+30
2009-08-21lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin1-6/+9
2009-07-28swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori1-16/+6
2009-07-28swiotlb: use dma_capable()FUJITA Tomonori1-19/+5
2009-07-28swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori1-18/+23
2009-07-28swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori1-13/+2
2009-07-28swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori1-6/+2
2009-07-28swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori1-6/+1
2009-04-08swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce1-5/+5
2009-04-08swiotlb: use swiotlb_sync_single instead of duplicating codeBecky Bruce1-18/+12
2009-04-08swiotlb: rename unmap_single to do_unmap_singleBecky Bruce1-17/+25
2009-04-08swiotlb: allow arch override of address_needs_mappingBecky Bruce1-2/+8
2009-04-08swiotlb: map_page fix for highmem systemsBecky Bruce1-2/+1
2009-04-08swiotlb: fix compile warningBecky Bruce1-1/+1
2009-04-08swiotlb: comment correctionsBecky Bruce1-13/+11
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-11swiotlb: do not use sg_virt()Ian Campbell1-7/+7
2009-01-11swiotlb: range_needs_mapping should take a physical address.Ian Campbell1-5/+5
2009-01-11Merge branch 'linus' into core/iommuIngo Molnar1-1/+1
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-06x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori1-30/+18
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-8/+10
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