summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-1341-654/+515
|\
| * dma-mapping: mark dma_alloc_need_uncached as __always_inlineChristoph Hellwig2019-07-081-1/+1
| * MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platformsChristoph Hellwig2019-07-041-1/+1
| * usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-283-5/+7
| * lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocatorsFredrik Noring2019-06-282-5/+105
| * nios2: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-253-25/+16
| * nds32: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-252-314/+13
| * arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-252-52/+12
| * dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-254-18/+19
| * dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-252-37/+15
| * dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig2019-06-252-2/+16
| * openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-13/+9
| * arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-15/+6
| * arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-21/+3
| * ARM: dma-mapping: allow larger DMA mask than supportedChristoph Hellwig2019-06-251-19/+1
| * dma-mapping: truncate dma masks to what dma_addr_t can holdChristoph Hellwig2019-06-251-0/+12
| * iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen2019-06-141-10/+4
| * dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli2019-06-141-0/+3
| * MIPS: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-034-26/+10
| * dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig2019-06-033-2/+26
| * au1100fb: fix DMA API abuseChristoph Hellwig2019-06-032-20/+5
| * MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig2019-06-031-2/+0
| * USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-039-22/+17
| * usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor2019-06-031-8/+5
| * usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor2019-06-031-27/+20
| * USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-037-9/+102
| * lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring2019-06-032-1/+29
| * dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous()Nicolin Chen2019-06-031-1/+7
| * dma-contiguous: use fallback alloc_pages for single pagesNicolin Chen2019-06-031-1/+10
| * dma-contiguous: add dma_{alloc,free}_contiguous() helpersNicolin Chen2019-06-033-20/+64
* | coresight: Make the coresight_device_fwnode_match declaration's fwnode parame...Nathan Chancellor2019-07-121-1/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12201-2114/+1939
|\ \
| * | debugfs: make error message a bit more verboseGreg Kroah-Hartman2019-07-081-1/+6
| * | orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman2019-07-043-21/+6
| * | ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman2019-07-041-1/+1
| * | driver: core: Allow subsystems to continue deferring probeThierry Reding2019-07-033-12/+51
| * | drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-032-1/+3
| * | arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-07-031-4/+1
| * | lib: notifier-error-inject: no need to check return value of debugfs_create f...Greg Kroah-Hartman2019-07-031-12/+1
| * | swiotlb: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-21/+4
| * | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-036-61/+11
| * | sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-55/+11
| * | ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-135/+45
| * | orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-31/+4
| * | nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-16/+5
| * | lib: 842: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-4/+1
| * | debugfs: provide pr_fmt() macroGreg Kroah-Hartman2019-07-031-1/+3
| * | debugfs: log errors when something goes wrongGreg Kroah-Hartman2019-07-031-5/+20
| * | drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2019-06-262-4/+2
| * | drivers: Add generic helper to match by of_nodeSuzuki K Poulose2019-06-243-6/+9