aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/dma_v2.c
AgeCommit message (Expand)Author
2014-03-06ioat: fix tasklet tear downDan Williams
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-05ioat: ring size variables need to be 32bit to avoid overflowDave Jiang
2012-03-23ioat: fix size of 'completion' for XenDan Williams
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-05-26x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2010-10-13ioat2: fix performance regressionDan Williams
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams
2010-05-01ioat: convert to circ_bufDan Williams
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-03Merge branch 'coh' into dmaengineDan Williams
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams
2010-03-03ioat2: kill pending flagDan Williams
2010-02-02ioat: fix infinite timeout checking in ioat2_quiesceDan Williams
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams
2009-11-19ioat2,3: report all uncorrectable errorsDan Williams
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton
2009-09-16ioat2: clarify ring size limitsDan Williams
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08ioat2,3: cacheline align software descriptor allocationsDan Williams
2009-09-08ioat3: segregate raid enginesDan Williams
2009-09-08ioat3: xor self testDan Williams
2009-09-08ioat3: xor supportDan Williams
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams
2009-09-08ioat2+: add fence supportDan Williams
2009-09-08ioat2,3: dynamically resize descriptor ringDan Williams
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams
2009-09-08ioat: preserve chanctrl bits when re-arming interruptsDan Williams
2009-09-08ioat: ignore reserved bits for chancnt and xfercapDan Williams
2009-09-08ioat: cleanup completion status readsDan Williams
2009-09-08ioat: add some dev_dbg() callsDan Williams
2009-09-08ioat2,3: convert to a true ring bufferDan Williams