summaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
2025-05-02dma/contiguous: avoid warning about unused size_bytesArnd Bergmann1-2/+1
2025-03-13memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2024-12-14dma-debug: fix a possible deadlock on radix_lockLevi Yun1-2/+6
2024-09-12dma-mapping: benchmark: Don't starve others when doing the testYicong Yang1-0/+16
2024-09-12dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel1-1/+4
2024-08-19dma: fix call order in dmam_free_coherentLance Richardson1-1/+1
2024-07-18dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin1-0/+3
2024-07-05cma: factor out minimum alignment requirementDavid Hildenbrand1-3/+1
2024-06-16dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin1-2/+1
2024-06-16dma-mapping: benchmark: fix node id validationFedor Pchelkin1-1/+2
2024-04-10dma-mapping: add dma_opt_mapping_size()John Garry1-0/+12
2024-04-10swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon1-2/+9
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang1-1/+3
2024-01-25dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai1-2/+8
2023-10-06dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky1-5/+15
2023-08-26dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu1-2/+2
2022-10-05swiotlb: max mapping size takes min align mask into accountTianyu Lan1-1/+12
2022-09-15swiotlb: avoid potential left shift overflowChao Gao1-1/+4
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy1-1/+1
2022-06-29dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui1-3/+2
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark1-1/+1
2022-06-09dma-direct: don't over-decrypt memoryRobin Murphy1-2/+2
2022-06-09dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig1-4/+10
2022-06-09dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig1-7/+6
2022-06-09dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig1-31/+25
2022-06-09dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig1-17/+10
2022-06-09dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig1-11/+20
2022-06-09dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka1-1/+1
2022-04-27dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport1-4/+0
2022-04-20dma-direct: avoid redundant memory sync for swiotlbChao Gao1-1/+2
2022-04-08swiotlb: Support aligned swiotlb buffersDavid Stevens1-5/+8
2022-04-08Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-4/+8
2022-04-08dma-debug: fix return value of __setup handlersRandy Dunlap1-2/+2
2022-04-08Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-15/+8
2022-03-16swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic1-8/+15
2022-03-16swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic1-1/+2
2022-01-27dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He1-2/+2
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-36/+48
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz3-24/+36
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer1-6/+6
2021-10-11dma-mapping: fix the kerneldoc for dma_map_sgtable()Logan Gunthorpe1-6/+6
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+4
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz1-1/+2
2021-09-06dma-mapping: fix the kerneldoc for dma_map_sg_attrsChristoph Hellwig1-1/+2
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-111/+319
2021-08-31swiotlb: use depends on for DMA_RESTRICTED_POOLClaire Chang1-2/+1
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig1-22/+27
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig1-18/+14
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig1-45/+33
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig1-0/+2