aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
AgeCommit message (Expand)Author
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-12swiotlb: silent unwanted warning "buffer is full"Jean Delvare
2018-05-09swiotlb: update comments to refer to physical instead of virtual addressesYisheng Xie
2018-05-09swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefsChristoph Hellwig
2018-05-07swiotlb: remove an unecessary NULL checkDan Carpenter
2018-05-02swiotlb: fix inversed DMA_ATTR_NO_WARN testMichel Dänzer
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar
2018-04-10swiotlb: fix unexpected swiotlb_alloc_coherent failuresTakashi Iwai
2018-04-09swiotlb: Use dma_direct_supported() for swiotlb_opsChristoph Hellwig
2018-03-23swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPSChristoph Hellwig
2018-03-20dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig
2018-03-20dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig
2018-01-15swiotlb: remove various exportsChristoph Hellwig
2018-01-15swiotlb: refactor coherent buffer allocationChristoph Hellwig
2018-01-15swiotlb: refactor coherent buffer freeingChristoph Hellwig
2018-01-15swiotlb: wire up ->dma_supported in swiotlb_dma_opsChristoph Hellwig
2018-01-15swiotlb: add common swiotlb_map_opsChristoph Hellwig
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig
2018-01-15swiotlb: suppress warning when __GFP_NOWARN is setChristian König
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2017-11-07x86/mm: Add DMA support for SEV memory encryptionTom Lendacky
2017-07-18swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-01-15swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk
2016-12-19swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2016-11-10swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportAlexander Duyck
2016-11-07swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck
2016-11-07swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sgAlexander Duyck
2016-11-07swiotlb: Rate-limit printing when running out of SW-IOMMU spaceGeert Uytterhoeven
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-11swiotlb: Warn on allocation failure in swiotlb_alloc_coherent()Joerg Roedel
2015-06-05swiotlb: do not export map_single functionAlexandre Courbot
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2014-06-20swiotlb: don't assume PA 0 is invalidJan Beulich
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu
2014-01-27Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-01-21lib/swiotlb.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-07swiotlb: Don't DoS us with 'swiotlb buffer is full' (v2)Konrad Rzeszutek Wilk
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk
2013-10-25swiotlb: print a warning when the swiotlb is fullStefano Stabellini
2013-10-24tracing/events: Fix swiotlb tracepoint creationThierry Reding
2013-10-02tracing/events: Add bounce tracing to swiotblZoltan Kiss
2013-08-09swiotlb: replace dma_length with sg_dma_len() macroEunBong Song
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu