aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
Commit message (Expand)AuthorAgeFilesLines
* drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGSTracey Dent2010-12-041-1/+1
* ioat2: fix performance regressionDan Williams2010-10-131-1/+1
* ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-043-3/+27
* Merge branch 'ioat' into dmaengineDan Williams2010-05-176-202/+150
|\
| * ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo2010-05-021-6/+1
| * ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams2010-05-011-3/+3
| * ioat2,3: convert to producer/consumer lockingDan Williams2010-05-014-181/+134
| * ioat: convert to circ_bufDan Williams2010-05-012-12/+8
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* | dmaengine: provide helper for setting txstateDan Williams2010-03-261-5/+1
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-264-28/+28
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* Merge branch 'coh' into dmaengineDan Williams2010-03-031-1/+1
|\
| * ioat: fix infinite timeout checking in ioat2_quiesceDan Williams2010-02-021-1/+1
* | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-035-67/+40
* | ioat3: interrupt coalescingDan Williams2010-03-032-5/+34
* | ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-032-2/+2
* | ioat2: kill pending flagDan Williams2010-03-032-24/+12
* | ioat3: use ioat2_quiesce()Dan Williams2010-03-031-9/+1
* | ioat3: cleanup, don't enable DCA completion writesDan Williams2010-03-031-2/+1
|/
* ioat2,3: put channel hardware in known state at initDan Williams2009-12-196-32/+114
* ioat3: fix p-disabled q-continuationDan Williams2009-12-171-2/+4
* ioat3: fix pq completion versus channel deallocation raceDan Williams2009-11-191-2/+2
* async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-191-0/+10
* ioat2,3: report all uncorrectable errorsDan Williams2009-11-193-3/+5
* ioat3: specify valid address for disabled-Q or disabled-PDan Williams2009-11-191-5/+17
* ioat2,3: disable asynchronous error notificationsDan Williams2009-11-191-3/+1
* ioat3: dca and raid operations are incompatibleDan Williams2009-11-193-1/+9
* ioat: silence "dca disabled" messagesDan Williams2009-11-171-2/+2
* ioat3: fix uninitialized var warningsDan Williams2009-09-211-6/+9
* drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton2009-09-211-2/+3
* ioat2: clarify ring size limitsDan Williams2009-09-161-3/+4
* ioat: driver version 4.0Dan Williams2009-09-101-1/+1
* dca: registering requesters in multiple dca domainsMaciej Sosnowski2009-09-101-1/+1
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-085-8/+26
|\
| * ioat2,3: cacheline align software descriptor allocationsDan Williams2009-09-083-4/+20
| * ioat: implement a private tx_listDan Williams2009-09-082-4/+6
* | I/OAT: Convert to PCI_VDEVICE()Roland Dreier2009-09-081-23/+23
* | Add MODULE_DEVICE_TABLE() so ioatdma module is autoloadedRoland Dreier2009-09-081-0/+1
* | ioat3: segregate raid enginesDan Williams2009-09-083-9/+22
* | ioat3: ioat3.2 pci ids for Jasper ForestTom Picard2009-09-081-0/+13
* | ioat3: interrupt descriptor supportDan Williams2009-09-081-1/+38
* | ioat3: support xor via pq descriptorsDan Williams2009-09-081-0/+49
* | ioat3: pq supportDan Williams2009-09-081-1/+264
* | ioat3: xor self testDan Williams2009-09-084-3/+282
* | ioat3: xor supportDan Williams2009-09-084-3/+222
* | ioat3: enable dca for completion writesDan Williams2009-09-082-1/+3
* | ioat: add 'ioat' sysfs attributesDan Williams2009-09-086-6/+166
* | ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-087-84/+421