aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-09IB/ehca: Improve latency by unlocking after triggering the hardwareHoang-Nam Nguyen1-3/+2
2007-07-09IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes4-31/+101
2007-07-09IB/ehca: Return QP pointer in poll_cq()Joachim Fenkes1-3/+8
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes6-32/+28
2007-07-09IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes5-39/+29
2007-07-09IB/ehca: Lock renaming, static initializersJoachim Fenkes6-36/+27
2007-07-09IB/ehca: Report RDMA atomic attributes in query_qp()Hoang-Nam Nguyen1-0/+3
2007-07-09IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2Stefan Roscher1-0/+11
2007-07-09IB/ehca: Support UD low-latency QPsStefan Roscher1-27/+57
2007-07-09IB/ehca: add Shared Receive Queue supportJoachim Fenkes9-107/+480
2007-07-09IB/ehca: QP code restructuring in preparation for SRQJoachim Fenkes4-170/+166
2007-07-09IB/ehca: HW level, HW caps and MTU autodetectionJoachim Fenkes5-11/+104
2007-07-09IB/ehca: Change scaling_code parameter description to match default valueHoang-Nam Nguyen1-1/+1
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt1-1/+1
2007-07-09IB/ehca: Refactor "maybe missed event" codeJoachim Fenkes2-19/+11
2007-05-24IB/ehca: Fix number of send WRs reported for new QPStefan Roscher1-1/+1
2007-05-19IB/ehca: Return proper error code if register_mr failsHoang-Nam Nguyen1-5/+2
2007-05-14IB/ehca: Disable scaling code by default, bump version numberJoachim Fenkes1-3/+3
2007-05-14IB/ehca: Beautify sysfs attribute code and fix compiler warningsJoachim Fenkes1-49/+37
2007-05-14IB/ehca: Remove _irqsave, move #ifdefJoachim Fenkes1-4/+3
2007-05-14IB/ehca: Fix AQP0/1 QP numberHoang-Nam Nguyen1-2/+3
2007-05-14IB/ehca: Correctly set GRH mask bit in ehca_modify_qp()Joachim Fenkes1-4/+8
2007-05-14IB/ehca: Serialize hypervisor calls in ehca_register_mr()Stefan Roscher3-2/+14
2007-05-09Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-33/+40
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+6
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier3-33/+40
2007-05-08Merge branch 'linux-2.6'Paul Mackerras5-7/+24
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-7/+24
2007-05-06IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier3-4/+20
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin3-3/+4
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras5-2/+83
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-1/+1
2007-04-24IB/ehca: Implement modify_portJoachim Fenkes5-2/+83
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-13[POWERPC] get_property returns constStephen Rothwell1-2/+2
2007-03-22IB/ehca: Make scaling code work without CPU hotplugJoachim Fenkes1-0/+8
2007-03-01IB/ehca: Fix sync between completion handler and destroy cqHoang-Nam Nguyen4-25/+60
2007-02-16IB/ehca: Change query_port() to return LINK_UP instead UNKNOWNHoang-Nam Nguyen1-0/+3
2007-02-16IB/ehca: Allow en/disabling scaling code via module parameterHoang-Nam Nguyen4-34/+26
2007-02-16IB/ehca: Fix race condition/locking issues in scaling codeHoang-Nam Nguyen1-35/+33
2007-02-16IB/ehca: Rework irq handlerHoang-Nam Nguyen6-92/+183
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-2/+2
2007-02-13Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+2
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day4-10/+5
2007-02-10IB/ehca: Fix memleak on module unloadingAkinobu Mita1-0/+2
2007-02-04IB/ehca: Remove obsolete prototypesHoang-Nam Nguyen1-14/+0
2007-02-04IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen6-363/+204
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-1/+1
2007-01-22IB/ehca: Fix mismatched spin_unlock in irq handlerHoang-Nam Nguyen1-1/+2