aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Gravatar Dan Carpenter 1-1/+1
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-71/+87
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-0/+3
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigGravatar Christoph Hellwig 1-0/+3
2020-08-14dma-debug: remove debug_dma_assert_idle() functionGravatar Linus Torvalds 2-50/+1
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Gravatar Hugh Dickins 1-18/+9
2020-08-14dma-pool: Only allocate from CMA when in same memory zoneGravatar Nicolas Saenz Julienne 1-1/+30
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsGravatar Christoph Hellwig 2-70/+57
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 6-104/+238
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-28dma-contiguous: cleanup dma_alloc_contiguousGravatar Christoph Hellwig 1-17/+14
2020-07-19dma-debug: use named initializers for dir2nameGravatar Christoph Hellwig 1-2/+6
2020-07-19dma-mapping: add a dma_ops_bypass flag to struct deviceGravatar Christoph Hellwig 2-22/+60
2020-07-19dma-mapping: make support for dma ops optionalGravatar Christoph Hellwig 2-1/+6
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-16dma-mapping: inline the fast path dma-direct callsGravatar Christoph Hellwig 1-65/+0
2020-07-16dma-mapping: move the remaining DMA API calls out of lineGravatar Christoph Hellwig 2-9/+164
2020-07-14dma-pool: do not allocate pool memory from CMAGravatar Nicolas Saenz Julienne 1-9/+2
2020-07-14dma-pool: make sure atomic pool suits deviceGravatar Nicolas Saenz Julienne 1-20/+37
2020-07-14dma-pool: introduce dma_guess_pool()Gravatar Nicolas Saenz Julienne 1-3/+23
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Gravatar Nicolas Saenz Julienne 1-10/+1
2020-07-14dma-direct: provide function to check physical memory area validityGravatar Nicolas Saenz Julienne 1-1/+1
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-0/+16
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-0/+16
2020-06-30dma-mapping: Add a new dma_need_sync APIGravatar Christoph Hellwig 2-0/+16
2020-06-29dma-mapping: warn when coherent pool is depletedGravatar David Rientjes 1-1/+5
2020-06-26docs: fix references for DMA*.txt filesGravatar Mauro Carvalho Chehab 1-1/+1
2020-06-23dma-remap: align the size in dma_common_*_remap()Gravatar Eric Auger 1-2/+3
2020-06-23dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORGravatar Christoph Hellwig 1-1/+1
2020-06-23dma-direct: add missing set_memory_decrypted() for coherent mappingGravatar David Rientjes 1-0/+6
2020-06-17dma-direct: check return value when encrypting or decrypting memoryGravatar David Rientjes 1-5/+14
2020-06-17dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsGravatar David Rientjes 1-1/+6
2020-06-17dma-direct: always align allocation size in dma_direct_alloc_pages()Gravatar David Rientjes 1-7/+10
2020-06-17dma-direct: mark __dma_direct_alloc_pages staticGravatar Christoph Hellwig 1-1/+1
2020-06-17dma-direct: re-enable mmap for !CONFIG_MMUGravatar Christoph Hellwig 2-14/+1
2020-06-15dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOLGravatar David Rientjes 1-5/+5
2020-06-09dma-pool: fix too large DMA pools on medium memory size systemsGravatar Geert Uytterhoeven 1-4/+3
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 7-136/+318
2020-06-02dma-mapping: use vmap insted of reimplementing itGravatar Christoph Hellwig 1-36/+12
2020-04-25dma-contiguous: fix comment for dma_release_from_contiguousGravatar Peter Collingbourne 1-2/+2
2020-04-25dma-pool: scale the default DMA coherent pool size with memory capacityGravatar David Rientjes 1-2/+12
2020-04-25dma-pool: add pool sizes to debugfsGravatar David Rientjes 1-0/+30
2020-04-25dma-direct: atomic allocations must come from atomic coherent poolsGravatar David Rientjes 2-10/+63
2020-04-25dma-pool: dynamically expanding atomic poolsGravatar David Rientjes 1-38/+84
2020-04-20dma-pool: add additional coherent pools to map to gfp maskGravatar David Rientjes 2-49/+83
2020-04-20dma-remap: separate DMA atomic pools from direct remap codeGravatar David Rientjes 4-121/+130
2020-04-20dma-debug: make __dma_entry_alloc_check_leak() staticGravatar Jason Yan 1-1/+1
2020-04-08dma-debug: fix displaying of dma allocation typeGravatar Grygorii Strashko 1-3/+6
2020-04-08dma-direct: fix data truncation in dma_direct_get_required_mask()Gravatar Kishon Vijay Abraham I 1-1/+2