| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-03-13 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
| |\ |
|
| | * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | | | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-08 | 2 | -2/+2 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2010-03-08 | 2 | -202/+324 |
|\ \ |
|
| * | | dmaengine: shdma: extend .device_terminate_all() to record partial transfer | Guennadi Liakhovetski | 2010-03-02 | 2 | -16/+16 |
| * | | dmaengine: shdma: add runtime PM support. | Guennadi Liakhovetski | 2010-03-02 | 1 | -0/+20 |
| * | | dmaengine: shdma: separate DMA headers. | Guennadi Liakhovetski | 2010-03-02 | 2 | -31/+52 |
| * | | dmaengine: shdma: convert to platform device resources | Guennadi Liakhovetski | 2010-03-02 | 2 | -130/+194 |
| * | | dmaengine: shdma: fix DMA error handling. | Guennadi Liakhovetski | 2010-03-02 | 1 | -36/+53 |
* | | | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 2010-03-06 | 1 | -1/+1 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2010-03-04 | 16 | -770/+1702 |
|\ \ \ |
|
| * \ \ | Merge branch 'coh' into dmaengine | Dan Williams | 2010-03-04 | 6 | -122/+115 |
| |\ \ \ |
|
| | * | | | DMAENGINE: COH 901 318 lli sg offset fix | Linus Walleij | 2010-03-02 | 1 | -4/+6 |
| | * | | | DMAENGINE: COH 901 318 configure channel direction | Linus Walleij | 2010-03-02 | 1 | -0/+14 |
| | * | | | DMAENGINE: COH 901 318 remove irq counting | Linus Walleij | 2010-03-02 | 2 | -55/+34 |
| | * | | | DMAENGINE: COH 901 318 descriptor pool refactoring | Linus Walleij | 2010-03-02 | 1 | -29/+25 |
| | * | | | DMAENGINE: COH 901 318 cleanups | Linus Walleij | 2010-03-02 | 1 | -14/+28 |
| * | | | | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes | Dan Williams | 2010-03-04 | 5 | -67/+40 |
| * | | | | ioat3: interrupt coalescing | Dan Williams | 2010-03-04 | 2 | -5/+34 |
| * | | | | ioat: close potential BUG_ON race in the descriptor cleanup path | Dan Williams | 2010-03-04 | 2 | -2/+2 |
| * | | | | ioat2: kill pending flag | Dan Williams | 2010-03-03 | 2 | -24/+12 |
| * | | | | ioat3: use ioat2_quiesce() | Dan Williams | 2010-03-03 | 1 | -9/+1 |
| * | | | | ioat3: cleanup, don't enable DCA completion writes | Dan Williams | 2010-03-03 | 1 | -2/+1 |
| * | | | | dma: Add MPC512x DMA driver | Piotr Ziecik | 2010-03-02 | 3 | -0/+808 |
| * | | | | Debugging options for the DMA engine subsystem | Linus Walleij | 2010-03-02 | 2 | -0/+23 |
| * | | | | dmatest: fix handling of an even number of xor_sources | Dan Williams | 2010-03-01 | 1 | -1/+1 |
| * | | | | dmatest: correct raid6 PQ test | Anatolij Gustschin | 2010-03-01 | 1 | -3/+3 |
| * | | | | fsldma: Fix cookie issues | Steven J. Magnani | 2010-03-01 | 1 | -1/+4 |
| * | | | | fsldma: Fix cookie issues | Steven J. Magnani | 2010-03-01 | 1 | -1/+1 |
| * | | | | dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_... | Roel Kluin | 2010-02-03 | 1 | -14/+1 |
| * | | | | dma: make Open Firmware device id constant | Márton Németh | 2010-02-03 | 2 | -2/+2 |
| * | | | | fsldma: major cleanups and fixes | Ira Snyder | 2010-02-02 | 2 | -182/+207 |
| * | | | | fsldma: rename fsl_chan to chan | Ira Snyder | 2010-02-02 | 1 | -275/+275 |
| * | | | | fsldma: simplify IRQ probing and handling | Ira Snyder | 2010-02-02 | 1 | -44/+129 |
| * | | | | fsldma: clean up the OF subsystem routines | Ira Snyder | 2010-02-02 | 2 | -129/+134 |
| * | | | | fsldma: rename dest to dst for uniformity | Ira Snyder | 2010-02-02 | 2 | -17/+17 |
| * | | | | fsldma: rename struct fsl_dma_chan to struct fsldma_chan | Ira Snyder | 2010-02-02 | 2 | -73/+81 |
| * | | | | fsldma: remove unused structure members | Ira Snyder | 2010-02-02 | 2 | -13/+8 |
| * | | | | fsldma: reduce kernel text size | Ira Snyder | 2010-02-02 | 1 | -38/+45 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | percpu: add __percpu sparse annotations to what's left | Tejun Heo | 2010-02-17 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2010-02-15 | 5 | -22/+10 |
|\ \ \
| | |/
| |/| |
|
| * | | drivers/dma: Correct NULL test | Julia Lawall | 2010-02-10 | 1 | -2/+0 |
| * | | async-tx: fix buffer submission error handling in ipu_idma.c | Guennadi Liakhovetski | 2010-02-10 | 1 | -18/+7 |
| * | | dmaengine: correct onstack wait_queue_head declaration | Yong Zhang | 2010-02-05 | 1 | -1/+1 |
| * | | ioat: fix infinite timeout checking in ioat2_quiesce | Dan Williams | 2010-02-03 | 1 | -1/+1 |
| * | | dmaengine: fix memleak in dma_async_device_unregister | Anatolij Gustschin | 2010-02-02 | 1 | -0/+1 |
| |/ |
|
* | | sh: implement DMA_SLAVE capability in SH dmaengine driver | Guennadi Liakhovetski | 2010-02-08 | 2 | -53/+144 |
* | | sh: fix Transfer Size calculation in both DMA drivers | Guennadi Liakhovetski | 2010-02-08 | 1 | -1/+5 |