summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-266-136/+227
|\
| * dmaengine: ioat - fix spare sparse complainFengguang Wu2013-02-131-1/+1
| * ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang2013-02-123-97/+128
| * ioat: remove chanerr mask setting for IOAT v3.xDave Jiang2013-01-071-6/+1
| * ioat: Add alignment workaround for IVB platformsDave Jiang2013-01-073-12/+32
| * ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz2013-01-071-17/+59
| * ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz2013-01-071-4/+7
* | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-01-241-1/+1
|\ \
| * | ioat: Fix DMA memory sync direction correct flagShuah Khan2013-01-061-1/+1
| |/
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-037-33/+28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+23
|\
| * ioat: Do not enable DCA if tag map is invalidAlexander Duyck2012-11-151-0/+23
* | dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-102-2/+23
|\
| * dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-09-181-2/+1
| * ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang2012-08-311-0/+22
* | ioat: remove unused #definesJon Mason2012-09-011-4/+0
|/
* 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
OpenPOWER on IntegriCloud