summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | dmaengine: kill tx_listDan Williams2009-09-091-1/+0Star
| | * | txx9dmac: implement a private tx_listDan Williams2009-09-092-13/+12Star
| | * | at_hdmac: implement a private tx_listDan Williams2009-09-092-8/+10
| | * | mv_xor: implement a private tx_listDan Williams2009-09-092-5/+6
| | * | ioat: implement a private tx_listDan Williams2009-09-092-4/+6
| | * | iop-adma: implement a private tx_listDan Williams2009-09-091-4/+5
| | * | fsldma: implement a private tx_listDan Williams2009-09-092-7/+10
| | * | dw_dmac: implement a private tx_listDan Williams2009-09-092-9/+11
| | * | Merge branch 'ioat' into dmaengineDan Williams2009-09-0913-2034/+2598
| | |\ \
| | * \ \ Merge commit 'v2.6.31-rc1' into dmaengineDan Williams2009-09-084-0/+1674
| | |\ \ \ | | | | |/ | | | |/|
| * | | | Merge branch 'iop-raid6' into async-tx-nextDan Williams2009-09-091-44/+393
| |\ \ \ \
| | * | | | iop-adma: P+Q self testDan Williams2009-08-301-1/+181
| | * | | | iop-adma: P+Q support for iop13xx adma enginesDan Williams2009-08-301-34/+197
| | * | | | iop-adma: fix lockdep false positiveDan Williams2009-08-301-1/+6
| | * | | | iop-adma: cleanup iop_adma_run_tx_complete_actionsDan Williams2009-08-301-9/+10
| * | | | | 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
| * | | | | dmaengine, async_tx: support alignment checksDan Williams2009-09-091-0/+14
| * | | | | dmaengine: cleanup unused transaction typesDan Williams2009-09-091-4/+1Star
| * | | | | dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2009-09-092-0/+44
| * | | | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-094-58/+63
| |\| | | | | | |_|_|/ | |/| | |
| | * | | dmatest: add pq supportDan Williams2009-08-301-0/+26
| | * | | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-302-1/+5
| | * | | async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-301-35/+10Star
| | * | | async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams2009-06-031-1/+1
| | * | | async_tx: rename zero_sum to valDan Williams2009-04-082-21/+21
| * | | | net_dma: poll for a descriptor after allocation failureDan Williams2009-09-091-0/+10
| * | | | 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