aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)Author
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-02-12ARM: ixp4xx: Drop custom DMA coherency and bouncingLinus Walleij
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He
2022-01-04swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()Wei Liu
2021-12-20swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan
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-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel
2021-10-27dma-mapping: use 'bitmap_zalloc()' when applicableChristophe JAILLET
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer
2021-10-11dma-mapping: fix the kerneldoc for dma_map_sgtable()Logan Gunthorpe
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-10-01dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz
2021-09-06dma-mapping: fix the kerneldoc for dma_map_sg_attrsChristoph Hellwig
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-31swiotlb: use depends on for DMA_RESTRICTED_POOLClaire Chang
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig
2021-08-09dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe