- a841592 Merge branch 'topic/tasklet' into next by Vinod Koul · 4 years, 4 months ago
- 985d513 dmaengine: iop-adma: Fix pointer cast warnings by YueHaibing · 4 years, 5 months ago
- 5bbb671 dmaengine: iop_adma: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
- 1c5933c dmaengine: iop-adma: Function parameter documentation must adhere to correct formatting by Lee Jones · 4 years, 6 months ago
- 051f517 dmaengine: iop-adma: clean up an indentation issue by Colin Ian King · 5 years ago
- bc3ecbe dmaengine: iop-adma: make array 'handler' static const, makes object smaller by Colin Ian King · 5 years ago
- 04cbfba Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
- d17d9ea dmaengine: iop-adma.c: fix printk format warning by Randy Dunlap · 5 years ago
- 09104bb dmaengine: iop-adma: remove set but not used variable 'slots_per_op' by YueHaibing · 5 years ago
- aad7ad2 dma: iop-adma: allow building without platform headers by Arnd Bergmann · 5 years ago
- 00c9755 dmaengine: iop-adma: use correct printk format strings by Arnd Bergmann · 5 years ago
- 7f8bf11 dmaengine: iop-adma: include prefetch.h by Arnd Bergmann · 5 years ago
- 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
- db89e3c dmaengine: iop-adma: convert callback to helper function by Dave Jiang · 8 years ago
- f6e4566 dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() by Luis R. Rodriguez · 9 years ago
- 39c3370 drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-style by Luis R. Rodriguez · 9 years ago
- 3b62286 dmaengine: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
- cd16628 dmaengine: Remove .owner field for driver by Kiran Padwal · 10 years ago
- df12a31 Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Vinod Koul · 11 years ago
- 54f8d50 dmaengine: remove DMA unmap from drivers by Bartlomiej Zolnierkiewicz · 11 years ago
- d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
- 9f571502 dmaengine: iop: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
- d4adcc0 dma: use dev_get_platdata() by Jingoo Han · 11 years ago
- f9f0a7d drivers/dma/iop-adma.c: fix new warnings by Olof Johansson · 12 years ago
- 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 12 years ago
- 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
- 1ba151c dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
- 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 463a1f8 dma: remove use of __devinit by Bill Pemberton · 12 years ago
- a7d6e3e dma: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 13 years ago
- ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
- 3d9ea9e iop-adma: Corrected array overflow in RAID6 Xscale(R) test. by Don Morris · 13 years ago
- 949ff5b dmaengine: fix for cookie changes and merge by Vinod Koul · 13 years ago
- 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 13 years ago
- 2a926e4 dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c by Russell King - ARM Linux · 13 years ago
- 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 13 years ago
- 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 13 years ago
- d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 13 years ago
- 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 13 years ago
- b6695e4 dma: Fix typo in iop-adma.c by Masanari Iida · 13 years ago
- c94e910 dmaengine: convert drivers/dma/* to use module_platform_driver() by Axel Lin · 13 years ago
- dbb0042 dma: fix spacing for method declaration, coding style issue in iop-adma.c by Ciaran McCormick · 13 years ago
- e2ec771 dma: use BUG_ON correctly in iop-adma.c, v4 by Coly Li · 14 years ago
- 0261f74 Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.c by Wei Yongquan · 14 years ago
- 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 15 years ago
- 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 15 years ago
- 2e032b6 iop-adma.c: use resource_size() by H Hartley Sweeten · 15 years ago
- bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
- 3e48e65 Merge branch 'iop-raid6' into async-tx-next by Dan Williams · 15 years ago
- 308136d iop-adma: implement a private tx_list by Dan Williams · 15 years ago
- 9308add dmaengine: cleanup unused transaction types by Dan Williams · 15 years ago
- f6dbf651 iop-adma: P+Q self test by Dan Williams · 15 years ago
- 7bf649a iop-adma: P+Q support for iop13xx adma engines by Dan Williams · 15 years ago
- 72be12f iop-adma: fix lockdep false positive by Dan Williams · 16 years ago
- 507fbec iop-adma: cleanup iop_adma_run_tx_complete_actions by Dan Williams · 15 years ago
- b2f46fd async_tx: add support for asynchronous GF multiplication by Dan Williams · 16 years ago
- 099f53c async_tx: rename zero_sum to val by Dan Williams · 16 years ago
- ccccce2 dmaengine: initialize tx_list in dma_async_tx_descriptor_init by Dan Williams · 16 years ago
- 5dc18f5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
- a09b09a iop-adma, mv_xor: fix mem leak on self-test setup failure by Roel Kluin · 16 years ago
- bdf602b [ARM] fix lots of ARM __devexit sillyness by Russell King · 16 years ago
- 630738b iop-adma: enable module removal by Dan Williams · 16 years ago
- 0d603f6 iop-adma: kill debug BUG_ON by Dan Williams · 16 years ago
- f388220 iop-adma: let devm do its job, don't duplicate free by Dan Williams · 16 years ago
- f27c580 dmaengine: remove 'bigref' infrastructure by Dan Williams · 16 years ago
- aa1e6f1 dmaengine: kill struct dma_client and supporting infrastructure by Dan Williams · 16 years ago
- 07f2211 dmaengine: remove dependency on async_tx by Dan Williams · 16 years ago
- a06d568 async_xor: dma_map destination DMA_BIDIRECTIONAL by Dan Williams · 16 years ago
- 65e5038 iop-adma: use iop_paranoia() for debug BUG_ONs by Dan Williams · 16 years ago
- 137cb55 iop-adma: add a dummy read to flush next descriptor update by Dan Williams · 16 years ago
- a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
- 5eb907a iop_adma: document how to calculate the minimum descriptor pool size by Dan Williams · 17 years ago
- c7141d0 iop_adma: directly reclaim descriptors on allocation failure by Dan Williams · 17 years ago
- e1d181e dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmap by Dan Williams · 17 years ago
- 848c536 dmaengine: Add dma_client parameter to device_alloc_chan_resources by Haavard Skinnemoen · 17 years ago
- ebabe27 iop-adma: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
- eccf214 iop-adma: fixup some kzalloc/memset confusions by Christophe Jaillet · 17 years ago
- 636bdea dmaengine: ack to flags: make use of the unused bits in the 'ack' field by Dan Williams · 17 years ago
- c4fe155 iop-adma: remove the workaround for missed interrupts on iop3xx by Dan Williams · 17 years ago
- ce4d65a async_tx: kill ->device_dependency_added by Dan Williams · 17 years ago
- 19242d7 async_tx: fix multiple dependency submission by Dan Williams · 17 years ago
- 3d9b525 iop-adma.c: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- d4c56f9 async_tx: replace 'int_en' with operation preparation flags by Dan Williams · 17 years ago
- 0036731 async_tx: kill tx_set_src and tx_set_dest methods by Dan Williams · 17 years ago
- e73ef9a iop-adma: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
- af49d92 Remove "unsafe" from module struct by Rusty Russell · 17 years ago
- c211092 dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines by Dan Williams · 18 years ago