Age | Commit message (Expand) | Author | Files | Lines |
2017-03-02 | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re... | Ingo Molnar | 1 | -0/+1 |
2017-02-22 | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+15 |
2017-02-22 | Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -21/+7 |
2017-02-21 | Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 12 | -116/+309 |
2017-02-21 | Merge branch 'topic/zx' into for-linus | Vinod Koul | 3 | -5/+7 |
2017-02-21 | Merge branch 'topic/stm32-dma' into for-linus | Vinod Koul | 2 | -34/+61 |
2017-02-21 | Merge branch 'topic/ste' into for-linus | Vinod Koul | 1 | -2/+5 |
2017-02-21 | Merge branch 'topic/intel' into for-linus | Vinod Koul | 4 | -67/+223 |
2017-02-14 | dmaengine: rcar-dmac: Widen DMA mask to 40 bits | Geert Uytterhoeven | 1 | -0/+1 |
2017-02-10 | Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m... | Joerg Roedel | 9 | -78/+133 |
2017-02-09 | usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPS | Alexandre Bailon | 1 | -21/+7 |
2017-02-05 | dmaengine: sun6i: allow build on ARM64 platforms (sun50i) | Icenowy Zheng | 1 | -1/+1 |
2017-01-30 | Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/... | Joerg Roedel | 1 | -2/+3 |
2017-01-25 | dmaengine: pl330: fix double lock | Iago Abal | 1 | -13/+6 |
2017-01-25 | dmaengine: zx: fix build warning | Jun Nie | 1 | -1/+1 |
2017-01-25 | dmaengine: dw: we do support Merrifield SoC in PCI mode | Andy Shevchenko | 1 | -0/+15 |
2017-01-25 | dmaengine: dw: add support of iDMA 32-bit hardware | Andy Shevchenko | 1 | -9/+92 |
2017-01-25 | dmaengine: dw: introduce register mappings for iDMA 32-bit | Andy Shevchenko | 1 | -3/+49 |
2017-01-25 | dmaengine: dw: introduce block2bytes() and bytes2block() | Andy Shevchenko | 2 | -23/+35 |
2017-01-25 | dmaengine: dw: extract dwc_chan_pause() for future use | Andy Shevchenko | 1 | -5/+9 |
2017-01-25 | dmaengine: dw: replace convert_burst() with one liner | Andy Shevchenko | 1 | -18/+11 |
2017-01-25 | dmaengine: dw: register IRQ and DMA pool with instance ID | Andy Shevchenko | 4 | -2/+8 |
2017-01-25 | dmaengine: dw: Fix data corruption in large device to memory transfers | Jarkko Nikula | 1 | -11/+9 |
2017-01-25 | dmaengine: cppi41: Clean up pointless warnings | Tony Lindgren | 1 | -8/+5 |
2017-01-25 | dmaengine: cppi41: Fix oops in cppi41_runtime_resume | Tony Lindgren | 1 | -15/+25 |
2017-01-25 | dmaengine: cppi41: Fix runtime PM timeouts with USB mass storage | Tony Lindgren | 1 | -0/+16 |
2017-01-19 | dmaengine: pl330: Make sure microcode is privileged | Mitchel Humpherys | 1 | -2/+3 |
2017-01-19 | serial: 8250_mid: handle interrupt correctly in DMA case | Andy Shevchenko | 1 | -2/+15 |
2017-01-14 | dmaengine: ste_dma40: indicate granularity on channels | Linus Walleij | 1 | -0/+1 |
2017-01-14 | dmaengine: ste_dma40: indicate directions on channels | Linus Walleij | 1 | -2/+4 |
2017-01-13 | dmaengine: rcar-dmac: unmap slave resource when channel is freed | Niklas Söderlund | 1 | -0/+8 |
2017-01-10 | dmaengine: omap-dma: Fix the port_window support | Peter Ujfalusi | 1 | -15/+16 |
2017-01-10 | dmaengine: stm32-dma: Add error messages if xlate fails | M'boumba Cedric Madianga | 1 | -9/+15 |
2017-01-10 | dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca... | Krister Johansen | 1 | -2/+2 |
2017-01-10 | dmaengine: dw: pci: remove LPE Audio DMA ID | Andy Shevchenko | 1 | -2/+1 |
2017-01-03 | dmaengine: stm32-dma: Add max_burst support | M'boumba Cedric Madianga | 1 | -0/+2 |
2017-01-03 | dmaengine: stm32-dma: Add synchronization support | M'boumba Cedric Madianga | 1 | -0/+8 |
2017-01-03 | dmaengine: stm32-dma: Fix residue computation issue in cyclic mode | M'boumba Cedric Madianga | 1 | -13/+26 |
2017-01-03 | dmaengine: stm32-dma: Rework starting transfer management | M'boumba Cedric Madianga | 1 | -11/+9 |
2017-01-03 | dmaengine: stm32-dma: Fix typo in Kconfig | M'boumba Cedric Madianga | 1 | -1/+1 |
2017-01-03 | dmaengine: pl330: Fix runtime PM support for terminated transfers | Marek Szyprowski | 1 | -0/+11 |
2017-01-03 | dmaengine: omap-dma: Fix dynamic lch_map allocation | Peter Ujfalusi | 1 | -9/+21 |
2017-01-02 | dmaengine: zx: fix residue calculation | Shawn Guo | 1 | -1/+2 |
2017-01-02 | dmaengine: zx: set DMA_CYCLIC cap_mask bit | Shawn Guo | 1 | -0/+1 |
2017-01-02 | dmaengine: zx: rename zx296702_dma.c to zx_dma.c | Shawn Guo | 3 | -3/+3 |
2017-01-02 | dmaengine: ipu: Make sure the interrupt routine checks all interrupts. | Magnus Lilja | 1 | -1/+1 |
2017-01-02 | dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path. | Christophe JAILLET | 1 | -0/+2 |
2017-01-02 | dmaengine: Convert ID allocation to an IDA | Matthew Wilcox | 1 | -10/+11 |
2017-01-02 | dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status | M'boumba Cedric Madianga | 1 | -7/+3 |
2017-01-02 | dmaengine: stm32-dma: Set correct args number for DMA request from DT | M'boumba Cedric Madianga | 1 | -5/+2 |