summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-101-4/+45
|\
| * ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataDave Jiang2012-04-051-0/+41
| * ioat: fix size of 'completion' for XenDan Williams2012-03-231-4/+4
* | dmaengine: fix for cookie changes and mergeVinod Koul2012-03-131-0/+1
* | dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-3/+5
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-2/+1
* | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-1/+1
|/
* ioat: fix xor_idx_to_descDan Williams2011-08-031-1/+1
* Avoid section type conflict in dma/ioat/dma_v3.cAndi Kleen2011-07-221-4/+4
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-041-1/+4
* Merge branch 'ioat' into dmaengineDan Williams2010-05-171-85/+39
|\
| * ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams2010-05-011-3/+3
| * ioat2,3: convert to producer/consumer lockingDan Williams2010-05-011-82/+35
| * 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-10/+10
|/
* ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-031-6/+6
* ioat3: interrupt coalescingDan Williams2010-03-031-4/+33
* ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-031-1/+1
* ioat3: use ioat2_quiesce()Dan Williams2010-03-031-9/+1
* ioat3: cleanup, don't enable DCA completion writesDan Williams2010-03-031-2/+1
* ioat2,3: put channel hardware in known state at initDan Williams2009-12-191-14/+40
* ioat3: fix p-disabled q-continuationDan Williams2009-12-171-2/+4
* ioat3: fix pq completion versus channel deallocation raceDan Williams2009-11-191-2/+2
* async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-191-0/+10
* ioat2,3: report all uncorrectable errorsDan Williams2009-11-191-0/+2
* ioat3: specify valid address for disabled-Q or disabled-PDan Williams2009-11-191-5/+17
* ioat3: dca and raid operations are incompatibleDan Williams2009-11-191-0/+6
* ioat3: fix uninitialized var warningsDan Williams2009-09-211-6/+9
* ioat3: segregate raid enginesDan Williams2009-09-081-7/+18
* ioat3: interrupt descriptor supportDan Williams2009-09-081-1/+38
* ioat3: support xor via pq descriptorsDan Williams2009-09-081-0/+49
* ioat3: pq supportDan Williams2009-09-081-1/+264
* ioat3: xor self testDan Williams2009-09-081-0/+275
* ioat3: xor supportDan Williams2009-09-081-2/+216
* ioat3: enable dca for completion writesDan Williams2009-09-081-1/+2
* ioat: add 'ioat' sysfs attributesDan Williams2009-09-081-0/+3
* ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-081-0/+367