summaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPSChristoph Hellwig2018-03-231-0/+2
* dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig2018-03-201-38/+0
* dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-201-16/+9
* dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig2018-03-201-6/+6
* swiotlb: remove various exportsChristoph Hellwig2018-01-151-13/+0
* swiotlb: refactor coherent buffer allocationChristoph Hellwig2018-01-151-57/+65
* swiotlb: refactor coherent buffer freeingChristoph Hellwig2018-01-151-14/+21
* swiotlb: wire up ->dma_supported in swiotlb_dma_opsChristoph Hellwig2018-01-151-0/+1
* swiotlb: add common swiotlb_map_opsChristoph Hellwig2018-01-151-0/+43
* swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-1/+1
* swiotlb: suppress warning when __GFP_NOWARN is setChristian König2018-01-151-6/+9
* dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-1/+1
* x86/mm: Add DMA support for SEV memory encryptionTom Lendacky2017-11-071-2/+3
* swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky2017-07-181-0/+3
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-8/+46
* 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