aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_main.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford1-1123/+0
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+4
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-1/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+1
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2013-06-20IB/ehca: Fix error return code in ehca_create_slab_caches()Wei Yongjun1-0/+1
2013-06-12ibmebus: convert of_platform_driver to platform_driverRob Herring1-3/+2
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-4/+4
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-07-19IB/ehca: Fix bitmask handling for lock_hcallsAlexander Schmidt1-1/+2
2010-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+4
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+6
2009-12-09IB/ehca: Rework destroy_eq()Alexander Schmidt1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-05IB/ehca: Make port autodetect mode the defaultAlexander Schmidt1-4/+4
2009-06-23IB/ehca: Bump version numberAlexander Schmidt1-1/+1
2009-06-22IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering1-3/+15
2009-06-15infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-05-13IB/ehca: Increment version numberStefan Roscher1-1/+1
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell1-3/+3
2009-01-07IB/ehca: spin_lock_irqsave() takes an unsigned longStephen Rothwell1-1/+1
2008-12-01IB/ehca: Fix locking for shca_list_lockJoachim Fenkes1-7/+10
2008-12-01IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes1-2/+1
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 Roscher1-15/+20
2008-07-14IB/ehca: Make device table externally visibleJoachim Fenkes1-0/+1
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher1-2/+34
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 Fenkes1-4/+10
2008-04-16IB/ehca: Make symbols used only in a single source file staticRoland Dreier1-9/+10
2008-02-04IB/ehca: Add PMA supportHoang-Nam Nguyen1-1/+1
2008-01-25IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen1-2/+5
2008-01-25IB/ehca: Define array to store SMI/GSI QPsHoang-Nam Nguyen1-3/+3
2008-01-25IB/ehca: Use round_jiffies() for EQ polling timerAnton Blanchard1-1/+1
2008-01-24Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman1-5/+8
2007-12-13IB/ehca: Fix lock flag variable location, bump version numberJoachim Fenkes1-1/+1
2007-12-12IB/ehca: Serialize HCA-related hCalls if necessaryJoachim Fenkes1-0/+13
2007-11-13IB/ehca: Fix static rate calculationJoachim Fenkes1-3/+0
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-3/+17
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-17IB/ehca: Enable large page MRs by defaultJoachim Fenkes1-1/+1
2007-10-17IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes1-2/+16
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e...Joachim Fenkes1-16/+16
2007-10-09IB/ehca: Bump version number and change its formatJoachim Fenkes1-2/+4
2007-10-09IB/ehca: Print return codes as signed decimal integersJoachim Fenkes1-12/+12
2007-10-09IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher1-1/+1
2007-10-09IB/ehca: Export module parameters in sysfsAnton Blanchard1-10/+10
2007-07-20IB/ehca: Support small QP queuesStefan Roscher1-2/+12
2007-07-20IB/ehca: Move ehca2ib_return_code() out of lineHoang-Nam Nguyen1-0/+17
2007-07-20IB/ehca: Support large page MRsHoang-Nam Nguyen1-1/+17
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen1-9/+12
2007-07-17IB/ehca: Fix HW level autodetectionJoachim Fenkes1-12/+17
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes1-2/+2
2007-07-09IB/ehca: Lock renaming, static initializersJoachim Fenkes1-14/+4
2007-07-09IB/ehca: add Shared Receive Queue supportJoachim Fenkes1-1/+15
2007-07-09IB/ehca: HW level, HW caps and MTU autodetectionJoachim Fenkes1-6/+56
2007-07-09IB/ehca: Change scaling_code parameter description to match default valueHoang-Nam Nguyen1-1/+1
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: Serialize hypervisor calls in ehca_register_mr()Stefan Roscher1-0/+2
2007-05-08Merge branch 'linux-2.6'Paul Mackerras1-1/+2
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-1/+2
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+2
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 Mackerras1-0/+1
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-1/+1
2007-04-24IB/ehca: Implement modify_portJoachim Fenkes1-0/+1
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-01IB/ehca: Fix sync between completion handler and destroy cqHoang-Nam Nguyen1-2/+2
2007-02-16IB/ehca: Allow en/disabling scaling code via module parameterHoang-Nam Nguyen1-0/+4
2007-02-16IB/ehca: Rework irq handlerHoang-Nam Nguyen1-6/+22
2007-02-04IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen1-3/+3
2007-01-09IB/ehca: Use proper GFP_ flags for get_zeroed_page()Hoang-Nam Nguyen1-5/+5
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-29IB/ehca: Use WQE offset instead of WQE addr for pending work reqsHoang-Nam Nguyen1-2/+2
2006-11-09IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen1-9/+47
2006-10-02IB/ehca: Fix device registrationHoang-Nam Nguyen1-17/+19
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+1
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick1-0/+818