aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Gravatar Mike Rapoport 1-1/+1
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+8
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+0
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Gravatar Joerg Roedel 1-5/+8
2021-10-27dma-mapping: use 'bitmap_zalloc()' when applicableGravatar Christophe JAILLET 1-3/+2
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-36/+48
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCGravatar Hamza Mahfooz 3-24/+36
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gravatar Gerald Schaefer 1-6/+6
2021-10-11dma-mapping: fix the kerneldoc for dma_map_sgtable()Gravatar Logan Gunthorpe 1-6/+6
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Gravatar Tom Lendacky 1-2/+2
2021-10-01dma-mapping: remove bogus test for pfn_valid from dma_map_resourceGravatar Mike Rapoport 1-4/+0
2021-09-29swiotlb: Support aligned swiotlb buffersGravatar David Stevens 1-5/+8
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+4
2021-09-13dma-debug: prevent an error message from causing runtime problemsGravatar Hamza Mahfooz 1-1/+2
2021-09-06dma-mapping: fix the kerneldoc for dma_map_sg_attrsGravatar Christoph Hellwig 1-1/+2
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-111/+319
2021-08-31swiotlb: use depends on for DMA_RESTRICTED_POOLGravatar Claire Chang 1-2/+1
2021-08-19dma-mapping: make the global coherent pool conditionalGravatar Christoph Hellwig 1-22/+27
2021-08-18dma-mapping: add a dma_init_global_coherent helperGravatar Christoph Hellwig 1-18/+14
2021-08-18dma-mapping: simplify dma_init_coherent_memoryGravatar Christoph Hellwig 1-45/+33
2021-08-18dma-mapping: allow using the global coherent pool for !ARMGravatar Christoph Hellwig 1-0/+2
2021-08-18dma-direct: add support for dma_coherent_default_memoryGravatar Christoph Hellwig 2-0/+19
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Gravatar Christoph Hellwig 1-1/+1
2021-08-09dma-mapping: disallow .map_sg operations from returning zero on errorGravatar Logan Gunthorpe 1-3/+1
2021-08-09dma-mapping: return error code from dma_dummy_map_sg()Gravatar Martin Oliveira 1-1/+1
2021-08-09dma-direct: return appropriate error code from dma_direct_map_sg()Gravatar Logan Gunthorpe 1-1/+1
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesGravatar Logan Gunthorpe 1-8/+74
2021-08-09dma-debug: fix debugfs initialization orderGravatar Anthony Iliopoulos 1-3/+4
2021-08-09dma-debug: use memory_intersects() directlyGravatar Kefeng Wang 1-12/+2
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Gravatar Will Deacon 1-6/+15
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Gravatar Will Deacon 1-0/+1
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationGravatar Will Deacon 1-30/+36
2021-07-16dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Gravatar Roman Skakun 1-2/+10
2021-07-13swiotlb: add overflow checks to swiotlb_bounceGravatar Dominique Martinet 1-3/+17
2021-07-13swiotlb: fix implicit debugfs declarationsGravatar Claire Chang 1-5/+16
2021-07-13swiotlb: Add restricted DMA pool initializationGravatar Claire Chang 2-0/+90
2021-07-13swiotlb: Add restricted DMA alloc/free supportGravatar Claire Chang 2-14/+73
2021-07-13swiotlb: Refactor swiotlb_tbl_unmap_singleGravatar Claire Chang 1-15/+20
2021-07-13swiotlb: Move alloc_size to swiotlb_find_slotsGravatar Claire Chang 1-8/+9
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingGravatar Claire Chang 3-2/+6
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentGravatar Claire Chang 2-3/+3
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentGravatar Claire Chang 2-6/+6
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedGravatar Claire Chang 1-4/+4
2021-07-13swiotlb: Refactor swiotlb_create_debugfsGravatar Claire Chang 1-7/+14
2021-07-13swiotlb: Refactor swiotlb init functionsGravatar Claire Chang 1-25/+25
2021-07-02Merge tag 'dma-mapping-5.14' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-5/+3