aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)Author
2024-04-13dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe
2024-04-03swiotlb: 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
2023-10-06dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky
2023-08-23dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2023-07-23swiotlb: mark swiotlb_memblock_alloc() as __initRandy Dunlap
2023-07-23swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik
2023-07-23swiotlb: reduce the swiotlb buffer size on allocation failureAlexey Kardashevskiy
2023-07-23swiotlb: always set the number of areas before allocating the poolPetr Tesarik
2023-05-11swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley
2023-05-11swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko
2022-09-20swiotlb: don't panic!Robin Murphy
2022-09-20swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()Fabio M. De Francesco
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig
2022-09-07swiotlb: fix a typoChao Gao
2022-09-07swiotlb: avoid potential left shift overflowChao Gao
2022-09-07dma-debug: improve search for partial syncsRobin Murphy
2022-09-07Revert "swiotlb: panic if nslabs is too small"Yu Zhao
2022-08-08Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-07-28swiotlb: fix passing local variable to debugfs_create_ulong()Tianyu Lan
2022-07-28dma-mapping: reformat comment to suppress htmldoc warningLogan Gunthorpe
2022-07-26dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportLogan Gunthorpe
2022-07-26dma-direct: support PCI P2PDMA pages in dma-direct map_sgLogan Gunthorpe
2022-07-26dma-mapping: allow EREMOTEIO return code for P2PDMA transfersLogan Gunthorpe
2022-07-22swiotlb: clean up some coding style and minor issuesTianyu Lan
2022-07-19dma-mapping: add dma_opt_mapping_size()John Garry
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig
2022-07-18swiotlb: ensure a segment doesn't cross the area boundaryChao Gao
2022-07-18swiotlb: consolidate rounding up default_nslabsChao Gao
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao
2022-07-18swiotlb: fix use after free on error handling pathDan Carpenter
2022-07-13swiotlb: split up the global swiotlb lockTianyu Lan
2022-07-12swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy
2022-06-24dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai
2022-06-23dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui
2022-06-22swiotlb: panic if nslabs is too smallDongli Zhang
2022-06-22swiotlb: remove a useless return in swiotlb_initDongli Zhang
2022-06-02swiotlb: fix setting ->force_bounceChristoph Hellwig
2022-06-02dma-debug: make things less spammy under memory pressureRob Clark
2022-05-23dma-direct: don't over-decrypt memoryRobin Murphy
2022-05-17swiotlb: max mapping size takes min align mask into accountTianyu Lan
2022-05-13swiotlb: use the right nslabs-derived sizes in swiotlb_init_lateChristoph Hellwig
2022-05-13swiotlb: use the right nslabs value in swiotlb_init_remapChristoph Hellwig
2022-05-13swiotlb: don't panic when the swiotlb buffer can't be allocatedChristoph Hellwig
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka
2022-05-11dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig