summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
Commit message (Expand)AuthorAgeFilesLines
* ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-045-67/+40Star
* ioat3: interrupt coalescingDan Williams2010-03-042-5/+34
* ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-042-2/+2
* ioat2: kill pending flagDan Williams2010-03-032-24/+12Star
* ioat3: use ioat2_quiesce()Dan Williams2010-03-031-9/+1Star
* ioat3: cleanup, don't enable DCA completion writesDan Williams2010-03-031-2/+1Star
* ioat2,3: put channel hardware in known state at initDan Williams2009-12-196-32/+114
* ioat3: fix p-disabled q-continuationDan Williams2009-12-171-2/+4
* ioat3: fix pq completion versus channel deallocation raceDan Williams2009-11-201-2/+2
* async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-201-0/+10
* ioat2,3: report all uncorrectable errorsDan Williams2009-11-203-3/+5
* ioat3: specify valid address for disabled-Q or disabled-PDan Williams2009-11-201-5/+17
* ioat2,3: disable asynchronous error notificationsDan Williams2009-11-201-3/+1Star
* ioat3: dca and raid operations are incompatibleDan Williams2009-11-203-1/+9
* ioat: silence "dca disabled" messagesDan Williams2009-11-171-2/+2
* ioat3: fix uninitialized var warningsDan Williams2009-09-211-6/+9
* drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton2009-09-211-2/+3
* ioat2: clarify ring size limitsDan Williams2009-09-171-3/+4
* ioat: driver version 4.0Dan Williams2009-09-101-1/+1
* dca: registering requesters in multiple dca domainsMaciej Sosnowski2009-09-101-1/+1
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-095-8/+26
|\
| * ioat2,3: cacheline align software descriptor allocationsDan Williams2009-09-093-4/+20
| * ioat: implement a private tx_listDan Williams2009-09-092-4/+6
* | I/OAT: Convert to PCI_VDEVICE()Roland Dreier2009-09-091-23/+23
* | Add MODULE_DEVICE_TABLE() so ioatdma module is autoloadedRoland Dreier2009-09-091-0/+1
* | ioat3: segregate raid enginesDan Williams2009-09-093-9/+22
* | ioat3: ioat3.2 pci ids for Jasper ForestTom Picard2009-09-091-0/+13
* | ioat3: interrupt descriptor supportDan Williams2009-09-091-1/+38
* | ioat3: support xor via pq descriptorsDan Williams2009-09-091-0/+49
* | ioat3: pq supportDan Williams2009-09-091-1/+264
* | ioat3: xor self testDan Williams2009-09-094-3/+282
* | ioat3: xor supportDan Williams2009-09-094-3/+222
* | ioat3: enable dca for completion writesDan Williams2009-09-092-1/+3
* | ioat: add 'ioat' sysfs attributesDan Williams2009-09-096-6/+166
* | ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-097-84/+421
* | ioat3: hardware version 3.2 register / descriptor definitionsDan Williams2009-09-094-2/+185
* | ioat2+: add fence supportDan Williams2009-09-091-0/+1
|/
* ioat2,3: dynamically resize descriptor ringDan Williams2009-09-093-31/+187
* ioat: switch watchdog and reset handler from workqueue to timerDan Williams2009-09-095-428/+388Star
* ioat1: trim ioat_dma_desc_swDan Williams2009-09-093-5/+7
* ioat: ___devinit annotate the initialization pathsDan Williams2009-09-095-20/+24
* ioat: preserve chanctrl bits when re-arming interruptsDan Williams2009-09-093-14/+10Star
* ioat: ignore reserved bits for chancnt and xfercapDan Williams2009-09-092-0/+14
* ioat: cleanup completion status readsDan Williams2009-09-094-75/+46Star
* ioat: add some dev_dbg() callsDan Williams2009-09-094-4/+81
* ioat1: kill unused unmap parametersDan Williams2009-09-092-4/+0Star
* ioat2,3: convert to a true ring bufferDan Williams2009-09-096-686/+1122
* ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2009-09-092-370/+390
* ioat: fix self test interruptsDan Williams2009-09-091-1/+2
* ioat1: move descriptor allocation from submit to prepDan Williams2009-09-091-89/+65Star