aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2-0/+44
2009-09-08dmaengine: add fence supportDan Williams1-14/+23
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams7-640/+1021
2009-09-08net_dma: poll for a descriptor after allocation failureDan Williams1-0/+10
2009-09-08ioat2,3: dynamically resize descriptor ringDan Williams3-31/+187
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams6-436/+396
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-08-29md/raid456: distribute raid processing over multiple coresDan Williams2-2/+45
2009-08-29md/raid6: remove synchronous infrastructureYuri Tikhonov1-254/+0
2009-08-29md/raid6: asynchronous handle_stripe6Yuri Tikhonov1-38/+82
2009-08-29md/raid6: asynchronous handle_parity_check6Dan Williams1-67/+139
2009-08-29md/raid6: asynchronous handle_stripe_dirtying6Yuri Tikhonov1-85/+37
2009-08-29md/raid6: asynchronous handle_stripe_fill6Yuri Tikhonov1-50/+93
2009-08-29md/raid5,6: common schedule_reconstruction for raid5/6Yuri Tikhonov1-6/+18
2009-08-29md/raid6: asynchronous raid6 operationsDan Williams3-33/+299
2009-08-29md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams1-5/+16
2009-08-29async_tx: raid6 recovery self testDan Williams1-0/+13
2009-08-29dmatest: add pq supportDan Williams1-0/+26
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams2-1/+5
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-35/+10
2009-08-29async_tx: add sum check flagsDan Williams2-3/+4
2009-08-29md/raid5,6: add percpu scribble region for buffer listsDan Williams2-30/+110
2009-08-29md/raid6: move the spare page to a percpu allocationDan Williams2-86/+175
2009-07-28ioat: move to drivers/dma/ioat/Dan Williams9-13/+14
2009-07-14md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-06-09char: mxser, fix ISA board lookupPeter Botha1-1/+1
2009-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-2/+2
2009-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+5
2009-06-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-14/+14
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2-2/+2
2009-06-09r8169: fix crash when large packets are receivedEric Dumazet1-6/+5
2009-06-09md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown1-1/+1
2009-06-09md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown1-11/+11