summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca
Commit message (Expand)AuthorAgeFilesLines
* IB/ehca: Use consistent types for ehca_plpar_hcall9()Stephen Rothwell2009-01-161-13/+13
* IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell2009-01-1612-130/+130
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-01-131-1/+1
|\
| * IB/ehca: spin_lock_irqsave() takes an unsigned longStephen Rothwell2009-01-071-1/+1
* | cpumask: use new cpumask API in drivers/infiniband/hw/ehcaRusty Russell2008-12-301-5/+5
* | cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.cRusty Russell2008-12-301-4/+3
|/
* IB/ehca: Remove redundant test of vpageJulia Lawall2008-12-211-1/+1
* IB/ehca: Replace modulus operations in flush error completion pathStefan Roscher2008-12-053-13/+19
* IB/ehca: Fix locking for shca_list_lockJoachim Fenkes2008-12-011-7/+10
* IB/ehca: Fix problem with generated flush work completionsStefan Roscher2008-12-013-28/+53
* IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes2008-12-011-2/+1
* IB/ehca: Remove reference to special QP in case of port activation failureStefan Roscher2008-11-112-16/+33
* IB/ehca: Reject dynamic memory add/remove when ehca adapter is presentStefan Roscher2008-10-221-0/+48
* IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher2008-10-224-19/+26
* IB/ehca: Don't allow creating UC QP with SRQHoang-Nam Nguyen2008-10-101-0/+6
* IB/ehca: Generate flush status CQ entriesAlexander Schmidt2008-09-205-43/+412
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* IB/ehca: Discard double CQE for one WRAlexander Schmidt2008-08-124-20/+78
* IB/ehca: Check idr_find() return valueAlexander Schmidt2008-08-121-1/+3
* IB/ehca: Repoll CQ on invalid opcodeAlexander Schmidt2008-08-121-1/+1
* IB/ehca: Rename goto label in ehca_poll_cq_one()Alexander Schmidt2008-08-121-3/+3
* IB/ehca: Update qp_state on cached modify_qp()Alexander Schmidt2008-08-121-4/+10
* powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2008-08-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-245-1/+11
|\
| * IB/ehca: Release mutex in error path of alloc_small_queue_page()Julia Lawall2008-07-221-0/+1
| * IB/ehca: Use default value for Local CA ACK Delay if FW returns 0Joachim Fenkes2008-07-221-1/+3
| * IB/ehca: Filter PATH_MIG events if QP was never armedJoachim Fenkes2008-07-223-0/+7
* | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-165-5/+30
|\ \ | |/
| * IB/ehca: Make device table externally visibleJoachim Fenkes2008-07-141-0/+1
| * IB/ehca: In case of lost interrupts, trigger EOI to reenable interruptsStefan Roscher2008-07-143-2/+18
| * IB/ehca: Reject receive work requests if QP is in RESET stateJoachim Fenkes2008-07-141-2/+10
| * RDMA/core: Add memory management extensions supportSteve Wise2008-07-141-1/+1
* | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-2/+4
|\ \ | |/
| * IB/ehca: Reject send WRs only for RESET, INIT and RTR stateJoachim Fenkes2008-06-061-2/+4
* | infiniband: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
|/
* IB/ehca: Wait for async events to finish before destroying QPStefan Roscher2008-05-073-0/+11
* IB/ehca: Fix function return typesStefan Roscher2008-05-051-4/+3
* IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher2008-04-294-4/+74
* IB/ehca: handle negative return value from ibmebus_request_irq() properlyHoang-Nam Nguyen2008-04-291-18/+17
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+1
* IB/ehca: Bump version number to 0026Joachim Fenkes2008-04-231-1/+1
* IB/ehca: Make some module parameters bool, update descriptionsJoachim Fenkes2008-04-231-19/+18
* IB/ehca: Remove mr_largepage parameterJoachim Fenkes2008-04-231-19/+3
* IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes2008-04-237-56/+63
* IB/ehca: Prevent posting of SQ WQEs if QP not in RTSJoachim Fenkes2008-04-233-0/+9
* IB/ehca: Support all ibv_devinfo values in query_device() and query_port()Stefan Roscher2008-04-161-48/+79
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-161-1/+1
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+3
* IB/ehca: Remove tgid checkingHoang-Nam Nguyen2008-04-167-162/+0
* IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison2008-04-161-8/+8
OpenPOWER on IntegriCloud