summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * dma-debug: remove most exportsChristoph Hellwig2020-09-111-10/+0
| * dma-mapping: remove the dma_dummy_ops exportChristoph Hellwig2020-09-111-1/+0
| * mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-011-1/+1
| * dma-contiguous: provide the ability to reserve per-numa CMABarry Song2020-09-012-10/+101
* | Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-141-4/+2
|\ \
| * | swiotlb: Mark max_segment with static keywordAndy Shevchenko2020-09-101-1/+1
| * | swiotlb: Use %pa to print phys_addr_t variablesAndy Shevchenko2020-09-101-3/+1
* | | dma-contiguous: simplify cma_early_percent_memory()Mike Rapoport2020-10-131-10/+1
| |/ |/|
* | dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter2020-08-271-1/+1
* | Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-202-71/+87
|\ \ | |/ |/|
| * dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne2020-08-141-1/+30
| * dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2020-08-142-70/+57
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-0/+3
|\ \
| * | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-141-0/+3
* | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-142-50/+1
* | | dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins2020-08-141-18/+9
| |/ |/|
* | 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