aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/dma_v3.c
AgeCommit message (Expand)Author
2013-04-16ioatdma: ioat3_alloc_sed can be staticFengguang Wu
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang
2013-04-15ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID capDave Jiang
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang
2013-04-15ioatdma: Removing hw bug workaround for CB3.x .2 and earlierDave Jiang
2013-04-15ioatdma: skip silicon bug workaround for pq_align for cb3.3Dave Jiang
2013-04-15ioatdma: Removing PQ val disable for cb3.3Dave Jiang
2013-04-15ioatdma: skip legacy reset bits since v3.3 plattform doesn't need itDave Jiang
2013-04-15ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang
2013-04-15ioatdma: Adding Haswell devid for ioatdmaDave Jiang
2013-04-15ioatdma: allow all channels to have irq coalescing supportDave Jiang
2013-04-15ioatdma: make debug output more readableDave Jiang
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-13dmaengine: ioat - fix spare sparse complainFengguang Wu
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang
2013-01-24Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-01-07ioat: remove chanerr mask setting for IOAT v3.xDave Jiang
2013-01-07ioat: Add alignment workaround for IVB platformsDave Jiang
2013-01-07ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz
2013-01-06ioat: Fix DMA memory sync direction correct flagShuah Khan
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-05ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataDave Jiang
2012-03-23ioat: fix size of 'completion' for XenDan Williams
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2011-08-03ioat: fix xor_idx_to_descDan Williams
2011-07-22Avoid section type conflict in dma/ioat/dma_v3.cAndi Kleen
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-05-01ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams
2010-03-03ioat3: interrupt coalescingDan Williams
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams
2010-03-03ioat3: use ioat2_quiesce()Dan Williams
2010-03-03ioat3: cleanup, don't enable DCA completion writesDan Williams
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams
2009-12-17ioat3: fix p-disabled q-continuationDan Williams
2009-11-19ioat3: fix pq completion versus channel deallocation raceDan Williams
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams
2009-11-19ioat2,3: report all uncorrectable errorsDan Williams
2009-11-19ioat3: specify valid address for disabled-Q or disabled-PDan Williams
2009-11-19ioat3: dca and raid operations are incompatibleDan Williams
2009-09-21ioat3: fix uninitialized var warningsDan Williams