IB/mlx4: Whitespace fix
[safe/jmp/linux-2.6] / drivers / infiniband / hw / mthca /
2007-07-21 Michael S. TsirkinIB/mthca: Change command token on timeout
2007-07-18 Roland DreierIB/mthca: Simplify use of size0 in work request posting
2007-07-18 Roland DreierIB/mthca: Factor out setting WQE UD segment entries
2007-07-18 Roland DreierIB/mthca: Factor out setting WQE remote address and...
2007-07-18 Roland DreierIB/mthca: Factor out setting WQE data segment entries
2007-07-18 Roland DreierIB/mthca: Use uninitialized_var() for f0
2007-07-18 Roland DreierIB/mthca: Fix printk format used for firmware version...
2007-07-18 Roland DreierIB/mthca: Schedule MSI support for removal
2007-07-17 Jeff Garzikdrivers/infiniband/hw/mthca/mthca_qp: kill uninit'd...
2007-07-10 Shani MoideenIB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with...
2007-07-10 Jan EngelhardtIB: Use menuconfig for InfiniBand menu
2007-06-07 Roland DreierIB/mthca, mlx4_core: Fix typo in comment
2007-05-29 Michael S. TsirkinIB/mthca: Fix handling of send CQE with error for QPs...
2007-05-21 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-19 Michael S. TsirkinIB/mthca: Fix RESET to ERROR transition
2007-05-19 Rolf ManderscheidIB/mthca: Set GRH:HopLimit when building MLX headers
2007-05-19 Ali AyoubIB/mthca: Fix use-after-free on device restart
2007-05-14 Michael S. TsirkinIB/mthca: Set cleaned CQEs back to HW ownership when...
2007-05-14 Michael S. TsirkinIB/mthca: Fix posting >255 recv WRs for Tavor
2007-05-09 Roland DreierIB/uverbs: Export ib_umem_get()/ib_umem_release() to...
2007-05-07 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-07 Roland DreierIB: Return "maybe missed event" hint from ib_req_notify...
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-05-03 Jean DelvarePCI: Cleanup the includes of <linux/pci.h>
2007-05-01 Michael S. TsirkinIB/mthca: Work around kernel QP starvation
2007-04-25 Joachim FenkesIB: Set class_dev->dev in core for nice device symlink
2007-04-24 Roland DreierIB/mthca: Simplify CQ cleaning in mthca_free_qp()
2007-04-24 Roland DreierIB/mthca: Fix mthca_write_mtt() on HCAs with hidden...
2007-04-19 Roland DreierIB/mthca: Update HCA firmware revisions
2007-04-16 Michael S. TsirkinIB/mthca: Fix data corruption after FMR unmap on Sinai
2007-03-26 Michael S. TsirkinIB/mthca: Fix thinko in init_mr_table()
2007-03-01 Roland DreierIB/mthca: Fix error path in mthca_alloc_memfree()
2007-02-21 Adrian BunkIB/mthca: Make 2 functions static
2007-02-16 Roland DreierIB/mthca: Fix allocation of ICM chunks in coherent...
2007-02-16 Dotan BarakIB/mthca: Allow the QP state transition RESET->RESET
2007-02-13 Michael S. TsirkinIB/mthca: Always fill MTTs from CPU
2007-02-13 Michael S. TsirkinIB/mthca: Merge MR and FMR space on 64-bit systems
2007-02-13 Michael S. TsirkinIB/mthca: Fix access to MTT and MPT tables on non-cache...
2007-02-13 Michael S. TsirkinIB/mthca: Give reserved MTTs a separate cache line
2007-02-13 Michael S. TsirkinIB/mthca: Fix reserved MTTs calculation on mem-free...
2007-02-10 David HowellsIB/mthca: Work around gcc bug on sparc64
2007-02-10 Roland DreierIB/mthca: Use correct structure size in call to memset()
2007-02-04 Michael S. TsirkinIB: Return qp pointer as part of ib_wc
2007-01-09 Dotan BarakIB/mthca: Don't execute QUERY_QP firmware command for...
2007-01-08 Jack MorgensteinIB/mthca: Fix PRM compliance problem in atomic-send...
2007-01-05 Michael S. TsirkinIB/mthca: Fix off-by-one in FMR handling on memfree
2006-12-30 Michael S. Tsirkin[PATCH] IB/mthca: Fix FMR breakage caused by kmemdup...
2006-12-16 Roland DreierIB/mthca: Use DEFINE_MUTEX() instead of mutex_init()
2006-12-16 Leonid ArshIB/mthca: Add HCA profile module parameters
2006-12-08 David Howells[PATCH] LOG2: Implement a general integer log2 facility...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Jack MorgensteinIB/mthca: Fix initial SRQ logsize for mem-free HCAs
2006-11-29 Roland DreierIB/mthca: Fix section mismatches
2006-11-29 Eric SesterhennIB: kmemdup() cleanup
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-31 Michael S. TsirkinIB/mthca: Fix MAD extended header format for MAD_IFC...
2006-10-17 Arthur KepnerIB/mthca: Use mmiowb after doorbell ring
2006-10-10 Michael S. TsirkinIB/mthca: Fix off-by-one in mthca SRQ creation
2006-10-10 Jack MorgensteinIB/mthca: Query port fix
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-22 Roland DreierIB/mthca: Simplify calls to mthca_cq_clean()
2006-09-22 Jack MorgensteinIB/mthca: Recover from catastrophic errors
2006-09-22 Tom TuckerRDMA: iWARP Core Changes.
2006-09-22 Roland DreierIB: Whitespace fixes
2006-09-22 Jack MorgensteinIB/mthca: Return correct number of bits for static...
2006-09-22 Jack MorgensteinIB/mthca: Return port number for unconnected QPs in...
2006-09-22 Jack MorgensteinIB/mthca: Fix default static rate returned for Tavor...
2006-09-22 Ralph CampbellIB/uverbs: Pass userspace data to modify_srq and modify...
2006-09-22 James LentiniIB/mthca: Include the header we really want
2006-09-22 Michael S. TsirkinIB/mthca: Don't use privileged UAR for kernel access
2006-09-22 Jack MorgensteinIB/mthca: Fix lid used for sending traps
2006-09-01 Roland DreierIB/mthca: Use IRQ safe locks to protect allocation...
2006-08-23 Michael S. TsirkinIB/mthca: Update HCA firmware revisions
2006-08-18 Roland DreierIB/mthca: No userspace SRQs if HCA doesn't have SRQ...
2006-08-11 Roland DreierIB/mthca: Fix potential AB-BA deadlock with CQ locks
2006-08-10 Michael S. TsirkinIB/mthca: Make fence flag work for send work requests
2006-08-03 Roland DreierIB/mthca: Clean up mthca array index mask
2006-08-03 Michael S. TsirkinIB/mthca: Fix mthca_array_clear() thinko
2006-07-24 Roland DreierIB/mthca: Initialize max_cmds before debug code prints it
2006-07-24 Dotan BarakIB/mthca: Fix SRQ limit event range check
2006-07-15 Michael S. Tsirkin[PATCH] IB/mthca: comment fix
2006-07-15 Jack Morgenstein[PATCH] IB/mthca: fix static rate returned by mthca_ah_...
2006-07-04 Zach Brown[PATCH] mthca: initialize send and receive queue locks...
2006-07-02 Thomas Gleixner[PATCH] irq-flags: misc drivers: Use the new IRQF_...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-27 Greg Kroah-Hartman[PATCH] 64bit resource: fix up printks for resources...
2006-06-18 Roland DreierIB/mthca: Make all device methods truly reentrant
2006-06-18 Roland DreierIB/mthca: Fix memory leak on modify_qp error paths
2006-06-18 Or GerlitzIB/mthca: Fill in max_map_per_fmr device attribute
2006-06-18 Leonid ArshIB/mthca: Add client reregister event generation
2006-06-18 Roland DreierIB/mthca: Convert FW commands to use wait_for_completio...
2006-06-18 Michael S. TsirkinIB/mthca: Remove dead code
2006-06-18 Michael S. TsirkinIB/mthca: memfree completion with error FW bug workaround
2006-06-18 Michael S. TsirkinIB/mthca: restore missing PCI registers after reset
2006-05-24 Michael S. TsirkinIB/mthca: Fix posting lists of 256 receive requests...
2006-05-18 Michael S. TsirkinIB/mthca: Fix posting lists of 256 receive requests...
2006-05-17 Roland DreierIB/mthca: Make fw_cmd_doorbell default to 0
2006-05-10 Michael S. TsirkinIB/mthca: FMR ioremap fix
next