| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/core: Add ability for drivers to report an alternate MAD size. | Ira Weiny | 2015-06-12 | 1 | -0/+2 |
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attr | Matan Barak | 2015-06-12 | 1 | -1/+4 |
* | IB/core: Convert core to use bitfield for caps | Ira Weiny | 2015-05-20 | 1 | -1/+1 |
* | IB/core: Add per port immutable struct to ib_device | Ira Weiny | 2015-05-20 | 1 | -0/+17 |
* | IB/Verbs: Implement new callback query_protocol() | Michael Wang | 2015-05-18 | 1 | -0/+1 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-07-13 | 1 | -0/+1 |
|\ |
|
| * | IB/ehca: Fix error return code in ehca_create_slab_caches() | Wei Yongjun | 2013-06-20 | 1 | -0/+1 |
* | | ibmebus: convert of_platform_driver to platform_driver | Rob Herring | 2013-06-12 | 1 | -3/+2 |
|/ |
|
* | Drivers: infinband: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -4/+4 |
* | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 1 | -2/+2 |
|\ |
|
| * | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -2/+2 |
* | | IB/ehca: Fix bitmask handling for lock_hcalls | Alexander Schmidt | 2010-07-19 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-05-25 | 1 | -1/+1 |
|\ |
|
| * | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 2010-05-21 | 1 | -1/+1 |
* | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -3/+4 |
* | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -5/+6 |
|/ |
|
* | IB/ehca: Rework destroy_eq() | Alexander Schmidt | 2009-12-09 | 1 | -1/+1 |
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -1/+1 |
* | IB/ehca: Make port autodetect mode the default | Alexander Schmidt | 2009-09-05 | 1 | -4/+4 |
* | IB/ehca: Bump version number | Alexander Schmidt | 2009-06-23 | 1 | -1/+1 |
* | IB/ehca: Tolerate dynamic memory operations before driver load | Hannes Hering | 2009-06-22 | 1 | -3/+15 |
* | infiniband: ehca: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 1 | -4/+4 |
* | IB/ehca: Increment version number | Stefan Roscher | 2009-05-13 | 1 | -1/+1 |
* | IB/ehca: Fix printk format warnings from u64 type change | Stephen Rothwell | 2009-01-16 | 1 | -3/+3 |
* | IB/ehca: spin_lock_irqsave() takes an unsigned long | Stephen Rothwell | 2009-01-07 | 1 | -1/+1 |
* | IB/ehca: Fix locking for shca_list_lock | Joachim Fenkes | 2008-12-01 | 1 | -7/+10 |
* | IB/ehca: Change misleading error message on memory hotplug | Joachim Fenkes | 2008-12-01 | 1 | -2/+1 |
* | IB/ehca: Reject dynamic memory add/remove when ehca adapter is present | Stefan Roscher | 2008-10-22 | 1 | -0/+48 |
* | IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter | Stefan Roscher | 2008-10-22 | 1 | -15/+20 |
* | IB/ehca: Make device table externally visible | Joachim Fenkes | 2008-07-14 | 1 | -0/+1 |
* | IB/ehca: Allocate event queue size depending on max number of CQs and QPs | Stefan Roscher | 2008-04-29 | 1 | -2/+34 |
* | IB/ehca: Bump version number to 0026 | Joachim Fenkes | 2008-04-23 | 1 | -1/+1 |
* | IB/ehca: Make some module parameters bool, update descriptions | Joachim Fenkes | 2008-04-23 | 1 | -19/+18 |
* | IB/ehca: Remove mr_largepage parameter | Joachim Fenkes | 2008-04-23 | 1 | -19/+3 |
* | IB/ehca: Move high-volume debug output to higher debug levels | Joachim Fenkes | 2008-04-23 | 1 | -4/+10 |
* | IB/ehca: Make symbols used only in a single source file static | Roland Dreier | 2008-04-16 | 1 | -9/+10 |
* | IB/ehca: Add PMA support | Hoang-Nam Nguyen | 2008-02-04 | 1 | -1/+1 |
* | IB/ehca: Add "port connection autodetect mode" | Hoang-Nam Nguyen | 2008-01-25 | 1 | -2/+5 |
* | IB/ehca: Define array to store SMI/GSI QPs | Hoang-Nam Nguyen | 2008-01-25 | 1 | -3/+3 |
* | IB/ehca: Use round_jiffies() for EQ polling timer | Anton Blanchard | 2008-01-25 | 1 | -1/+1 |
* | Infiniband: make ipath driver use default driver groups. | Greg Kroah-Hartman | 2008-01-24 | 1 | -5/+8 |
* | IB/ehca: Fix lock flag variable location, bump version number | Joachim Fenkes | 2007-12-13 | 1 | -1/+1 |
* | IB/ehca: Serialize HCA-related hCalls if necessary | Joachim Fenkes | 2007-12-12 | 1 | -0/+13 |
* | IB/ehca: Fix static rate calculation | Joachim Fenkes | 2007-11-13 | 1 | -3/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 1 | -3/+17 |
|\ |
|
| * | IB/ehca: Enable large page MRs by default | Joachim Fenkes | 2007-10-17 | 1 | -1/+1 |
| * | IB/ehca: Change meaning of hca_cap_mr_pgsize | Joachim Fenkes | 2007-10-17 | 1 | -2/+16 |
* | | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 1 | -2/+2 |