summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-0230-443/+310
|\
| * hexagon: use the generic global coherent poolChristoph Hellwig2021-08-192-46/+12
| * dma-mapping: make the global coherent pool conditionalChristoph Hellwig2021-08-192-30/+37
| * dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig2021-08-182-19/+15
| * dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig2021-08-181-45/+33
| * dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig2021-08-181-0/+2
| * ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig2021-08-182-169/+9
| * dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig2021-08-182-0/+19
| * dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig2021-08-142-5/+6
| * dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe2021-08-091-3/+1
| * dma-mapping: return error code from dma_dummy_map_sg()Martin Oliveira2021-08-091-1/+1
| * x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-2/+0
| * x86/amd_gart: return error code from gart_map_sg()Martin Oliveira2021-08-091-7/+9
| * xen: swiotlb: return error code from xen_swiotlb_map_sg()Martin Oliveira2021-08-091-1/+1
| * parisc: return error code from .map_sg() opsMartin Oliveira2021-08-092-2/+2
| * sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-092-4/+0
| * sparc/iommu: return error codes from .map_sg() opsMartin Oliveira2021-08-093-5/+5
| * s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * s390/pci: return error code from s390_dma_map_sg()Martin Oliveira2021-08-091-5/+7
| * powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-2/+0
| * powerpc/iommu: return error code from .map_sg() opsMartin Oliveira2021-08-093-5/+6
| * MIPS/jazzdma: return error code from jazz_dma_map_sg()Martin Oliveira2021-08-091-1/+1
| * ia64/sba_iommu: return error code from sba_map_sg_attrs()Martin Oliveira2021-08-091-2/+2
| * ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira2021-08-091-9/+16
| * alpha: return error code from alpha_pci_map_sg()Martin Oliveira2021-08-091-3/+7
| * iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe2021-08-091-7/+15
| * iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe2021-08-092-19/+18
| * dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe2021-08-091-1/+1
| * dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe2021-08-093-38/+84
| * dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-08-091-3/+4
| * dma-debug: use memory_intersects() directlyKefeng Wang2021-08-091-12/+2
* | Merge tag 'configfs-5.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-09-021-56/+31
|\ \
| * | configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
| * | configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
| * | configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
| * | configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* | | Merge tag 'dlm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2021-09-029-415/+458
|\ \ \
| * | | fs: dlm: avoid comms shutdown delay in release_lockspaceAlexander Aring2021-09-011-0/+1
| * | | fs: dlm: fix return -EINTR on recovery stoppedAlexander Aring2021-08-193-3/+9
| * | | fs: dlm: implement delayed ack handlingAlexander Aring2021-08-193-8/+50
| * | | fs: dlm: move receive loop into receive handlerAlexander Aring2021-07-191-37/+31
| * | | fs: dlm: fix multiple empty writequeue allocAlexander Aring2021-07-191-0/+21
| * | | fs: dlm: generic connect funcAlexander Aring2021-07-191-193/+150
| * | | fs: dlm: auto load sctp moduleAlexander Aring2021-07-191-5/+15
| * | | fs: dlm: introduce generic listenAlexander Aring2021-07-191-115/+113
| * | | fs: dlm: move to static proto opsAlexander Aring2021-07-191-22/+30
| * | | fs: dlm: introduce con_next_wq helperAlexander Aring2021-07-191-22/+35
| * | | fs: dlm: cleanup and remove _send_rcomAlexander Aring2021-07-191-18/+11
| * | | fs: dlm: clear CF_APP_LIMITED on closeAlexander Aring2021-07-191-0/+1