aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-13IB/ehca: Replace vmalloc() with kmalloc() for queue allocationAnton Blanchard1-3/+3
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison1-4/+4
2009-01-16IB/ehca: Use consistent types for ehca_plpar_hcall9()Stephen Rothwell1-13/+13
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell12-130/+130
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2009-01-07IB/ehca: spin_lock_irqsave() takes an unsigned longStephen Rothwell1-1/+1
2008-12-30cpumask: use new cpumask API in drivers/infiniband/hw/ehcaRusty Russell1-5/+5
2008-12-30cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.cRusty Russell1-4/+3
2008-12-21IB/ehca: Remove redundant test of vpageJulia Lawall1-1/+1
2008-12-05IB/ehca: Replace modulus operations in flush error completion pathStefan Roscher3-13/+19
2008-12-01IB/ehca: Fix locking for shca_list_lockJoachim Fenkes1-7/+10
2008-12-01IB/ehca: Fix problem with generated flush work completionsStefan Roscher3-28/+53
2008-12-01IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes1-2/+1
2008-11-11IB/ehca: Remove reference to special QP in case of port activation failureStefan Roscher2-16/+33
2008-10-22IB/ehca: Reject dynamic memory add/remove when ehca adapter is presentStefan Roscher1-0/+48
2008-10-22IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher4-19/+26
2008-10-10IB/ehca: Don't allow creating UC QP with SRQHoang-Nam Nguyen1-0/+6
2008-09-20IB/ehca: Generate flush status CQ entriesAlexander Schmidt5-43/+412
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-12IB/ehca: Discard double CQE for one WRAlexander Schmidt4-20/+78
2008-08-12IB/ehca: Check idr_find() return valueAlexander Schmidt1-1/+3
2008-08-12IB/ehca: Repoll CQ on invalid opcodeAlexander Schmidt1-1/+1
2008-08-12IB/ehca: Rename goto label in ehca_poll_cq_one()Alexander Schmidt1-3/+3
2008-08-12IB/ehca: Update qp_state on cached modify_qp()Alexander Schmidt1-4/+10
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell1-1/+1
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-1/+11
2008-07-22IB/ehca: Release mutex in error path of alloc_small_queue_page()Julia Lawall1-0/+1
2008-07-22IB/ehca: Use default value for Local CA ACK Delay if FW returns 0Joachim Fenkes1-1/+3
2008-07-22IB/ehca: Filter PATH_MIG events if QP was never armedJoachim Fenkes3-0/+7
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar5-5/+30
2008-07-14IB/ehca: Make device table externally visibleJoachim Fenkes1-0/+1
2008-07-14IB/ehca: In case of lost interrupts, trigger EOI to reenable interruptsStefan Roscher3-2/+18
2008-07-14IB/ehca: Reject receive work requests if QP is in RESET stateJoachim Fenkes1-2/+10
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise1-1/+1
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-2/+4
2008-06-06IB/ehca: Reject send WRs only for RESET, INIT and RTR stateJoachim Fenkes1-2/+4
2008-05-23infiniband: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher3-0/+11
2008-05-05IB/ehca: Fix function return typesStefan Roscher1-4/+3
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher4-4/+74
2008-04-29IB/ehca: handle negative return value from ibmebus_request_irq() properlyHoang-Nam Nguyen1-18/+17
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-23IB/ehca: Bump version number to 0026Joachim Fenkes1-1/+1
2008-04-23IB/ehca: Make some module parameters bool, update descriptionsJoachim Fenkes1-19/+18
2008-04-23IB/ehca: Remove mr_largepage parameterJoachim Fenkes1-19/+3
2008-04-23IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes7-56/+63
2008-04-23IB/ehca: Prevent posting of SQ WQEs if QP not in RTSJoachim Fenkes3-0/+9
2008-04-16IB/ehca: Support all ibv_devinfo values in query_device() and query_port()Stefan Roscher1-48/+79
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-1/+1
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3