aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-08ioat2,3: dynamically resize descriptor ringDan Williams3-31/+187
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams5-428/+388
2009-09-08ioat1: trim ioat_dma_desc_swDan Williams3-5/+7
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams5-20/+24
2009-09-08ioat: preserve chanctrl bits when re-arming interruptsDan Williams3-14/+10
2009-09-08ioat: ignore reserved bits for chancnt and xfercapDan Williams2-0/+14
2009-09-08ioat: cleanup completion status readsDan Williams4-75/+46
2009-09-08ioat: add some dev_dbg() callsDan Williams4-4/+81
2009-09-08ioat1: kill unused unmap parametersDan Williams2-4/+0
2009-09-08ioat2,3: convert to a true ring bufferDan Williams6-686/+1122
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2-370/+390
2009-09-08ioat: fix self test interruptsDan Williams1-1/+2
2009-09-08ioat1: move descriptor allocation from submit to prepDan Williams1-89/+65
2009-09-08ioat: define descriptor control bit-fieldDan Williams2-32/+34
2009-09-08ioat: fix type mismatch for ->dmacountDan Williams1-2/+2
2009-09-08ioat: split ioat_dma_probe into core/version-specific routinesDan Williams3-155/+200
2009-09-08ioat: kill function prototype ifdef guardsDan Williams1-9/+0
2009-09-08ioat: cleanup some long deref chains and 80 column collisionsDan Williams2-167/+144
2009-09-08ioat: convert ioat_probe to pcim/devmDan Williams4-141/+68
2009-09-08ioat: move definitions to dma.hDan Williams2-14/+16
2009-07-28ioat: move to drivers/dma/ioat/Dan Williams7-0/+3087