summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat
AgeCommit message (Expand)Author
2010-02-23ioat: fix infinite timeout checking in ioat2_quiesceDan Williams
2010-01-06ioat2,3: put channel hardware in known state at initDan Williams
2010-01-06ioat3: 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-19ioat2,3: disable asynchronous error notificationsDan Williams
2009-11-19ioat3: dca and raid operations are incompatibleDan Williams
2009-11-17ioat: silence "dca disabled" messagesDan Williams
2009-09-21ioat3: fix uninitialized var warningsDan Williams
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton
2009-09-16ioat2: clarify ring size limitsDan Williams
2009-09-10ioat: driver version 4.0Dan Williams
2009-09-10dca: registering requesters in multiple dca domainsMaciej Sosnowski
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08ioat2,3: cacheline align software descriptor allocationsDan Williams
2009-09-08ioat: implement a private tx_listDan Williams
2009-09-08I/OAT: Convert to PCI_VDEVICE()Roland Dreier
2009-09-08Add MODULE_DEVICE_TABLE() so ioatdma module is autoloadedRoland Dreier
2009-09-08ioat3: segregate raid enginesDan Williams
2009-09-08ioat3: ioat3.2 pci ids for Jasper ForestTom Picard
2009-09-08ioat3: interrupt descriptor supportDan Williams
2009-09-08ioat3: support xor via pq descriptorsDan Williams
2009-09-08ioat3: pq supportDan Williams
2009-09-08ioat3: xor self testDan Williams
2009-09-08ioat3: xor supportDan Williams
2009-09-08ioat3: enable dca for completion writesDan Williams
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams
2009-09-08ioat3: hardware version 3.2 register / descriptor definitionsDan Williams
2009-09-08ioat2+: add fence supportDan Williams
2009-09-08ioat2,3: dynamically resize descriptor ringDan Williams
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams
2009-09-08ioat1: trim ioat_dma_desc_swDan Williams
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams
2009-09-08ioat: preserve chanctrl bits when re-arming interruptsDan Williams
2009-09-08ioat: ignore reserved bits for chancnt and xfercapDan Williams
2009-09-08ioat: cleanup completion status readsDan Williams
2009-09-08ioat: add some dev_dbg() callsDan Williams
2009-09-08ioat1: kill unused unmap parametersDan Williams
2009-09-08ioat2,3: convert to a true ring bufferDan Williams
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams
2009-09-08ioat: fix self test interruptsDan Williams
2009-09-08ioat1: move descriptor allocation from submit to prepDan Williams
2009-09-08ioat: define descriptor control bit-fieldDan Williams
2009-09-08ioat: fix type mismatch for ->dmacountDan Williams
2009-09-08ioat: split ioat_dma_probe into core/version-specific routinesDan Williams
2009-09-08ioat: kill function prototype ifdef guardsDan Williams
2009-09-08ioat: cleanup some long deref chains and 80 column collisionsDan Williams