aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+1
2019-09-11swiotlb: Split size parameter to map/unmap APIsGravatar Lu Baolu 1-13/+21
2019-08-09swiotlb: Remove call to sme_active()Gravatar Thiago Jung Bauermann 1-2/+1
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+16
2019-07-03swiotlb: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-21/+4
2019-06-19Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Gravatar Konrad Rzeszutek Wilk 1-2/+2
2019-06-19swiotlb: fix phys_addr_t overflow warningGravatar Arnd Bergmann 1-2/+2
2019-06-11swiotlb: Return consistent SWIOTLB segments/nr_tblGravatar Florian Fainelli 1-4/+4
2019-06-11swiotlb: Group identical cleanup in swiotlb_cleanup()Gravatar Florian Fainelli 1-8/+10
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionGravatar Dongli Zhang 1-2/+5
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullGravatar Dongli Zhang 1-1/+2
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-2/+2
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-6/+13
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+14
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+49
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-12/+0
2019-03-06swiotlb: Add is_swiotlb_active() functionGravatar Joerg Roedel 1-0/+9
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Gravatar Joerg Roedel 1-0/+5
2019-02-18swiotlb: remove swiotlb_dma_supportedGravatar Christoph Hellwig 1-12/+0
2019-02-16swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()Gravatar YueHaibing 1-1/+1
2019-02-12swiotlb: checking whether swiotlb buffer is full with io_tlb_usedGravatar Dongli Zhang 1-0/+4
2019-02-12swiotlb: add debugfs to track swiotlb buffer usageGravatar Dongli Zhang 1-0/+44
2019-02-12swiotlb: fix comment on swiotlb_bounce()Gravatar Dongli Zhang 1-1/+1
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitGravatar Christoph Hellwig 1-0/+2
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeGravatar Christoph Hellwig 1-219/+13
2018-12-13swiotlb: remove dma_mark_cleanGravatar Christoph Hellwig 1-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORGravatar Christoph Hellwig 1-2/+2
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-6/+5
2018-11-21swiotlb: Skip cache maintenance on map errorGravatar Robin Murphy 1-1/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-3/+3
2018-10-19swiotlb: add support for non-coherent DMAGravatar Christoph Hellwig 1-10/+23
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsGravatar Christoph Hellwig 1-103/+2
2018-10-19swiotlb: refactor swiotlb_map_pageGravatar Christoph Hellwig 1-37/+30
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsGravatar Christoph Hellwig 1-22/+12
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleGravatar Christoph Hellwig 1-11/+4
2018-10-19swiotlb: remove the overflow bufferGravatar Christoph Hellwig 1-56/+3
2018-10-19swiotlb: do not panic on mapping failuresGravatar Christoph Hellwig 1-32/+1
2018-10-19swiotlb: mark is_swiotlb_buffer staticGravatar Christoph Hellwig 1-1/+1
2018-10-19swiotlb: remove a pointless commentGravatar Christoph Hellwig 1-6/+0
2018-07-25swiotlb: clean up reportingGravatar Kees Cook 1-10/+8
2018-06-28swiotlb: export swiotlb_dma_opsGravatar Christoph Hellwig 1-0/+1
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaGravatar Christoph Hellwig 1-0/+1087