aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/direct.c
AgeCommit message (Expand)Author
2023-12-15dma-mapping: don't store redundant offsetsRobin Murphy
2023-11-06dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He
2023-10-22dma-direct: warn when coherent allocations aren't supportedChristoph Hellwig
2023-10-22dma-direct: simplify the use atomic pool logic in dma_direct_allocChristoph Hellwig
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik
2023-06-19dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy
2023-03-28dma-direct: cleanup parameters to dma_direct_optimal_gfp_maskPetr Tesarik
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-07-26dma-direct: support PCI P2PDMA pages in dma-direct map_sgLogan Gunthorpe
2022-06-23dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui
2022-05-23dma-direct: don't over-decrypt memoryRobin Murphy
2022-05-11dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig
2022-04-01dma-mapping: move pgprot_decrypted out of dma_pgprotChristoph Hellwig
2022-03-03dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig
2021-12-08dma-direct: add a dma_direct_use_pool helperChristoph Hellwig
2021-12-07dma-direct: factor the swiotlb code out of __dma_direct_alloc_pagesChristoph Hellwig
2021-12-07dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionalsChristoph Hellwig
2021-12-07dma-direct: warn if there is no pool for force unencrypted allocationsChristoph Hellwig
2021-12-07dma-direct: fail allocations that can't be made coherentChristoph Hellwig
2021-12-07dma-direct: refactor the !coherent checks in dma_direct_allocChristoph Hellwig
2021-12-07dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig
2021-12-07dma-direct: clean up the remapping checks in dma_direct_allocChristoph Hellwig
2021-12-07dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig
2021-12-07dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig
2021-12-07dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig
2021-08-09dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2020-11-18dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-10-07dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig
2020-10-07dma-direct: factor out a dma_direct_alloc_from_pool helperChristoph Hellwig
2020-10-07dma-direct check for highmem pages in dma_direct_alloc_pagesChristoph Hellwig
2020-10-06dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig
2020-09-11dma-direct: use phys_to_dma_direct in dma_direct_allocChristoph Hellwig
2020-09-11dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pagesChristoph Hellwig
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig