summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\
| * docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
* | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-046-104/+238
|\ \
| * | dma-contiguous: cleanup dma_alloc_contiguousChristoph Hellwig2020-07-281-17/+14
| * | dma-debug: use named initializers for dir2nameChristoph Hellwig2020-07-191-2/+6
| * | dma-mapping: add a dma_ops_bypass flag to struct deviceChristoph Hellwig2020-07-192-22/+60
| * | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-192-1/+6
| * | dma-mapping: inline the fast path dma-direct callsChristoph Hellwig2020-07-161-65/+0
| * | dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig2020-07-162-9/+164
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne2020-07-141-9/+2
* | | dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne2020-07-141-20/+37
* | | dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne2020-07-141-3/+23
* | | dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne2020-07-141-10/+1
* | | dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne2020-07-141-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-102-0/+16
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-302-0/+16
| |\ \ \
| | * | | dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+16
| | | |/ | | |/|
* | | | dma-mapping: warn when coherent pool is depletedDavid Rientjes2020-06-291-1/+5
| |_|/ |/| |
* | | dma-remap: align the size in dma_common_*_remap()Eric Auger2020-06-231-2/+3
* | | dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORChristoph Hellwig2020-06-231-1/+1
* | | dma-direct: add missing set_memory_decrypted() for coherent mappingDavid Rientjes2020-06-231-0/+6
* | | dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes2020-06-171-5/+14
* | | dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsDavid Rientjes2020-06-171-1/+6
* | | dma-direct: always align allocation size in dma_direct_alloc_pages()David Rientjes2020-06-171-7/+10
* | | dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig2020-06-171-1/+1
* | | dma-direct: re-enable mmap for !CONFIG_MMUChristoph Hellwig2020-06-172-14/+1
|/ /
* | dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOLDavid Rientjes2020-06-151-5/+5
* | dma-pool: fix too large DMA pools on medium memory size systemsGeert Uytterhoeven2020-06-091-4/+3
|/
* Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-067-136/+318
|\
| * dma-contiguous: fix comment for dma_release_from_contiguousPeter Collingbourne2020-04-251-2/+2
| * dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes2020-04-251-2/+12
| * dma-pool: add pool sizes to debugfsDavid Rientjes2020-04-251-0/+30
| * dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes2020-04-252-10/+63
| * dma-pool: dynamically expanding atomic poolsDavid Rientjes2020-04-251-38/+84
| * dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2020-04-202-49/+83
| * dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes2020-04-204-121/+130
| * dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan2020-04-201-1/+1
* | dma-mapping: use vmap insted of reimplementing itChristoph Hellwig2020-06-021-36/+12
|/
* dma-debug: fix displaying of dma allocation typeGrygorii Strashko2020-04-081-3/+6
* dma-direct: fix data truncation in dma_direct_get_required_mask()Kishon Vijay Abraham I2020-04-081-1/+2
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-042-17/+21
|\
| * dma-direct: provide a arch_dma_clear_uncached hookChristoph Hellwig2020-03-161-0/+2
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-4/+6
| * dma-direct: consolidate the error handling in dma_direct_alloc_pagesChristoph Hellwig2020-03-161-7/+6
| * dma-coherent: fix integer overflow in the reserved-memory dma allocationKevin Grandemange2020-03-161-6/+7
* | dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom2020-03-171-0/+2
* | dma-direct: improve DMA mask overflow reportingChristoph Hellwig2020-02-051-14/+7
* | dma-direct: improve swiotlb error reportingChristoph Hellwig2020-02-052-28/+30