summaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-8/+3
|\
| * swiotlb: update comments to refer to physical instead of virtual addressesYisheng Xie2018-05-091-3/+2
| * swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefsChristoph Hellwig2018-05-091-4/+0
| * swiotlb: remove an unecessary NULL checkDan Carpenter2018-05-071-1/+1
* | swiotlb: silent unwanted warning "buffer is full"Jean Delvare2018-05-121-1/+1
|/
* swiotlb: fix inversed DMA_ATTR_NO_WARN testMichel Dänzer2018-05-021-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+1
|\
| * Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-121-60/+17
| |\
| * | swiotlb: Use dma_direct_supported() for swiotlb_opsChristoph Hellwig2018-04-091-1/+1
* | | swiotlb: fix unexpected swiotlb_alloc_coherent failuresTakashi Iwai2018-04-101-1/+1
| |/ |/|
* | 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