summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi2015-10-146-326/+234Star
| * | dmaengine: edma: Simplify and optimize the edma_execute pathPeter Ujfalusi2015-10-141-47/+29Star
| * | ARM: common: edma: Remove unused functionsPeter Ujfalusi2015-10-142-409/+0Star
| * | ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi2015-10-141-2/+4
| |/
* | Merge branch 'topic/dw' into for-linusVinod Koul2015-10-313-32/+50
|\ \
| * | dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko2015-10-312-1/+7
| * | dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko2015-10-311-1/+16
| * | dmaengine: dw: don't override platform data with autocfgAndy Shevchenko2015-10-311-30/+27Star
* | | dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard2015-10-291-0/+79
* | | dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard2015-10-292-41/+58
* | | Merge branch 'topic/dw' into for-linusVinod Koul2015-10-293-27/+14Star
|\| |
| * | avr32: use dw_dmac autoconfigurationAndy Shevchenko2015-09-301-8/+1Star
| * | dmaengine: dw: use dw_dmac autoconfiguration in PCI driverAndy Shevchenko2015-09-301-13/+7Star
| * | dmaengine: dw: convert to __ffs()Andy Shevchenko2015-09-301-6/+6
| |/
* | dmaengine: virt-dma: Fix kernel-doc annotationsLars-Peter Clausen2015-10-271-9/+9
* | dmaengine: ste_dma40: fix a trivial typoGeliang Tang2015-10-251-1/+1
* | dmaengine: xgene-dma: Remove memcpy offload support due to performance dropRameshwar Prasad Sahu2015-10-141-58/+1Star
* | dmaengine: imx-sdma: Remove unneeded dev_info()Fabio Estevam2015-10-071-3/+0Star
* | dmaengine: imx-sdma: Move message level to debugFabio Estevam2015-10-071-1/+1
* | dmaengine: omap-dma: Enable packed accesses for cyclic transfersMisael Lopez Cruz2015-10-051-1/+5
* | dmaengine: xilinx: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* | dmaengine: sun6i: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* | dmaengine: sirf: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* | dmaengine: mpc512x: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* | dmaengine: moxart-dma: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* | dmaengine: fsldma: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* | dmaengine: at_xdmac: fix memory leak in interleaved modeLudovic Desroches2015-10-011-0/+4
* | dmaengine: at_xdmac: handle numf > 1Maxime Ripard2015-10-011-54/+50Star
* | dmaengine: zxdma: fix memset callVinod Koul2015-10-011-1/+1
* | dmaengine: acpi: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula2015-09-301-6/+5Star
* | dmaengine: edma: remove redundant conditionsVinod Koul2015-09-301-1/+1
* | dmaengine: drop null test before destroy functionsJulia Lawall2015-09-211-4/+2Star
* | dmaengine: xgene-dma: use dma_pool_zallocVinod Koul2015-09-211-3/+1Star
|/
* Linux 4.3-rc1Linus Torvalds2015-09-131-2/+2
* Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-09-1250-421/+220Star
|\
| * CRISv10: delete unused lib/dmacopy.cRabin Vincent2015-09-051-42/+0Star
| * CRISv10: delete unused lib/old_checksum.cRabin Vincent2015-09-051-86/+0Star
| * CRIS: fix switch_mm() lockdep splatRabin Vincent2015-09-051-1/+8
| * CRISv32: enable LOCKDEP_SUPPORTRabin Vincent2015-09-051-0/+4
| * CRIS: add STACKTRACE_SUPPORTRabin Vincent2015-09-054-0/+88
| * CRISv32: annotate irq enable in idle loopRabin Vincent2015-09-051-2/+2
| * CRISv32: add support for irqflags tracingRabin Vincent2015-09-053-1/+20
| * CRIS: UAPI: use generic types.hRabin Vincent2015-09-053-13/+1Star
| * CRIS: UAPI: use generic shmbuf.hRabin Vincent2015-09-052-42/+1Star
| * CRIS: UAPI: use generic msgbuf.hRabin Vincent2015-09-052-33/+1Star
| * CRIS: UAPI: use generic socket.hRabin Vincent2015-09-052-92/+1Star
| * CRIS: UAPI: use generic sembuf.hRabin Vincent2015-09-052-25/+1Star
| * CRIS: UAPI: use generic sockios.hRabin Vincent2015-09-052-13/+1Star
| * CRIS: UAPI: use generic auxvec.hRabin Vincent2015-09-052-4/+1Star
| * CRIS: UAPI: use generic headers via KbuildRabin Vincent2015-09-0512-31/+10Star