summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/dma.c
AgeCommit message (Expand)Author
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08ioat: implement a private tx_listDan Williams
2009-09-08ioat3: xor self testDan Williams
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams
2009-09-08ioat1: trim ioat_dma_desc_swDan Williams
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams
2009-09-08ioat: preserve chanctrl bits when re-arming interruptsDan Williams
2009-09-08ioat: ignore reserved bits for chancnt and xfercapDan Williams
2009-09-08ioat: cleanup completion status readsDan Williams
2009-09-08ioat: add some dev_dbg() callsDan Williams
2009-09-08ioat1: kill unused unmap parametersDan Williams
2009-09-08ioat2,3: convert to a true ring bufferDan Williams
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams
2009-09-08ioat: fix self test interruptsDan Williams
2009-09-08ioat1: move descriptor allocation from submit to prepDan Williams
2009-09-08ioat: define descriptor control bit-fieldDan Williams
2009-09-08ioat: split ioat_dma_probe into core/version-specific routinesDan Williams
2009-09-08ioat: cleanup some long deref chains and 80 column collisionsDan Williams
2009-09-08ioat: convert ioat_probe to pcim/devmDan Williams
2009-09-08ioat: move definitions to dma.hDan Williams
2009-07-28ioat: move to drivers/dma/ioat/Dan Williams