summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-097-640/+1021
|\
| * md/raid456: distribute raid processing over multiple coresDan Williams2009-08-302-2/+45
| * md/raid6: remove synchronous infrastructureYuri Tikhonov2009-08-301-254/+0Star
| * 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/+37Star
| * 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-301-0/+13
| * 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_tx: add sum check flagsDan Williams2009-08-302-3/+4
| * 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/+12Star
| * async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams2009-06-031-1/+1
| * async_tx: structify submission arguments, add scribbleDan Williams2009-06-031-25/+34
| * async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-031-14/+11Star
| * async_tx: rename zero_sum to valDan Williams2009-04-083-22/+22
| * Merge branch 'dmaengine' into async-tx-raid6Dan Williams2009-04-0849-350/+1143
| |\
* | | 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-096-436/+396Star
* | | 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
* | | ioat: define descriptor control bit-fieldDan Williams2009-09-092-32/+34
* | | ioat: fix type mismatch for ->dmacountDan Williams2009-09-091-2/+2
* | | ioat: split ioat_dma_probe into core/version-specific routinesDan Williams2009-09-093-155/+200
* | | ioat: kill function prototype ifdef guardsDan Williams2009-09-091-9/+0Star
* | | ioat: cleanup some long deref chains and 80 column collisionsDan Williams2009-09-092-167/+144Star
* | | ioat: convert ioat_probe to pcim/devmDan Williams2009-09-094-141/+68Star
* | | ioat: move definitions to dma.hDan Williams2009-09-092-14/+16
* | | ioat: move to drivers/dma/ioat/Dan Williams2009-07-289-13/+14
* | | char: mxser, fix ISA board lookupPeter Botha2009-06-101-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-06-092-2/+2
|\ \ \
| * | | cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-092-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-091-6/+5Star
|\ \ \ \
| * | | | r8169: fix crash when large packets are receivedEric Dumazet2009-06-091-6/+5Star