Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cb9fbc5c37b69ac584e61d449cfd590f5ae1f90d
/
drivers
/
infiniband
/
hw
/
mthca
/
mthca_provider.c
cb9fbc5
IB: expand ib_umem_get() prototype
by Arthur Kepner
· 17 years ago
f4e91eb
IB: convert struct class_device to struct device
by Tony Jones
· 17 years ago
b846f25
IB/core: Add creation flags to struct ib_qp_init_attr
by Eli Cohen
· 17 years ago
b399939
IB/mthca: Formatting cleanups
by Roland Dreier
· 17 years ago
6ccef1d
IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()
by Jack Morgenstein
· 17 years ago
0d89fe2
IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr()
by Roland Dreier
· 17 years ago
f7c6a7b
IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules
by Roland Dreier
· 18 years ago
f4fd0b2
IB: Add CQ comp_vector support
by Michael S. Tsirkin
· 18 years ago
1912ffb
IB: Set class_dev->dev in core for nice device symlink
by Joachim Fenkes
· 18 years ago
b2875d4
IB/mthca: Always fill MTTs from CPU
by Michael S. Tsirkin
· 18 years ago
9d79f1b
[PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversion
by Michael S. Tsirkin
· 18 years ago
f0d1b0b
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
by David Howells
· 18 years ago
bed8bdf
IB: kmemdup() cleanup
by Eric Sesterhenn
· 18 years ago
a8bf4e7
IB/mthca: Query port fix
by Jack Morgenstein
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
5beba53
IB/mthca: No userspace SRQs if HCA doesn't have SRQ support
by Roland Dreier
· 18 years ago
c93b6fb
IB/mthca: Make all device methods truly reentrant
by Roland Dreier
· 18 years ago
d4cb078
IB/mthca: Fill in max_map_per_fmr device attribute
by Or Gerlitz
· 18 years ago
254abfd
IB/mthca: Fix offset in query_gid method
by Roland Dreier
· 19 years ago
59fef3b
IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devices
by Jack Morgenstein
· 19 years ago
1d89b1a
IB/mthca: Implement query_ah method
by Jack Morgenstein
· 19 years ago
8ebe507
IB/mthca: Support for query QP and SRQ
by Eli Cohen
· 19 years ago
6dfc390
IB/mthca: Add modify_device method to set node description
by Roland Dreier
· 19 years ago
2fa5e2e
IB/mthca: Whitespace cleanups
by Roland Dreier
· 19 years ago
4885bf6
IB/mthca: Add device-specific support for resizing CQs
by Roland Dreier
· 19 years ago
fd9cfdd
IB/mthca: Semaphore to mutex conversions
by Roland Dreier
· 19 years ago
17e2e819
IB/mthca: Fix memory leaks in error handling
by Jack Morgenstein
· 19 years ago
cf311cd
IB: Add node_guid to struct ib_device
by Sean Hefty
· 19 years ago
87635b7
IB/mthca: Factor common MAD initialization code
by Roland Dreier
· 19 years ago
105e50a
IB/mthca: kzalloc conversions
by Roland Dreier
· 19 years ago
6627fa6
IB/mthca: fix page shift calculation in mthca_reg_phys_mr()
by Michael S. Tsirkin
· 19 years ago
77369ed
[IB] uverbs: have kernel return QP capabilities
by Jack Morgenstein
· 19 years ago
0f69ce1
[IB] mthca: report page size capability
by Jack Morgenstein
· 19 years ago
87cfe32
[IB] mthca: fix format of FW version
by Roland Dreier
· 19 years ago
3d155f8
[IB] mthca: first pass at catastrophic error reporting
by Roland Dreier
· 19 years ago
883a99c
[IB] uverbs: Add a mask of device methods allowed for userspace
by Roland Dreier
· 19 years ago
efaae8f
[IB] mthca: Better limit checking and reporting
by Jack Morgenstein
· 19 years ago
90f104d
[IB] mthca: SRQ limit reached events
by Roland Dreier
· 19 years ago
9825051e
[IB] mthca: Fill in more fields in query_port method
by Jack Morgenstein
· 19 years ago
274c089
[IB] uverbs: Add device-specific ABI version attribute
by Roland Dreier
· 19 years ago
33033b7
[IB] mthca: Report correct atomic capability
by Jack Morgenstein
· 19 years ago
a1c337a
[IB] mthca: fix hw_ver value returned from mthca_query_device
by Jack Morgenstein
· 19 years ago
a4d61e8
[PATCH] IB: move include files to include/rdma
by Roland Dreier
· 19 years ago
ec34a92
[PATCH] IB/mthca: Add SRQ implementation
by Roland Dreier
· 19 years ago
d1887ec
[PATCH] IB/mthca: Report correct max_msg_sz
by Roland Dreier
· 19 years ago
2e8b981
[PATCH] IB/mthca: add HCA board ID to sysfs info
by Michael S. Tsirkin
· 19 years ago
97f52eb
[PATCH] IB: sparse endianness cleanup
by Sean Hefty
· 19 years ago
2a1d9b7
[PATCH] IB: Add copyright notices
by Roland Dreier
· 19 years ago
6d37675
[IB/mthca]: Use io_remap_pfn_range for PCI space
by Michael S. Tsirkin
· 19 years ago
80c8ec2
[PATCH] IB uverbs: add mthca user QP support
by Roland Dreier
· 19 years ago
74c2174
[PATCH] IB uverbs: add mthca user CQ support
by Roland Dreier
· 19 years ago
24d4281
[PATCH] IB uverbs: add mthca user MR support
by Roland Dreier
· 19 years ago
99264c1
[PATCH] IB uverbs: add mthca user PD support
by Roland Dreier
· 19 years ago
53b8b3f
[PATCH] IB uverbs: add mthca mmap support
by Roland Dreier
· 19 years ago
5e0b537
[PATCH] IB uverbs: add mthca user context support
by Roland Dreier
· 19 years ago
1cf296b
[PATCH] IB uverbs: update mthca for new API
by Roland Dreier
· 19 years ago
761f9eb
[PATCH] IB/mthca: Fix memory leak on error path
by Roland Dreier
· 19 years ago
a852092
[PATCH] IB/mthca: Fix memset size
by Roland Dreier
· 19 years ago
cd4e8fb
[PATCH] IB/mthca: Add Sun copyright notice
by Tom Duffy
· 19 years ago
68a3c21
[PATCH] IB/mthca: add support for new MT25204 HCA
by Roland Dreier
· 20 years ago
d10ddbf
[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()
by Roland Dreier
· 20 years ago
e0f5fdc
[PATCH] IB/mthca: add fast memory region implementation
by Michael S. Tsirkin
· 20 years ago
8df8a34
[PATCH] IB/mthca: allow address handle creation in interrupt context
by Roland Dreier
· 20 years ago
e464b2a
[PATCH] IB/mthca: clean up mthca_dereg_mr()
by Roland Dreier
· 20 years ago
72c3029
[PATCH] IB/mthca: allow unaligned memory regions
by Michael S. Tsirkin
· 20 years ago
8cf2daf
[PATCH] IB/mthca: fill in more device query fields
by Roland Dreier
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago