aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu1-0/+1
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu1-1/+1
2012-10-30swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck1-3/+0
2012-10-30swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck1-1/+2
2012-10-30swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck1-1/+2
2012-10-30swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck1-3/+8
2012-08-21swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk1-0/+1
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk1-1/+1
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori1-0/+1
2010-06-07swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk1-0/+22
2010-06-07swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk1-2/+2
2010-06-07swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori1-0/+1
2010-05-27swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori1-10/+0
2009-11-15swiotlb: Remove duplicate swiotlb_force extern declarationsFUJITA Tomonori1-0/+2
2009-11-10swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori1-2/+2
2009-11-10swiotlb: Add swiotlb_free() functionFUJITA Tomonori1-0/+6
2009-07-28swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori1-5/+0
2009-07-28swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori1-2/+0
2009-07-28swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori1-2/+0
2009-07-28swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori1-2/+0
2009-04-08swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce1-1/+2
2009-01-11swiotlb: range_needs_mapping should take a physical address.Ian Campbell1-1/+1
2009-01-06x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori1-14/+7
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-8/+10
2008-12-28swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()Jeremy Fitzhardinge1-1/+2
2008-12-17swiotlb: add arch hook to force mappingIan Campbell1-0/+2
2008-12-17swiotlb: allow architectures to override phys<->bus<->phys conversionsIan Campbell1-0/+3
2008-12-16swiotlb: move some definitions to headerIan Campbell1-0/+14
2008-12-16swiotlb: allow architectures to override swiotlb pool allocationJeremy Fitzhardinge1-0/+3
2008-10-16introduce generic header file for the software IO/TLBJoerg Roedel1-0/+83