Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cfed47d7b5abd5ce9c010169cce9c2754394a02d
/
drivers
/
infiniband
/
hw
/
ehca
/
ehca_main.c
337877a
IB/core: Add ability for drivers to report an alternate MAD size.
by Ira Weiny
· 10 years ago
8e37210
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
by Matan Barak
· 10 years ago
f9b22e3
IB/core: Convert core to use bitfield for caps
by Ira Weiny
· 10 years ago
7738613
IB/core: Add per port immutable struct to ib_device
by Ira Weiny
· 10 years ago
6b90a6d
IB/Verbs: Implement new callback query_protocol()
by Michael Wang
· 10 years ago
c552441
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 11 years ago
f29fa1c
IB/ehca: Fix error return code in ehca_create_slab_caches()
by Wei Yongjun
· 12 years ago
c45640e
ibmebus: convert of_platform_driver to platform_driver
by Rob Herring
· 12 years ago
1e6d9ab
Drivers: infinband: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
69116f2
module_param: avoid bool abuse, add bint for special cases.
by Rusty Russell
· 13 years ago
58d4ea6
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
91fb0dd
IB/ehca: Fix bitmask handling for lock_hcalls
by Alexander Schmidt
· 15 years ago
8e9815a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 15 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
9a6edb6
IB/core: Allow device-specific per-port sysfs files
by Ralph Campbell
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
9420269
IB/ehca: Rework destroy_eq()
by Alexander Schmidt
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
50d40b8
IB/ehca: Make port autodetect mode the default
by Alexander Schmidt
· 15 years ago
1d4d6da
IB/ehca: Bump version number
by Alexander Schmidt
· 15 years ago
0cf89dc
IB/ehca: Tolerate dynamic memory operations before driver load
by Hannes Hering
· 15 years ago
f899c2d
infiniband: ehca: remove driver_data direct access of struct device
by Greg Kroah-Hartman
· 16 years ago
bde2cfa
IB/ehca: Increment version number
by Stefan Roscher
· 16 years ago
3750f60
IB/ehca: Fix printk format warnings from u64 type change
by Stephen Rothwell
· 16 years ago
7ddccb2
IB/ehca: spin_lock_irqsave() takes an unsigned long
by Stephen Rothwell
· 16 years ago
75c21ae
IB/ehca: Fix locking for shca_list_lock
by Joachim Fenkes
· 16 years ago
6b1f9d6
IB/ehca: Change misleading error message on memory hotplug
by Joachim Fenkes
· 16 years ago
263c24a
IB/ehca: Reject dynamic memory add/remove when ehca adapter is present
by Stefan Roscher
· 16 years ago
19f4282
IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter
by Stefan Roscher
· 16 years ago
038919f
IB/ehca: Make device table externally visible
by Joachim Fenkes
· 16 years ago
d227fa7
IB/ehca: Allocate event queue size depending on max number of CQs and QPs
by Stefan Roscher
· 17 years ago
14fb05b
IB/ehca: Bump version number to 0026
by Joachim Fenkes
· 17 years ago
0455e36
IB/ehca: Make some module parameters bool, update descriptions
by Joachim Fenkes
· 17 years ago
a7607c9
IB/ehca: Remove mr_largepage parameter
by Joachim Fenkes
· 17 years ago
4da27d6d
IB/ehca: Move high-volume debug output to higher debug levels
by Joachim Fenkes
· 17 years ago
e8e91f6
IB/ehca: Make symbols used only in a single source file static
by Roland Dreier
· 17 years ago
2b5e6b1
IB/ehca: Add PMA support
by Hoang-Nam Nguyen
· 17 years ago
bbdd267
IB/ehca: Add "port connection autodetect mode"
by Hoang-Nam Nguyen
· 17 years ago
b8b50e3
IB/ehca: Define array to store SMI/GSI QPs
by Hoang-Nam Nguyen
· 17 years ago
1a7d2dc
IB/ehca: Use round_jiffies() for EQ polling timer
by Anton Blanchard
· 17 years ago
23b9c1a
Infiniband: make ipath driver use default driver groups.
by Greg Kroah-Hartman
· 17 years ago
3d758a4
IB/ehca: Fix lock flag variable location, bump version number
by Joachim Fenkes
· 17 years ago
4faf775
IB/ehca: Serialize HCA-related hCalls if necessary
by Joachim Fenkes
· 17 years ago
51aaa54
IB/ehca: Fix static rate calculation
by Joachim Fenkes
· 17 years ago
0b776eb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
8da9ee9
IB/ehca: Enable large page MRs by default
by Joachim Fenkes
· 17 years ago
abc39d3
IB/ehca: Change meaning of hca_cap_mr_pgsize
by Joachim Fenkes
· 17 years ago
6b08f3a
[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers
by Joachim Fenkes
· 17 years ago
39089e7
IB/ehca: Bump version number and change its format
by Joachim Fenkes
· 17 years ago
e372219
IB/ehca: Print return codes as signed decimal integers
by Joachim Fenkes
· 17 years ago
5281a4b
IB/ehca: Support more than 4k QPs for userspace and kernelspace
by Stefan Roscher
· 17 years ago
339e264
IB/ehca: Export module parameters in sysfs
by Anton Blanchard
· 17 years ago
e2f81da
IB/ehca: Support small QP queues
by Stefan Roscher
· 17 years ago
51d2bfb
IB/ehca: Move ehca2ib_return_code() out of line
by Hoang-Nam Nguyen
· 17 years ago
5bb7d92
IB/ehca: Support large page MRs
by Hoang-Nam Nguyen
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
2b94397
IB/ehca: Fix warnings issued by checkpatch.pl
by Hoang-Nam Nguyen
· 17 years ago
fbb9318
IB/ehca: Fix HW level autodetection
by Joachim Fenkes
· 17 years ago
26ed687
IB/ehca: Change idr spinlocks into rwlocks
by Joachim Fenkes
· 17 years ago
9844b71
IB/ehca: Lock renaming, static initializers
by Joachim Fenkes
· 17 years ago
a6a1294
IB/ehca: add Shared Receive Queue support
by Joachim Fenkes
· 17 years ago
91f13aa
IB/ehca: HW level, HW caps and MTU autodetection
by Joachim Fenkes
· 17 years ago
b8a3ba5
IB/ehca: Change scaling_code parameter description to match default value
by Hoang-Nam Nguyen
· 17 years ago
4e430dc
IB/ehca: Disable scaling code by default, bump version number
by Joachim Fenkes
· 18 years ago
bba9b60
IB/ehca: Beautify sysfs attribute code and fix compiler warnings
by Joachim Fenkes
· 18 years ago
5d88278
IB/ehca: Serialize hypervisor calls in ehca_register_mr()
by Stefan Roscher
· 18 years ago
02bbc0f
Merge branch 'linux-2.6'
by Paul Mackerras
· 18 years ago
972d45f
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 18 years ago
f4fd0b2
IB: Add CQ comp_vector support
by Michael S. Tsirkin
· 18 years ago
40cd3a4
[POWERPC] Rename get_property to of_get_property: drivers
by Stephen Rothwell
· 18 years ago
49e1900
Merge branch 'linux-2.6' into for-2.6.22
by Paul Mackerras
· 18 years ago
a48141d
Revert "[POWERPC] Rename get_property to of_get_property: drivers"
by Paul Mackerras
· 18 years ago
c4ed790
IB/ehca: Implement modify_port
by Joachim Fenkes
· 18 years ago
d05c7a8
[POWERPC] Rename get_property to of_get_property: drivers
by Stephen Rothwell
· 18 years ago
a7edd0e
[POWERPC] get_property returns const
by Stephen Rothwell
· 18 years ago
3172679
IB/ehca: Fix sync between completion handler and destroy cq
by Hoang-Nam Nguyen
· 18 years ago
4fd3006
IB/ehca: Allow en/disabling scaling code via module parameter
by Hoang-Nam Nguyen
· 18 years ago
78d8d5f
IB/ehca: Rework irq handler
by Hoang-Nam Nguyen
· 18 years ago
4c34bdf
IB/ehca: Remove use of do_mmap()
by Hoang-Nam Nguyen
· 18 years ago
f2d9136
IB/ehca: Use proper GFP_ flags for get_zeroed_page()
by Hoang-Nam Nguyen
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
2771e9e
IB/ehca: Use WQE offset instead of WQE addr for pending work reqs
by Hoang-Nam Nguyen
· 18 years ago
7e28db5
IB/ehca: Assure 4K alignment for firmware control blocks
by Hoang-Nam Nguyen
· 18 years ago
0f248d9
IB/ehca: Fix device registration
by Hoang-Nam Nguyen
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
fab9722
IB/ehca: Add driver for IBM eHCA InfiniBand adapters
by Heiko J Schick
· 18 years ago