summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/ipath: Implement new verbs DMA mapping functionsRalph Campbell2006-12-126-7/+201
* IB/ipath: Fix IRQ for PCI Express HCAsRoland Dreier2006-12-121-1/+1
* RDMA/amso1100: Fix memory leak in c2_qp_modify()Krishna Kumar2006-12-121-5/+8
* IB/ipath: Remove unused "write-only" variablesRoland Dreier2006-12-127-18/+9Star
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-083-6/+6
* [PATCH] struct path: convert infinibandJosef Sipek2006-12-082-7/+7
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-076-7/+7
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-072-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0519-71/+106
|\
| * RDMA/amso1100: Prevent deadlock in destroy QPKrishna Kumar2006-11-301-8/+28
| * IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein2006-11-301-1/+1
| * IB/ehca: Use WQE offset instead of WQE addr for pending work reqsHoang-Nam Nguyen2006-11-304-15/+39
| * IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier2006-11-301-1/+1
| * IB/ipath: Fix typo in pma_counter_select subscriptRoland Dreier2006-11-301-1/+1
| * RDMA/amso1100: Fix section mismatchesRoland Dreier2006-11-301-2/+2
| * IB/mthca: Fix section mismatchesRoland Dreier2006-11-3010-41/+33Star
| * IB: kmemdup() cleanupEric Sesterhenn2006-11-301-2/+1Star
* | WorkStruct: make allyesconfigDavid Howells2006-11-222-5/+6
|/
* IB/ipath: Depend on CONFIG_NETBryan O'Sullivan2006-11-201-1/+1
* [PATCH] IB/ipath - fix driver build for platforms with PCI, but not HTBryan O'Sullivan2006-11-163-3/+8
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-11-1312-60/+110
|\
| * RDMA/amso1100: Fix && typoJean Delvare2006-11-131-2/+2
| * RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_deviceTom Tucker2006-11-132-20/+22
| * IB/ehca: Activate scaling code by defaultHoang-Nam Nguyen2006-11-131-0/+1
| * IB/ehca: Use named constant for max mtuHoang-Nam Nguyen2006-11-132-3/+4
| * IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen2006-11-096-35/+81
* | [PATCH] IB/ipath - program intconfig register using new HT irq hookBryan O'Sullivan2006-11-095-82/+74Star
|/
* IB/mthca: Fix MAD extended header format for MAD_IFC firmware commandMichael S. Tsirkin2006-10-311-7/+7
* IB/amso1100: Fix incorrect pr_debug()Steve Wise2006-10-311-2/+2
* IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_singleSteve Wise2006-10-313-50/+33Star
* IB/ehca: Fix eHCA driver compilation for uniprocessorPaul Mackerras2006-10-311-0/+1
* IB/mthca: Use mmiowb after doorbell ringArthur Kepner2006-10-173-0/+34
* IB/ipath: Initialize diagpkt file on device init onlyRobert Walsh2006-10-163-40/+38Star
* RDMA/amso1100: Fix a NULL dereference in error pathAdrian Bunk2006-10-161-2/+2
* RDMA/amso1100: pci_module_init() conversionHenrik Kretzschmar2006-10-161-1/+1
* IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin2006-10-101-2/+4
* RDMA/amso1100: Fix build with debugging offRoland Dreier2006-10-101-2/+0Star
* IB/mthca: Query port fixJack Morgenstein2006-10-101-0/+2
* RDMA/amso1100: Add spinlocks to serialize ib_post_send/ib_post_recvTom Tucker2006-10-101-4/+12
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-056-14/+12Star
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* IB/ehca: Tweak trace message formatHoang-Nam Nguyen2006-10-021-1/+1
* IB/ehca: Fix device registrationHoang-Nam Nguyen2006-10-021-17/+19
* IB/ipath: Fix RDMA readsRalph Campbell2006-10-021-27/+32
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* IB/ipath: Fix lockdep error upon "ifconfig ibN down"Bryan O'Sullivan2006-09-281-5/+7
* IB/ipath: Fix races with ib_resize_cq()Bryan O'Sullivan2006-09-281-8/+22
* IB/ipath: Support new PCIE device, QLE7142Bryan O'Sullivan2006-09-281-0/+3
* IB/ipath: Set CPU affinity earlyBryan O'Sullivan2006-09-282-10/+35