aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-10ioat: driver version 4.0Dan Williams1-1/+1
2009-09-10dca: registering requesters in multiple dca domainsMaciej Sosnowski1-1/+1
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams5-8/+26
2009-09-08ioat2,3: cacheline align software descriptor allocationsDan Williams3-4/+20
2009-09-08ioat: implement a private tx_listDan Williams2-4/+6
2009-09-08I/OAT: Convert to PCI_VDEVICE()Roland Dreier1-23/+23
2009-09-08Add MODULE_DEVICE_TABLE() so ioatdma module is autoloadedRoland Dreier1-0/+1
2009-09-08ioat3: segregate raid enginesDan Williams3-9/+22
2009-09-08ioat3: ioat3.2 pci ids for Jasper ForestTom Picard1-0/+13
2009-09-08ioat3: interrupt descriptor supportDan Williams1-1/+38
2009-09-08ioat3: support xor via pq descriptorsDan Williams1-0/+49
2009-09-08ioat3: pq supportDan Williams1-1/+264
2009-09-08ioat3: xor self testDan Williams4-3/+282
2009-09-08ioat3: xor supportDan Williams4-3/+222
2009-09-08ioat3: enable dca for completion writesDan Williams2-1/+3
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams6-6/+166
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams7-84/+421
2009-09-08ioat3: hardware version 3.2 register / descriptor definitionsDan Williams4-2/+185
2009-09-08ioat2+: add fence supportDan Williams1-0/+1