aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams
2009-11-19dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams
2009-10-03this_cpu: Eliminate get/put_cpuChristoph Lameter
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08dmaengine: kill tx_listDan Williams
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski
2009-04-08async_tx: rename zero_sum to valDan Williams
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams
2009-03-25dmaengine: fail device registration if channel registration failsDan Williams
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams
2009-01-19dmaengine: kill some dubious WARN_ONCEsDan Williams
2009-01-12dmaengine: fix dependency chainingYuri Tikhonov
2009-01-06dmaengine: bump initcall level to arch_initcallDan Williams
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnDan Williams
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams
2009-01-06dmaengine: kill enum dma_state_clientDan Williams
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-12-03dmaengine: protect 'id' from concurrent registrationsDan Williams
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen
2008-07-08dmaengine: track the number of clients using a channelDan Williams
2008-07-08dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen
2008-04-21DMA engine: typo fixesSebastian Siewior
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams
2008-04-17async_tx: kill ->device_dependency_addedDan Williams
2008-04-17async_tx: fix multiple dependency submissionDan Williams
2008-03-13dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones
2007-11-14dmaengine: fix broken device refcountingHaavard Skinnemoen