summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dma-direct: relax addressability checks in dma_direct_supportedChristoph Hellwig2020-02-051-13/+11
* | dma-contiguous: CMA: give precedence to cmdlineNicolas Saenz Julienne2020-01-301-1/+8
|/
* lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-041-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-288-172/+183
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-14/+13
| * Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-211-7/+6
| |\
| * | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-202-3/+3
| * | dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig2019-11-201-1/+1
| * | dma-debug: clean up put_hash_bucket()Dan Carpenter2019-11-201-11/+9
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-7/+7
| * | dma-debug: increase HASH_SIZEEric Dumazet2019-11-111-2/+2
| * | dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet2019-11-111-7/+7
| * | dma-mapping: merge the generic remapping helpers into dma-directChristoph Hellwig2019-11-112-61/+48
| * | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-114-47/+75
| * | dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig2019-11-072-3/+3
| * | dma-direct: remove __dma_direct_free_pagesChristoph Hellwig2019-11-072-10/+5