summaryrefslogtreecommitdiff
path: root/kernel/dma/direct.c
AgeCommit message (Expand)Author
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
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig
2020-07-16dma-mapping: inline the fast path dma-direct callsChristoph Hellwig
2020-07-16dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig
2020-07-14dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig
2020-06-23dma-direct: add missing set_memory_decrypted() for coherent mappingDavid Rientjes
2020-06-17dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes