summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-105-23/+64
|\
| * ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataDave Jiang2012-04-051-0/+41
| * ioat: ring size variables need to be 32bit to avoid overflowDave Jiang2012-04-052-4/+4
| * ioat: fix size of 'completion' for XenDan Williams2012-03-234-19/+19
* | dmaengine: fix for cookie changes and mergeVinod Koul2012-03-131-0/+1
* | dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-131-0/+1
* | dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-133-27/+10
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-133-6/+3
* | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-132-12/+3
* | dmaengine: add private header fileRussell King - ARM Linux2012-03-132-0/+4
* | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-134-6/+4
|/
* 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
* ioat: Adding PCI IDs for IOAT devices on SandyBridge platformsDave Jiang2011-07-221-0/+11
* 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-223-0/+3
|/
* drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGSTracey Dent2010-12-041-1/+1
* ioat2: fix performance regressionDan Williams2010-10-131-1/+1
* ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-043-3/+27
* Merge branch 'ioat' into dmaengineDan Williams2010-05-176-202/+150
|\
| * ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo2010-05-021-6/+1
| * ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams2010-05-011-3/+3
| * ioat2,3: convert to producer/consumer lockingDan Williams2010-05-014-181/+134
| * ioat: convert to circ_bufDan Williams2010-05-012-12/+8
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* | dmaengine: provide helper for setting txstateDan Williams2010-03-261-5/+1
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-264-28/+28
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-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-035-67/+40
* | ioat3: interrupt coalescingDan Williams2010-03-032-5/+34
* | ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-032-2/+2
* | ioat2: kill pending flagDan Williams2010-03-032-24/+12
* | 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-196-32/+114
* 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-193-3/+5
* ioat3: specify valid address for disabled-Q or disabled-PDan Williams2009-11-191-5/+17
* ioat2,3: disable asynchronous error notificationsDan Williams2009-11-191-3/+1
* ioat3: dca and raid operations are incompatibleDan Williams2009-11-193-1/+9
* ioat: silence "dca disabled" messagesDan Williams2009-11-171-2/+2
* ioat3: fix uninitialized var warningsDan Williams2009-09-211-6/+9
* drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton2009-09-211-2/+3
* ioat2: clarify ring size limitsDan Williams2009-09-161-3/+4