summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | iop-adma: implement a private tx_listDan Williams2009-09-092-4/+7
| | | * | | 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-0914-2044/+2608
| | | |\ \ \
| | | * \ \ \ Merge commit 'v2.6.31-rc1' into dmaengineDan Williams2009-09-087742-403061/+782327
| | | |\ \ \ \
| | * | \ \ \ \ Merge branch 'iop-raid6' into async-tx-nextDan Williams2009-09-094-44/+577
| | |\ \ \ \ \ \
| | | * | | | | | iop-adma: P+Q self testDan Williams2009-08-301-1/+181
| | | * | | | | | iop-adma: P+Q support for iop13xx adma enginesDan Williams2009-08-304-34/+381
| | | * | | | | | 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-092-0/+23
| | * | | | | | | 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-096-6/+67
| | * | | | | | | dmaengine: cleanup unused transaction typesDan Williams2009-09-094-16/+1
| | * | | | | | | dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2009-09-094-1/+57
| | * | | | | | | dmaengine: add fence supportDan Williams2009-09-098-41/+79
| | * | | | | | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-0923-927/+2528
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | md/raid456: distribute raid processing over multiple coresDan Williams2009-08-302-2/+45
| | | * | | | | | md/raid6: remove synchronous infrastructureYuri Tikhonov2009-08-301-254/+0
| | | * | | | | | md/raid6: asynchronous handle_stripe6Yuri Tikhonov2009-08-301-38/+82
| | | * | | | | | md/raid6: asynchronous handle_parity_check6Dan Williams2009-08-301-67/+139
| | | * | | | | | md/raid6: asynchronous handle_stripe_dirtying6Yuri Tikhonov2009-08-301-85/+37
| | | * | | | | | md/raid6: asynchronous handle_stripe_fill6Yuri Tikhonov2009-08-301-50/+93
| | | * | | | | | md/raid5,6: common schedule_reconstruction for raid5/6Yuri Tikhonov2009-08-301-6/+18
| | | * | | | | | md/raid6: asynchronous raid6 operationsDan Williams2009-08-303-33/+299
| | | * | | | | | md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams2009-08-301-5/+16
| | | |/ / / / /
| | | * | | | | async_tx: raid6 recovery self testDan Williams2009-08-303-0/+255
| | | * | | | | dmatest: add pq supportDan Williams2009-08-301-0/+26
| | | * | | | | async_tx: add support for asynchronous RAID6 recovery operationsDan Williams2009-08-305-0/+466
| | | * | | | | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-3010-9/+493
| | | * | | | | async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-303-41/+40
| | | * | | | | async_tx: kill needless module_{init|exit}Dan Williams2009-08-303-40/+3
| | | * | | | | async_tx: add sum check flagsDan Williams2009-08-307-14/+37
| | | * | | | | md/raid5,6: add percpu scribble region for buffer listsDan Williams2009-08-302-30/+110
| | | * | | | | md/raid6: move the spare page to a percpu allocationDan Williams2009-08-302-86/+175
| | | * | | | | md/raid6: release spare page at ->stop()Dan Williams2009-07-141-14/+12
| | | * | | | | async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams2009-06-033-47/+58
| | | * | | | | async_tx: structify submission arguments, add scribbleDan Williams2009-06-037-174/+200