| Commit message (Expand) | Author | Age | Files | Lines |
* | mwave: fix info leak in mwave_ioctl() | Dan Carpenter | 2013-07-09 | 1 | -0/+1 |
* | drivers/rtc/rtc-stmp3xxx.c: check the return value from stmp_reset_block() | Fabio Estevam | 2013-07-09 | 1 | -1/+6 |
* | drivers/iommu/msm_iommu_dev.c: fix leak and clean up error paths | Libo Chen | 2013-07-09 | 1 | -14/+10 |
* | drivers/dma/iop-adma.c: fix new warnings | Olof Johansson | 2013-07-09 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-07-07 | 28 | -433/+1633 |
|\ |
|
| * | DMA: shdma: add DT support | Guennadi Liakhovetski | 2013-07-05 | 4 | -13/+128 |
| * | DMA: shdma: (cosmetic) don't re-calculate a pointer | Guennadi Liakhovetski | 2013-07-05 | 1 | -1/+1 |
| * | dmaengine: at_hdmac: prepare clk before calling enable | Boris BREZILLON | 2013-07-05 | 1 | -6/+9 |
| * | dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions | Nicolas Ferre | 2013-07-05 | 1 | -2/+4 |
| * | dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors() | Nicolas Ferre | 2013-07-05 | 1 | -31/+0 |
| * | dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding | Ludovic Desroches | 2013-07-05 | 1 | -4/+21 |
| * | MIPS: jz4740: Remove custom DMA API | Lars-Peter Clausen | 2013-07-05 | 1 | -37/+221 |
| * | dma: Add a jz4740 dmaengine driver | Lars-Peter Clausen | 2013-07-05 | 3 | -0/+440 |
| * | dma: mmp_tdma: disable irq when disabling dma channel | Qiao Zhou | 2013-07-05 | 1 | -0/+4 |
| * | dmaengine: PL08x: Avoid collisions with get_signal() macro | Mark Brown | 2013-07-05 | 1 | -4/+4 |
| * | dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically | Vinod Koul | 2013-07-05 | 2 | -9/+8 |
| * | dma: dw: add PCI part of the driver | Andy Shevchenko | 2013-07-05 | 3 | -0/+113 |
| * | dma: dw: split driver to library part and platform code | Andy Shevchenko | 2013-07-05 | 7 | -279/+436 |
| * | dma: move dw_dmac driver to an own directory | Andy Shevchenko | 2013-07-05 | 6 | -21/+27 |
| * | dw_dmac: don't check resource with devm_ioremap_resource | Andy Shevchenko | 2013-07-05 | 1 | -4/+1 |
| * | dma: pl330: use dma_addr_t for describing bus addresses | Will Deacon | 2013-07-05 | 1 | -1/+1 |
| * | dma: pl330: rip out broken, redundant ID probing | Will Deacon | 2013-07-05 | 1 | -24/+3 |
| * | dma: imx-sdma: move to generic device tree bindings | Shawn Guo | 2013-07-05 | 1 | -0/+40 |
| * | dmaengine: sirf: set dma residue based on the current dma transfer position | Rongjun Ying | 2013-07-05 | 1 | -0/+17 |
| * | dma: tegra: avoid channel lock up after free | Dmitry Osipenko | 2013-07-05 | 1 | -0/+1 |
| * | dma: tegra20-apbdma: err message correction | Dmitry Osipenko | 2013-07-05 | 1 | -1/+1 |
| * | dw_dmac: remove inline marking of EXPORT_SYMBOL functions | Denis Efremov | 2013-07-05 | 1 | -2/+2 |
| * | dma: timb_dma: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-05 | 1 | -2/+0 |
| * | dma: at_hdmac: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-05 | 1 | -2/+0 |
| * | dma: mxs-dma: Staticize mxs_dma_xlate | Fabio Estevam | 2013-07-05 | 1 | -1/+1 |
| * | dma: use platform_{get,set}_drvdata() | Jingoo Han | 2013-07-05 | 2 | -6/+4 |
| * | DMA: AT91: Get residual bytes in dma buffer | Elen Song | 2013-07-05 | 2 | -18/+115 |
| * | DMA: AT91: Get transfer width | Elen Song | 2013-07-05 | 2 | -0/+5 |
| * | dmaengine: at_hdmac/trivial: rearrange CFG register bits assignment | Nicolas Ferre | 2013-07-05 | 1 | -5/+4 |
| * | dmaengine: at_hdmac: extend hardware handshaking interface identification | Nicolas Ferre | 2013-07-05 | 1 | -0/+2 |
| * | dmaengine: at_hdmac/trivial: correct typo in comment | Nicolas Ferre | 2013-07-05 | 1 | -1/+1 |
| * | DMA: imx-dma: imxdma->dev used uninitialized | Markus Pargmann | 2013-07-05 | 1 | -1/+1 |
| * | dma: imx-dma: Add oftree support | Markus Pargmann | 2013-07-05 | 1 | -0/+75 |
| * | dma: of: Remove check on always true condition | Lars-Peter Clausen | 2013-06-12 | 1 | -13/+1 |
| * | dma: of: Remove restriction that #dma-cells can't be 0 | Lars-Peter Clausen | 2013-06-12 | 1 | -7/+4 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-06 | 17 | -29/+497 |
|\ \ |
|
| * \ | Merge branch 'timers/posix-cpu-timers-for-tglx' of | Thomas Gleixner | 2013-07-04 | 761 | -4692/+12634 |
| |\ \ |
|
| * | | | xen: Remove clock_was_set() call in the resume path | David Vrabel | 2013-06-28 | 1 | -3/+0 |
| * | | | clocksource: vf_pit_timer: Use linux/sched_clock.h | Fabio Estevam | 2013-06-25 | 1 | -1/+1 |
| * | | | clocksource: Add generic dummy timer driver | Mark Rutland | 2013-06-24 | 2 | -0/+70 |
| * | | | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific" | John Stultz | 2013-06-18 | 2 | -23/+35 |
| * | | | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 2013-06-12 | 10 | -12/+10 |
| * | | | Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo... | Thomas Gleixner | 2013-06-08 | 5 | -1/+417 |
| |\ \ \ |
|
| | * | | | clocksource: Add TI-Nspire timer support | Daniel Tang | 2013-06-06 | 2 | -0/+216 |
| | * | | | clocksource: Add Freescale Vybrid pit timer support | Jingchang Lu | 2013-06-06 | 3 | -0/+200 |