| Commit message (Expand) | Author | Age | Files | Lines |
* | ioat: fix infinite timeout checking in ioat2_quiesce | Dan Williams | 2010-02-02 | 1 | -1/+1 |
* | ioat2,3: put channel hardware in known state at init | Dan Williams | 2009-12-19 | 6 | -32/+114 |
* | ioat3: fix p-disabled q-continuation | Dan Williams | 2009-12-17 | 1 | -2/+4 |
* | ioat3: fix pq completion versus channel deallocation race | Dan Williams | 2009-11-19 | 1 | -2/+2 |
* | async_tx: build-time toggling of async_{syndrome,xor}_val dma support | Dan Williams | 2009-11-19 | 1 | -0/+10 |
* | ioat2,3: report all uncorrectable errors | Dan Williams | 2009-11-19 | 3 | -3/+5 |
* | ioat3: specify valid address for disabled-Q or disabled-P | Dan Williams | 2009-11-19 | 1 | -5/+17 |
* | ioat2,3: disable asynchronous error notifications | Dan Williams | 2009-11-19 | 1 | -3/+1 |
* | ioat3: dca and raid operations are incompatible | Dan Williams | 2009-11-19 | 3 | -1/+9 |
* | ioat: silence "dca disabled" messages | Dan Williams | 2009-11-17 | 1 | -2/+2 |
* | ioat3: fix uninitialized var warnings | Dan Williams | 2009-09-21 | 1 | -6/+9 |
* | drivers/dma/ioat/dma_v2.c: fix warnings | Andrew Morton | 2009-09-21 | 1 | -2/+3 |
* | ioat2: clarify ring size limits | Dan Williams | 2009-09-16 | 1 | -3/+4 |
* | ioat: driver version 4.0 | Dan Williams | 2009-09-10 | 1 | -1/+1 |
* | dca: registering requesters in multiple dca domains | Maciej Sosnowski | 2009-09-10 | 1 | -1/+1 |
* | Merge branch 'dmaengine' into async-tx-next | Dan Williams | 2009-09-08 | 5 | -8/+26 |
|\ |
|
| * | ioat2,3: cacheline align software descriptor allocations | Dan Williams | 2009-09-08 | 3 | -4/+20 |
| * | ioat: implement a private tx_list | Dan Williams | 2009-09-08 | 2 | -4/+6 |
* | | I/OAT: Convert to PCI_VDEVICE() | Roland Dreier | 2009-09-08 | 1 | -23/+23 |
* | | Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded | Roland Dreier | 2009-09-08 | 1 | -0/+1 |
* | | ioat3: segregate raid engines | Dan Williams | 2009-09-08 | 3 | -9/+22 |
* | | ioat3: ioat3.2 pci ids for Jasper Forest | Tom Picard | 2009-09-08 | 1 | -0/+13 |
* | | ioat3: interrupt descriptor support | Dan Williams | 2009-09-08 | 1 | -1/+38 |
* | | ioat3: support xor via pq descriptors | Dan Williams | 2009-09-08 | 1 | -0/+49 |
* | | ioat3: pq support | Dan Williams | 2009-09-08 | 1 | -1/+264 |
* | | ioat3: xor self test | Dan Williams | 2009-09-08 | 4 | -3/+282 |
* | | ioat3: xor support | Dan Williams | 2009-09-08 | 4 | -3/+222 |
* | | ioat3: enable dca for completion writes | Dan Williams | 2009-09-08 | 2 | -1/+3 |
* | | ioat: add 'ioat' sysfs attributes | Dan Williams | 2009-09-08 | 6 | -6/+166 |
* | | ioat3: split ioat3 support to its own file, add memset | Dan Williams | 2009-09-08 | 7 | -84/+421 |
* | | ioat3: hardware version 3.2 register / descriptor definitions | Dan Williams | 2009-09-08 | 4 | -2/+185 |
* | | ioat2+: add fence support | Dan Williams | 2009-09-08 | 1 | -0/+1 |
|/ |
|
* | ioat2,3: dynamically resize descriptor ring | Dan Williams | 2009-09-08 | 3 | -31/+187 |
* | ioat: switch watchdog and reset handler from workqueue to timer | Dan Williams | 2009-09-08 | 5 | -428/+388 |
* | ioat1: trim ioat_dma_desc_sw | Dan Williams | 2009-09-08 | 3 | -5/+7 |
* | ioat: ___devinit annotate the initialization paths | Dan Williams | 2009-09-08 | 5 | -20/+24 |
* | ioat: preserve chanctrl bits when re-arming interrupts | Dan Williams | 2009-09-08 | 3 | -14/+10 |
* | ioat: ignore reserved bits for chancnt and xfercap | Dan Williams | 2009-09-08 | 2 | -0/+14 |
* | ioat: cleanup completion status reads | Dan Williams | 2009-09-08 | 4 | -75/+46 |
* | ioat: add some dev_dbg() calls | Dan Williams | 2009-09-08 | 4 | -4/+81 |
* | ioat1: kill unused unmap parameters | Dan Williams | 2009-09-08 | 2 | -4/+0 |
* | ioat2,3: convert to a true ring buffer | Dan Williams | 2009-09-08 | 6 | -686/+1122 |
* | ioat: prepare the code for ioat[12]_dma_chan split | Dan Williams | 2009-09-08 | 2 | -370/+390 |
* | ioat: fix self test interrupts | Dan Williams | 2009-09-08 | 1 | -1/+2 |
* | ioat1: move descriptor allocation from submit to prep | Dan Williams | 2009-09-08 | 1 | -89/+65 |
* | ioat: define descriptor control bit-field | Dan Williams | 2009-09-08 | 2 | -32/+34 |
* | ioat: fix type mismatch for ->dmacount | Dan Williams | 2009-09-08 | 1 | -2/+2 |
* | ioat: split ioat_dma_probe into core/version-specific routines | Dan Williams | 2009-09-08 | 3 | -155/+200 |
* | ioat: kill function prototype ifdef guards | Dan Williams | 2009-09-08 | 1 | -9/+0 |
* | ioat: cleanup some long deref chains and 80 column collisions | Dan Williams | 2009-09-08 | 2 | -167/+144 |