summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v2.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-09-181-2/+1
* Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-101-6/+6
|\
| * ioat: ring size variables need to be 32bit to avoid overflowDave Jiang2012-04-051-2/+2
| * ioat: fix size of 'completion' for XenDan Williams2012-03-231-4/+4
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-2/+1
* | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-6/+2
* | dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-05-281-2/+6
|\
| * x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich2011-05-261-2/+6
* | Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
|/
* ioat2: fix performance regressionDan Williams2010-10-131-1/+1
* ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-041-2/+22
* Merge branch 'ioat' into dmaengineDan Williams2010-05-171-90/+95
|\
| * ioat2,3: convert to producer/consumer lockingDan Williams2010-05-011-89/+93
| * ioat: convert to circ_bufDan Williams2010-05-011-1/+1
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-261-1/+1
|/
* Merge branch 'coh' into dmaengineDan Williams2010-03-031-1/+1
|\
| * ioat: fix infinite timeout checking in ioat2_quiesceDan Williams2010-02-021-1/+1
* | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-031-26/+8
* | ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-031-1/+1
* | ioat2: kill pending flagDan Williams2010-03-031-22/+12
|/
* ioat2,3: put channel hardware in known state at initDan Williams2009-12-191-17/+52
* ioat2,3: report all uncorrectable errorsDan Williams2009-11-191-0/+2
* drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton2009-09-211-2/+3
* ioat2: clarify ring size limitsDan Williams2009-09-161-3/+4
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-081-2/+3
|\
| * ioat2,3: cacheline align software descriptor allocationsDan Williams2009-09-081-2/+3
* | ioat3: segregate raid enginesDan Williams2009-09-081-2/+2
* | ioat3: xor self testDan Williams2009-09-081-0/+1
* | ioat3: xor supportDan Williams2009-09-081-1/+1
* | ioat: add 'ioat' sysfs attributesDan Williams2009-09-081-0/+33
* | ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-081-71/+23
* | ioat2+: add fence supportDan Williams2009-09-081-0/+1
|/
* ioat2,3: dynamically resize descriptor ringDan Williams2009-09-081-31/+184
* ioat: switch watchdog and reset handler from workqueue to timerDan Williams2009-09-081-183/+138
* ioat: ___devinit annotate the initialization pathsDan Williams2009-09-081-2/+2
* ioat: preserve chanctrl bits when re-arming interruptsDan Williams2009-09-081-6/+2
* ioat: ignore reserved bits for chancnt and xfercapDan Williams2009-09-081-0/+7
* ioat: cleanup completion status readsDan Williams2009-09-081-14/+11
* ioat: add some dev_dbg() callsDan Williams2009-09-081-1/+24
* ioat2,3: convert to a true ring bufferDan Williams2009-09-081-0/+750
OpenPOWER on IntegriCloud