summaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko2017-01-151-3/+3
* swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-0/+26
* swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2016-12-191-2/+16
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-191-4/+4
* swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportAlexander Duyck2016-11-101-3/+3
* swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-11-071-21/+38
* swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sgAlexander Duyck2016-11-071-16/+0
* swiotlb: Rate-limit printing when running out of SW-IOMMU spaceGeert Uytterhoeven2016-11-071-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+7
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+1
|\
| * remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | swiotlb: Warn on allocation failure in swiotlb_alloc_coherent()Joerg Roedel2015-06-111-2/+9
* | swiotlb: do not export map_single functionAlexandre Courbot2015-06-051-2/+3
|/
* 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