summaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)Author
2025-05-02dma/contiguous: avoid warning about unused size_bytesArnd Bergmann
2025-03-13memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2024-12-14dma-debug: fix a possible deadlock on radix_lockLevi Yun
2024-09-12dma-mapping: benchmark: Don't starve others when doing the testYicong Yang
2024-09-12dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel
2024-08-19dma: fix call order in dmam_free_coherentLance Richardson
2024-07-18dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin
2024-07-05cma: factor out minimum alignment requirementDavid Hildenbrand
2024-06-16dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin
2024-06-16dma-mapping: benchmark: fix node id validationFedor Pchelkin
2024-04-10dma-mapping: add dma_opt_mapping_size()John Garry
2024-04-10swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang
2024-01-25dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai
2023-10-06dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky
2023-08-26dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2022-10-05swiotlb: max mapping size takes min align mask into accountTianyu Lan
2022-09-15swiotlb: avoid potential left shift overflowChao Gao
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy
2022-06-29dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark
2022-06-09dma-direct: don't over-decrypt memoryRobin Murphy
2022-06-09dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig
2022-06-09dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig
2022-06-09dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig
2022-06-09dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig
2022-06-09dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig
2022-06-09dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka
2022-04-27dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport
2022-04-20dma-direct: avoid redundant memory sync for swiotlbChao Gao
2022-04-08swiotlb: Support aligned swiotlb buffersDavid Stevens
2022-04-08Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-04-08dma-debug: fix return value of __setup handlersRandy Dunlap
2022-04-08Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-16swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-03-16swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-01-27dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He
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-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