aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds5-23/+64
2012-04-05ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataDave Jiang1-0/+41
2012-04-05ioat: ring size variables need to be 32bit to avoid overflowDave Jiang2-4/+4
2012-03-23ioat: fix size of 'completion' for XenDan Williams4-19/+19
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul1-0/+1
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux3-27/+10
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux3-6/+3
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2-12/+3
2012-03-13dmaengine: add private header fileRussell King - ARM Linux2-0/+4
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux4-6/+4
2011-08-03ioat: fix xor_idx_to_descDan Williams1-1/+1
2011-07-22Avoid section type conflict in dma/ioat/dma_v3.cAndi Kleen1-4/+4
2011-07-22ioat: Adding PCI IDs for IOAT devices on SandyBridge platformsDave Jiang1-0/+11
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-2/+6
2011-05-26x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich1-2/+6
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker3-0/+3
2010-12-04drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGSTracey Dent1-1/+1
2010-10-13ioat2: fix performance regressionDan Williams1-1/+1
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams3-3/+27
2010-05-17Merge branch 'ioat' into dmaengineDan Williams6-202/+150
2010-05-02ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo1-6/+1
2010-05-01ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams1-3/+3
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams4-181/+134
2010-05-01ioat: convert to circ_bufDan Williams2-12/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij4-28/+28
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-03Merge branch 'coh' into dmaengineDan Williams1-1/+1
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-03ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2-2/+2
2010-03-03ioat2: kill pending flagDan Williams2-24/+12
2010-03-03ioat3: use ioat2_quiesce()Dan Williams1-9/+1
2010-03-03ioat3: cleanup, don't enable DCA completion writesDan Williams1-2/+1
2010-02-02ioat: fix infinite timeout checking in ioat2_quiesceDan Williams1-1/+1
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams6-32/+114
2009-12-17ioat3: fix p-disabled q-continuationDan Williams1-2/+4
2009-11-19ioat3: fix pq completion versus channel deallocation raceDan Williams1-2/+2
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams1-0/+10
2009-11-19ioat2,3: report all uncorrectable errorsDan Williams3-3/+5
2009-11-19ioat3: specify valid address for disabled-Q or disabled-PDan Williams1-5/+17
2009-11-19ioat2,3: disable asynchronous error notificationsDan Williams1-3/+1
2009-11-19ioat3: dca and raid operations are incompatibleDan Williams3-1/+9
2009-11-17ioat: silence "dca disabled" messagesDan Williams1-2/+2
2009-09-21ioat3: fix uninitialized var warningsDan Williams1-6/+9
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton1-2/+3
2009-09-16ioat2: clarify ring size limitsDan Williams1-3/+4