summaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-171-4/+15
* x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-291-18/+29
* swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck2012-10-301-19/+16
* swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-301-11/+11
* swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-301-18/+19
* swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-301-38/+40
* swiotlb: Make io_tlb_overflow_buffer a physical addressAlexander Duyck2012-10-301-27/+34
* swiotlb: Make io_tlb_start a physical address instead of a virtual oneAlexander Duyck2012-10-301-29/+29
* swiotlb: Make io_tlb_end a physical address instead of a virtual oneAlexander Duyck2012-10-301-11/+13
* swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk2012-08-211-9/+24
* swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-5/+3
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-3/+2
|/
* swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-061-2/+3
* swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-061-0/+5
* swiotlb: fix wrong panicFUJITA Tomonori2011-02-251-2/+4
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* swiotlb: Use page alignment for early buffer allocationYinghai Lu2010-10-111-8/+8
* swiotlb: make io_tlb_overflow staticFUJITA Tomonori2010-10-111-1/+1
* swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk2010-06-071-15/+14
* swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk2010-06-071-10/+13
* swiotlb: Make internal bookkeeping functions have 'swiotlb_tbl' prefix.Konrad Rzeszutek Wilk2010-06-071-11/+13
* swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori2010-06-071-18/+30
* swiotlb: add swiotlb_tbl_map_single library functionFUJITA Tomonori2010-06-071-8/+17
* swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2010-05-271-31/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-161-2/+2
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | swiotlb: Remove the swiotlb variable usageFUJITA Tomonori2009-11-111-3/+2
* | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-101-1/+3
* | swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori2009-11-101-7/+8
* | swiotlb: Add swiotlb_free() functionFUJITA Tomonori2009-11-101-0/+30
|/
* lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin2009-08-211-6/+9
* swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori2009-07-281-16/+6
* swiotlb: use dma_capable()FUJITA Tomonori2009-07-281-19/+5
* swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori2009-07-281-18/+23
* swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori2009-07-281-13/+2
* swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori2009-07-281-6/+2
* swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori2009-07-281-6/+1
* swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce2009-04-081-5/+5
* swiotlb: use swiotlb_sync_single instead of duplicating codeBecky Bruce2009-04-081-18/+12
* swiotlb: rename unmap_single to do_unmap_singleBecky Bruce2009-04-081-17/+25
* swiotlb: allow arch override of address_needs_mappingBecky Bruce2009-04-081-2/+8
* swiotlb: map_page fix for highmem systemsBecky Bruce2009-04-081-2/+1
* swiotlb: fix compile warningBecky Bruce2009-04-081-1/+1
* swiotlb: comment correctionsBecky Bruce2009-04-081-13/+11
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* swiotlb: do not use sg_virt()Ian Campbell2009-01-111-7/+7