summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 5.14-rc5v5.14-rc5Linus Torvalds2021-08-081-1/+1
* Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-081-2/+4
|\
| * timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-07-271-2/+4
* | Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-081-55/+35
|\ \
| * | sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra2021-08-041-55/+35
* | | Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-084-17/+71
|\ \ \
| * | | perf/x86/intel: Apply mid ACK for small coreKan Liang2021-08-062-8/+30
| * | | perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestLike Xu2021-08-041-1/+2
| * | | perf/x86: Fix out of bound MSR accessPeter Zijlstra2021-08-041-5/+7
| * | | perf: Refactor permissions check into perf_check_permission()Marco Elver2021-07-161-26/+32
| * | | perf: Fix required permissions if sigtrap is requestedMarco Elver2021-07-161-1/+24
* | | | Merge tag 'char-misc-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-084-21/+28
|\ \ \ \
| * \ \ \ Merge tag 'icc-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-08-032-13/+18
| |\ \ \ \
| | * | | | interconnect: Fix undersized devress_alloc allocationColin Ian King2021-08-021-1/+1
| | * | | | interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregateMike Tipton2021-07-301-5/+5
| | * | | | interconnect: qcom: icc-rpmh: Ensure floor BW is enforced for all nodesMike Tipton2021-07-301-7/+5
| | * | | | interconnect: Always call pre_aggregate before aggregateMike Tipton2021-07-221-0/+5
| | * | | | interconnect: Zero initial BW after sync-stateMike Tipton2021-07-221-0/+2
| * | | | | Merge tag 'fpga-fixes-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2021-08-021-0/+2
| |\ \ \ \ \
| | * | | | | fpga: dfl: fme: Fix cpu hotplug issue in performance reportingKajol Jain2021-07-271-0/+2
| | | |_|_|/ | | |/| | |