Age | Commit message (Expand) | Author | Files | Lines |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 5 | -8/+9 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2 | -2/+3 |
2018-06-08 | Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 27 | -397/+559 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -18/+14 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 3 | -7/+6 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 5 | -11/+8 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
2018-06-04 | Merge branch 'topic/txx' into for-linus | Vinod Koul | 1 | -5/+3 |
2018-06-04 | Merge branch 'topic/ti' into for-linus | Vinod Koul | 8 | -37/+49 |
2018-06-04 | Merge branch 'topic/stm' into for-linus | Vinod Koul | 1 | -41/+59 |
2018-06-04 | Merge branch 'topic/ste' into for-linus | Vinod Koul | 1 | -8/+4 |
2018-06-04 | Merge branch 'topic/sprd' into for-linus | Vinod Koul | 1 | -146/+203 |
2018-06-04 | Merge branch 'topic/renesas' into for-linus | Vinod Koul | 1 | -29/+21 |
2018-06-04 | Merge branch 'topic/qcom' into for-linus | Vinod Koul | 2 | -6/+3 |
2018-06-04 | Merge branch 'topic/pl330' into for-linus | Vinod Koul | 1 | -50/+159 |
2018-06-04 | Merge branch 'topic/imx' into for-linus | Vinod Koul | 3 | -43/+26 |
2018-06-04 | Merge branch 'topic/idma' into for-linus | Vinod Koul | 1 | -4/+2 |
2018-06-04 | Merge branch 'topic/fsl' into for-linus | Vinod Koul | 1 | -4/+2 |
2018-06-04 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 1 | -4/+2 |
2018-06-04 | Merge branch 'topic/dmatest' into for-linus | Vinod Koul | 1 | -3/+13 |
2018-06-04 | Merge branch 'topic/bam' into for-linus | Vinod Koul | 1 | -4/+6 |
2018-06-04 | Merge branch 'topic/axi' into for-linus | Vinod Koul | 1 | -1/+1 |
2018-05-29 | dmaengine: sprd: Add Spreadtrum DMA configuration | Eric Long | 1 | -0/+182 |
2018-05-29 | dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy() | Eric Long | 1 | -128/+39 |
2018-05-23 | dmaengine: imx-dma: Switch to SPDX identifier | Fabio Estevam | 1 | -16/+10 |
2018-05-23 | dmaengine: mxs-dma: Switch to SPDX identifier | Fabio Estevam | 1 | -9/+5 |
2018-05-23 | dmaengine: imx-sdma: Switch to SPDX identifier | Fabio Estevam | 1 | -18/+11 |
2018-05-17 | dmaengine: qcom: bam_dma: fix some doc warnings. | Srinivas Kandagatla | 1 | -2/+3 |
2018-05-17 | dmaengine: qcom: bam_dma: fix invalid assignment warning | Srinivas Kandagatla | 1 | -2/+3 |
2018-05-17 | dmaengine: qcom: bam_dma: check if the runtime pm enabled | Srinivas Kandagatla | 1 | -5/+13 |
2018-05-17 | dmaengine: sprd: fix an NULL vs IS_ERR() bug | Dan Carpenter | 1 | -2/+2 |
2018-05-09 | dmaengine: sprd: Use devm_ioremap_resource() to map memory | Baolin Wang | 1 | -4/+1 |
2018-05-07 | dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe() | Wei Yongjun | 1 | -0/+2 |
2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -1/+1 |
2018-05-03 | dmaengine: pl330: flush before wait, and add dev burst support. | Frank Mori Hess | 1 | -50/+159 |
2018-05-02 | dmaengine: axi-dmac: Request IRQ with IRQF_SHARED | Moritz Fischer | 1 | -1/+1 |
2018-05-02 | dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available" | Colin Ian King | 1 | -1/+1 |
2018-04-27 | dmaengine: sprd: Move DMA request mode and interrupt type into head file | Eric Long | 1 | -51/+1 |
2018-04-27 | dmaengine: sprd: Define the DMA data width type | Baolin Wang | 1 | -3/+11 |
2018-04-27 | dmaengine: sprd: Define the DMA transfer step type | Eric Long | 1 | -6/+13 |
2018-04-25 | dmaengine: ti: New directory for Texas Instruments DMA drivers | Peter Ujfalusi | 8 | -37/+49 |
2018-04-25 | dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS | Geert Uytterhoeven | 1 | -29/+21 |
2018-04-25 | dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator | Pierre-Yves MORDRET | 1 | -34/+55 |
2018-04-25 | dmaengine: stm32-mdma: align TLEN and buffer length on burst | Pierre-Yves MORDRET | 1 | -6/+3 |
2018-04-22 | dmaengine: txx9dmac: simplify getting .drvdata | Wolfram Sang | 1 | -5/+3 |
2018-04-22 | dmaengine: ste_dma40: simplify getting .drvdata | Wolfram Sang | 1 | -8/+4 |
2018-04-22 | dmaengine: idma64: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-04-22 | dmaengine: fsldma: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-04-22 | dmaengine: at_xdmac: simplify getting .drvdata | Wolfram Sang | 1 | -6/+3 |
2018-04-22 | dmaengine: at_hdmac: simplify getting .drvdata | Wolfram Sang | 1 | -6/+3 |