aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)Author
2022-05-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-04-15swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2020-11-18swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu
2019-08-09swiotlb: Remove call to sme_active()Thiago Jung Bauermann
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-03swiotlb: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-19Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Konrad Rzeszutek Wilk
2019-06-19swiotlb: fix phys_addr_t overflow warningArnd Bergmann
2019-06-11swiotlb: Return consistent SWIOTLB segments/nr_tblFlorian Fainelli
2019-06-11swiotlb: Group identical cleanup in swiotlb_cleanup()Florian Fainelli
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig
2019-02-16swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()YueHaibing
2019-02-12swiotlb: checking whether swiotlb buffer is full with io_tlb_usedDongli Zhang
2019-02-12swiotlb: add debugfs to track swiotlb buffer usageDongli Zhang
2019-02-12swiotlb: fix comment on swiotlb_bounce()Dongli Zhang
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-11-21swiotlb: Skip cache maintenance on map errorRobin Murphy
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-19swiotlb: add support for non-coherent DMAChristoph Hellwig
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig
2018-10-19swiotlb: refactor swiotlb_map_pageChristoph Hellwig
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig
2018-10-19swiotlb: do not panic on mapping failuresChristoph Hellwig
2018-10-19swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig
2018-10-19swiotlb: remove a pointless commentChristoph Hellwig
2018-07-25swiotlb: clean up reportingKees Cook
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig