summaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: don't assume PA 0 is invalidJan Beulich2014-06-201-10/+18
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-041-1/+1
* memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu2014-01-271-2/+2
* Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-271-1/+2
|\
| * swiotlb: Don't DoS us with 'swiotlb buffer is full' (v2)Konrad Rzeszutek Wilk2014-01-071-1/+2
* | lib/swiotlb.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-15/+20
|/
* Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-081-0/+1
|\
| * swiotlb: print a warning when the swiotlb is fullStefano Stabellini2013-10-251-0/+1
* | tracing/events: Fix swiotlb tracepoint creationThierry Reding2013-10-241-0/+1
* | tracing/events: Add bounce tracing to swiotblZoltan Kiss2013-10-021-0/+4
|/
* swiotlb: replace dma_length with sg_dma_len() macroEunBong Song2013-08-091-4/+4
* 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
OpenPOWER on IntegriCloud