Age | Commit message (Expand) | Author | Files | Lines |
2005-10-31 | [IB] mthca: Avoid SRQ free WQE list corruption | Roland Dreier | 1 | -6/+7 |
2005-10-29 | [IB] mthca: report asynchronous CQ events | Michael S. Tsirkin | 3 | -3/+36 |
2005-10-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Roland Dreier | 4 | -4/+4 |
2005-10-28 | [PATCH] gfp_t: drivers/infiniband | Al Viro | 4 | -4/+4 |
2005-10-27 | [IB] mthca: first pass at catastrophic error reporting | Roland Dreier | 5 | -1/+176 |
2005-10-25 | [IB] mthca: correct modify QP attribute masks for UC | Roland Dreier | 1 | -7/+3 |
2005-10-25 | [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped | Sean Hefty | 1 | -63/+9 |
2005-10-24 | Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co... | Roland Dreier | 1 | -10/+11 |
2005-10-24 | [PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt() | Roland Dreier | 1 | -10/+11 |
2005-10-22 | [IB] mthca: Always re-arm EQs in mthca_tavor_interrupt() | Roland Dreier | 1 | -10/+11 |
2005-10-19 | [IB] mthca: Don't enter QP into MCG more than once. | Jack Morgenstein | 1 | -1/+6 |
2005-10-19 | [IB] mthca: Add struct pci_driver.owner field | Roland Dreier | 1 | -0/+1 |
2005-10-19 | [IB] mthca: Use enum in mthca_alloc_db() prototype | Roland Dreier | 2 | -2/+4 |
2005-10-18 | [IB] uverbs: Add a mask of device methods allowed for userspace | Roland Dreier | 1 | -0/+20 |
2005-10-18 | [IB] mthca: Better limit checking and reporting | Jack Morgenstein | 7 | -12/+40 |
2005-10-18 | [IB] mthca: detect SRQ overflow | Roland Dreier | 1 | -0/+15 |
2005-10-18 | [IB] mthca: SRQ limit reached events | Roland Dreier | 4 | -4/+45 |
2005-10-18 | [IB] mthca: Fill in more fields in query_port method | Jack Morgenstein | 1 | -0/+4 |
2005-10-18 | [IB] uverbs: Add device-specific ABI version attribute | Roland Dreier | 2 | -0/+7 |
2005-10-18 | [IB] mthca: Report correct atomic capability | Jack Morgenstein | 3 | -0/+4 |
2005-10-01 | [IB] mthca: Fix memory leak on device close | Michael S. Tsirkin | 1 | -24/+21 |
2005-09-28 | [IB] mthca: fix hw_ver value returned from mthca_query_device | Jack Morgenstein | 1 | -1/+1 |
2005-09-27 | [IB] mthca: Round up number of slots in HCA context memory table | Michael S. Tsirkin | 1 | -1/+1 |
2005-09-26 | [IB] mthca: Fix off by one bug in mthca_map_cmd | Michael S. Tsirkin | 1 | -2/+2 |
2005-09-26 | [IB] mthca: fix off by one in clr_int calculation | Michael S. Tsirkin | 1 | -1/+1 |
2005-09-26 | [IB] mthca: Fix doorbell record resource leak | Roland Dreier | 1 | -4/+13 |
2005-09-20 | [PATCH] IB/mthca: Fix device removal memory leak | Michael S. Tsirkin | 1 | -0/+1 |
2005-09-19 | [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs | Roland Dreier | 1 | -1/+2 |
2005-09-19 | [PATCH] IB/mthca: Fix posting work requests to shared receive queues | Roland Dreier | 1 | -6/+4 |
2005-09-19 | [PATCH] IB/mthca: Initialize eq->nent before we use it | Roland Dreier | 1 | -11/+5 |
2005-09-19 | [PATCH] IB/mthca: fix posting of first work request | Roland Dreier | 2 | -34/+28 |
2005-09-19 | [PATCH] IB/mthca: assign ACK timeout field correctly | Roland Dreier | 1 | -1/+1 |
2005-09-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 1 | -12/+33 |
2005-09-09 | [PATCH] PCI: remove CONFIG_PCI_NAMES | Adrian Bunk | 2 | -8/+8 |
2005-09-07 | [PATCH] IB: Initialize qp->wait | Michael S. Tsirkin | 1 | -0/+1 |
2005-09-07 | [PATCH] IB: really reset QPs | Roland Dreier | 1 | -12/+32 |
2005-08-27 | [PATCH] IB: move include files to include/rdma | Roland Dreier | 9 | -16/+14 |
2005-08-27 | [PATCH] IB/mthca: Add SRQ implementation | Roland Dreier | 13 | -25/+857 |
2005-08-27 | [PATCH] IB/mthca: Handle context tables smaller than our chunk size | Roland Dreier | 1 | -1/+6 |
2005-08-27 | [PATCH] IB/mthca: Move WQE structures into their own header | Roland Dreier | 2 | -74/+115 |
2005-08-27 | [PATCH] IB/mthca: Simplify handling of completions with error | Roland Dreier | 2 | -9/+9 |
2005-08-27 | [PATCH] IB/mthca: Factor out common queue alloc code | Roland Dreier | 5 | -224/+141 |
2005-08-27 | [PATCH] IB/mthca: Report correct max_msg_sz | Roland Dreier | 1 | -0/+3 |
2005-08-27 | [PATCH] IB/mthca: Use correct port width capability value | Roland Dreier | 5 | -13/+10 |
2005-08-27 | [PATCH] IB: Remove unnecessary includes of <linux/version.h> | Olaf Hering | 1 | -1/+0 |
2005-08-27 | [PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre... | Guy German | 1 | -1/+1 |
2005-08-27 | [PATCH] IB/mthca: add HCA board ID to sysfs info | Michael S. Tsirkin | 5 | -69/+109 |
2005-08-27 | [PATCH] IB: sparse endianness cleanup | Sean Hefty | 14 | -263/+266 |
2005-08-27 | [PATCH] IB: Add copyright notices | Roland Dreier | 18 | -0/+23 |
2005-08-27 | [PATCH] IB: Update current firmware versions in mthca driver | Tziporet Koren | 1 | -3/+3 |