summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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-051-4/+4
* IB/ehca: Bump version numberAlexander Schmidt2009-06-231-1/+1
* IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering2009-06-221-3/+15
* infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-4/+4
* IB/ehca: Increment version numberStefan Roscher2009-05-131-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-011-7/+10
* IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes2008-12-011-2/+1
* 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-221-15/+20
* IB/ehca: Make device table externally visibleJoachim Fenkes2008-07-141-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/+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-231-4/+10
* IB/ehca: Make symbols used only in a single source file staticRoland Dreier2008-04-161-9/+10
* IB/ehca: Add PMA supportHoang-Nam Nguyen2008-02-041-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-241-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-131-3/+0
* 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-171-1/+1
| * IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes2007-10-171-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-091-2/+4
* IB/ehca: Print return codes as signed decimal integersJoachim Fenkes2007-10-091-12/+12
* IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher2007-10-091-1/+1
* IB/ehca: Export module parameters in sysfsAnton Blanchard2007-10-091-10/+10
* IB/ehca: Support small QP queuesStefan Roscher2007-07-201-2/+12
* IB/ehca: Move ehca2ib_return_code() out of lineHoang-Nam Nguyen2007-07-201-0/+17
* IB/ehca: Support large page MRsHoang-Nam Nguyen2007-07-201-1/+17
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
OpenPOWER on IntegriCloud