summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-131-0/+1
|\
| * IB/ehca: Fix error return code in ehca_create_slab_caches()Wei Yongjun2013-06-201-0/+1
* | ibmebus: convert of_platform_driver to platform_driverRob Herring2013-06-121-3/+2Star
|/
* Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-4/+4
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-1/+1
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-2/+2
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* | IB/ehca: Fix bitmask handling for lock_hcallsAlexander Schmidt2010-07-191-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-251-1/+1
|\
| * IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+4
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-5/+6
|/
* IB/ehca: Rework destroy_eq()Alexander Schmidt2009-12-091-1/+1
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* IB/ehca: Make port autodetect mode the defaultAlexander Schmidt2009-09-061-4/+4
* IB/ehca: Bump version numberAlexander Schmidt2009-06-231-1/+1
* IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering2009-06-231-3/+15
* infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-4/+4
* IB/ehca: Increment version numberStefan Roscher2009-05-141-1/+1
* IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell2009-01-161-3/+3
* IB/ehca: spin_lock_irqsave() takes an unsigned longStephen Rothwell2009-01-071-1/+1
* IB/ehca: Fix locking for shca_list_lockJoachim Fenkes2008-12-021-7/+10
* IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes2008-12-011-2/+1Star
* IB/ehca: Reject dynamic memory add/remove when ehca adapter is presentStefan Roscher2008-10-231-0/+48
* IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher2008-10-231-15/+20
* IB/ehca: Make device table externally visibleJoachim Fenkes2008-07-151-0/+1
* IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher2008-04-291-2/+34
* 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/+18Star
* IB/ehca: Remove mr_largepage parameterJoachim Fenkes2008-04-231-19/+3Star
* IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes2008-04-231-4/+10
* IB/ehca: Make symbols used only in a single source file staticRoland Dreier2008-04-171-9/+10
* IB/ehca: Add PMA supportHoang-Nam Nguyen2008-02-051-1/+1
* IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen2008-01-251-2/+5
* IB/ehca: Define array to store SMI/GSI QPsHoang-Nam Nguyen2008-01-251-3/+3
* IB/ehca: Use round_jiffies() for EQ polling timerAnton Blanchard2008-01-251-1/+1
* Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman2008-01-251-5/+8
* IB/ehca: Fix lock flag variable location, bump version numberJoachim Fenkes2007-12-131-1/+1
* IB/ehca: Serialize HCA-related hCalls if necessaryJoachim Fenkes2007-12-121-0/+13
* IB/ehca: Fix static rate calculationJoachim Fenkes2007-11-141-3/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-231-3/+17
|\
| * IB/ehca: Enable large page MRs by defaultJoachim Fenkes2007-10-181-1/+1
| * IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes2007-10-181-2/+16
* | Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e...Joachim Fenkes2007-10-171-16/+16
|/
* IB/ehca: Bump version number and change its formatJoachim Fenkes2007-10-101-2/+4
* IB/ehca: Print return codes as signed decimal integersJoachim Fenkes2007-10-101-12/+12
* IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher2007-10-101-1/+1
* IB/ehca: Export module parameters in sysfsAnton Blanchard2007-10-101-10/+10