summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-2/+6
2011-05-27x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich1-2/+6
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker3-0/+3
2010-12-05drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGSTracey Dent1-1/+1
2010-10-14ioat2: fix performance regressionDan Williams1-1/+1
2010-08-05ioat2: catch and recover from broken vtd configurations v6Dan Williams3-3/+27
2010-05-18Merge branch 'ioat' into dmaengineDan Williams6-202/+150
2010-05-02ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo1-6/+1
2010-05-02ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams1-3/+3
2010-05-02ioat2,3: convert to producer/consumer lockingDan Williams4-181/+134
2010-05-02ioat: convert to circ_bufDan Williams2-12/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-0/+4
2010-03-27dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-27DMAENGINE: generic channel status v2Linus Walleij4-28/+28
2010-03-08Driver 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-04Merge branch 'coh' into dmaengineDan Williams1-1/+1
2010-03-04ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-04ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-04ioat: 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-03ioat: fix infinite timeout checking in ioat2_quiesceDan Williams1-1/+1
2009-12-20ioat2,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-20ioat3: fix pq completion versus channel deallocation raceDan Williams1-2/+2
2009-11-20async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams1-0/+10
2009-11-20ioat2,3: report all uncorrectable errorsDan Williams3-3/+5
2009-11-20ioat3: specify valid address for disabled-Q or disabled-PDan Williams1-5/+17
2009-11-20ioat2,3: disable asynchronous error notificationsDan Williams1-3/+1
2009-11-20ioat3: 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-17ioat2: clarify ring size limitsDan Williams1-3/+4
2009-09-10ioat: driver version 4.0Dan Williams1-1/+1
2009-09-10dca: registering requesters in multiple dca domainsMaciej Sosnowski1-1/+1
2009-09-09Merge branch 'dmaengine' into async-tx-nextDan Williams5-8/+26
2009-09-09ioat2,3: cacheline align software descriptor allocationsDan Williams3-4/+20
2009-09-09ioat: implement a private tx_listDan Williams2-4/+6
2009-09-09I/OAT: Convert to PCI_VDEVICE()Roland Dreier1-23/+23
2009-09-09Add MODULE_DEVICE_TABLE() so ioatdma module is autoloadedRoland Dreier1-0/+1
2009-09-09ioat3: segregate raid enginesDan Williams3-9/+22
2009-09-09ioat3: ioat3.2 pci ids for Jasper ForestTom Picard1-0/+13
2009-09-09ioat3: interrupt descriptor supportDan Williams1-1/+38
2009-09-09ioat3: support xor via pq descriptorsDan Williams1-0/+49
2009-09-09ioat3: pq supportDan Williams1-1/+264
2009-09-09ioat3: xor self testDan Williams4-3/+282
2009-09-09ioat3: xor supportDan Williams4-3/+222