Age | Commit message (Expand) | Author | Files | Lines |
2007-07-21 | IB/mthca: Change command token on timeout | Michael S. Tsirkin | 1 | -2/+1 |
2007-07-19 | IB/mthca: Simplify use of size0 in work request posting | Roland Dreier | 1 | -17/+24 |
2007-07-19 | IB/mthca: Factor out setting WQE UD segment entries | Roland Dreier | 1 | -18/+22 |
2007-07-18 | IB/mthca: Factor out setting WQE remote address and atomic segment entries | Roland Dreier | 1 | -59/+40 |
2007-07-18 | IB/mthca: Factor out setting WQE data segment entries | Roland Dreier | 3 | -54/+30 |
2007-07-18 | IB/mthca: Use uninitialized_var() for f0 | Roland Dreier | 1 | -2/+14 |
2007-07-18 | IB/mthca: Fix printk format used for firmware version in warning | Roland Dreier | 1 | -1/+1 |
2007-07-18 | IB/mthca: Schedule MSI support for removal | Roland Dreier | 1 | -4/+16 |
2007-07-18 | drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning | Jeff Garzik | 1 | -2/+2 |
2007-07-10 | IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>) | Shani Moideen | 2 | -2/+2 |
2007-07-10 | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 1 | -1/+1 |
2007-06-07 | IB/mthca, mlx4_core: Fix typo in comment | Roland Dreier | 1 | -1/+1 |
2007-05-30 | IB/mthca: Fix handling of send CQE with error for QPs connected to SRQ | Michael S. Tsirkin | 1 | -3/+3 |
2007-05-22 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 3 | -61/+102 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 5 | -0/+5 |
2007-05-19 | IB/mthca: Fix RESET to ERROR transition | Michael S. Tsirkin | 1 | -60/+98 |
2007-05-19 | IB/mthca: Set GRH:HopLimit when building MLX headers | Rolf Manderscheid | 1 | -0/+1 |
2007-05-19 | IB/mthca: Fix use-after-free on device restart | Ali Ayoub | 1 | -1/+3 |
2007-05-15 | IB/mthca: Set cleaned CQEs back to HW ownership when cleaning CQ | Michael S. Tsirkin | 1 | -1/+3 |
2007-05-15 | IB/mthca: Fix posting >255 recv WRs for Tavor | Michael S. Tsirkin | 1 | -0/+1 |
2007-05-09 | IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules | Roland Dreier | 2 | -10/+29 |
2007-05-07 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 4 | -7/+24 |
2007-05-07 | IB: Return "maybe missed event" hint from ib_req_notify_cq() | Roland Dreier | 2 | -7/+9 |
2007-05-07 | IB: Add CQ comp_vector support | Michael S. Tsirkin | 1 | -0/+2 |
2007-05-03 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
2007-05-01 | IB/mthca: Work around kernel QP starvation | Michael S. Tsirkin | 1 | -0/+13 |
2007-04-25 | IB: Set class_dev->dev in core for nice device symlink | Joachim Fenkes | 1 | -1/+0 |
2007-04-25 | IB/mthca: Simplify CQ cleaning in mthca_free_qp() | Roland Dreier | 1 | -4/+3 |
2007-04-25 | IB/mthca: Fix mthca_write_mtt() on HCAs with hidden memory | Roland Dreier | 1 | -2/+4 |
2007-04-19 | IB/mthca: Update HCA firmware revisions | Roland Dreier | 1 | -5/+5 |
2007-04-17 | IB/mthca: Fix data corruption after FMR unmap on Sinai | Michael S. Tsirkin | 1 | -0/+1 |
2007-03-27 | IB/mthca: Fix thinko in init_mr_table() | Michael S. Tsirkin | 1 | -2/+2 |
2007-03-02 | IB/mthca: Fix error path in mthca_alloc_memfree() | Roland Dreier | 1 | -5/+5 |
2007-02-21 | IB/mthca: Make 2 functions static | Adrian Bunk | 1 | -4/+6 |
2007-02-17 | IB/mthca: Fix allocation of ICM chunks in coherent memory | Roland Dreier | 1 | -1/+3 |
2007-02-17 | IB/mthca: Allow the QP state transition RESET->RESET | Dotan Barak | 1 | -0/+5 |
2007-02-13 | IB/mthca: Always fill MTTs from CPU | Michael S. Tsirkin | 3 | -9/+89 |
2007-02-13 | IB/mthca: Merge MR and FMR space on 64-bit systems | Michael S. Tsirkin | 2 | -6/+16 |
2007-02-13 | IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUs | Michael S. Tsirkin | 5 | -50/+131 |
2007-02-13 | IB/mthca: Give reserved MTTs a separate cache line | Michael S. Tsirkin | 1 | -0/+4 |
2007-02-13 | IB/mthca: Fix reserved MTTs calculation on mem-free HCAs | Michael S. Tsirkin | 1 | -1/+5 |
2007-02-10 | IB/mthca: Work around gcc bug on sparc64 | David Howells | 1 | -2/+7 |
2007-02-10 | IB/mthca: Use correct structure size in call to memset() | Roland Dreier | 1 | -1/+1 |
2007-02-05 | IB: Return qp pointer as part of ib_wc | Michael S. Tsirkin | 2 | -2/+2 |
2007-01-10 | IB/mthca: Don't execute QUERY_QP firmware command for QP in RESET state | Dotan Barak | 1 | -9/+17 |
2007-01-08 | IB/mthca: Fix PRM compliance problem in atomic-send completions | Jack Morgenstein | 1 | -2/+6 |
2007-01-05 | IB/mthca: Fix off-by-one in FMR handling on memfree | Michael S. Tsirkin | 1 | -1/+1 |
2006-12-30 | [PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversion | Michael S. Tsirkin | 1 | -1/+2 |
2006-12-16 | IB/mthca: Use DEFINE_MUTEX() instead of mutex_init() | Roland Dreier | 1 | -3/+1 |
2006-12-16 | IB/mthca: Add HCA profile module parameters | Leonid Arsh | 1 | -14/+97 |