summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-087-84/+421
| * | | | | ioat3: hardware version 3.2 register / descriptor definitionsDan Williams2009-09-084-2/+185
| * | | | | ioat2+: add fence supportDan Williams2009-09-081-0/+1
| * | | | | dmaengine, async_tx: support alignment checksDan Williams2009-09-081-0/+14
| * | | | | dmaengine: cleanup unused transaction typesDan Williams2009-09-081-4/+1
| * | | | | dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2009-09-082-0/+44
| * | | | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-084-58/+63
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | dmatest: add pq supportDan Williams2009-08-291-0/+26
| | * | | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-292-1/+5
| | * | | async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-291-35/+10
| | * | | 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-081-0/+10
| * | | | ioat2,3: dynamically resize descriptor ringDan Williams2009-09-083-31/+187
| * | | | ioat: switch watchdog and reset handler from workqueue to timerDan Williams2009-09-085-428/+388
| * | | | ioat1: trim ioat_dma_desc_swDan Williams2009-09-083-5/+7
| * | | | ioat: ___devinit annotate the initialization pathsDan Williams2009-09-085-20/+24
| * | | | ioat: preserve chanctrl bits when re-arming interruptsDan Williams2009-09-083-14/+10
| * | | | ioat: ignore reserved bits for chancnt and xfercapDan Williams2009-09-082-0/+14
| * | | | ioat: cleanup completion status readsDan Williams2009-09-084-75/+46
| * | | | ioat: add some dev_dbg() callsDan Williams2009-09-084-4/+81
| * | | | ioat1: kill unused unmap parametersDan Williams2009-09-082-4/+0
| * | | | ioat2,3: convert to a true ring bufferDan Williams2009-09-086-686/+1122
| * | | | ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2009-09-082-370/+390
| * | | | ioat: fix self test interruptsDan Williams2009-09-081-1/+2
| * | | | ioat1: move descriptor allocation from submit to prepDan Williams2009-09-081-89/+65
| * | | | ioat: define descriptor control bit-fieldDan Williams2009-09-082-32/+34
| * | | | ioat: fix type mismatch for ->dmacountDan Williams2009-09-081-2/+2
| * | | | ioat: split ioat_dma_probe into core/version-specific routinesDan Williams2009-09-083-155/+200
| * | | | ioat: kill function prototype ifdef guardsDan Williams2009-09-081-9/+0
| * | | | ioat: cleanup some long deref chains and 80 column collisionsDan Williams2009-09-082-167/+144
| * | | | ioat: convert ioat_probe to pcim/devmDan Williams2009-09-084-141/+68
| * | | | ioat: move definitions to dma.hDan Williams2009-09-082-14/+16
| * | | | ioat: move to drivers/dma/ioat/Dan Williams2009-07-288-11/+12
* | | | | at_hdmac: Rework suspend_late()/resume_early()Dan Williams2009-09-141-7/+12
* | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-058-12/+1608
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-07-308-12/+1608
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | * | | dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2009-07-222-43/+214
| | * | | dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre2009-07-224-0/+1404
| | * | | dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-221-2/+2
| | * | | dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-221-1/+14
| | * | | drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-222-2/+2
| | * | | drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-221-1/+1
| | * | | dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams2009-07-011-2/+2
| | * | | fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder2009-06-161-1/+2
| | * | | fsldma: enable external start for the 83xx controllerIra Snyder2009-06-161-1/+1
| | * | | fsldma: use PCI Read Multiple commandIra W. Snyder2009-06-162-2/+9
| | |/ /
* | | | DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm2009-07-221-5/+10
* | | | DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm2009-07-221-5/+10
|/ / /
* | | DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto2009-06-241-8/+12
OpenPOWER on IntegriCloud