index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
/
mthca_srq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-6
/
+0
2019-02-16
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
1
-8
/
+13
2018-12-19
RDMA: Cleanup undesired pd->uobject usage
Shamir Rabinovitch
1
-13
/
+16
2018-07-31
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
1
-4
/
+4
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2011-07-16
IB/mthca: Stop returning separate error and status from FW commands
Goldwyn Rodrigues
1
-26
/
+7
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
1
-2
/
+0
2008-02-05
IB/ib_mthca: Pre-link receive WQEs in Tavor mode
Eli Cohen
1
-9
/
+14
2008-02-05
IB/mthca: Remove checks for srq->first_free < 0
Eli Cohen
1
-23
/
+3
2007-10-16
IB/mthca: Avoid alignment traps when writing doorbells
Roland Dreier
1
-9
/
+2
2007-10-10
IB/mthca: Mark error paths as unlikely() in post_srq_recv functions
Eli Cohen
1
-4
/
+4
2007-07-18
IB/mthca: Factor out setting WQE data segment entries
Roland Dreier
1
-22
/
+6
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-02-10
IB/mthca: Work around gcc bug on sparc64
David Howells
1
-2
/
+7
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
1
-2
/
+2
2006-11-30
IB/mthca: Fix initial SRQ logsize for mem-free HCAs
Jack Morgenstein
1
-1
/
+1
2006-11-30
IB/mthca: Fix section mismatches
Roland Dreier
1
-1
/
+1
2006-10-17
IB/mthca: Use mmiowb after doorbell ring
Arthur Kepner
1
-0
/
+8
2006-10-10
IB/mthca: Fix off-by-one in mthca SRQ creation
Michael S. Tsirkin
1
-2
/
+4
2006-09-23
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
Ralph Campbell
1
-1
/
+1
2006-07-24
IB/mthca: Fix SRQ limit event range check
Dotan Barak
1
-1
/
+2
2006-06-18
IB/mthca: Make all device methods truly reentrant
Roland Dreier
1
-0
/
+5
2006-05-25
IB/mthca: Fix posting lists of 256 receive requests to SRQ for Tavor
Michael S. Tsirkin
1
-20
/
+21
2006-05-09
IB/mthca: Fix race in reference counting
Roland Dreier
1
-5
/
+18
2006-04-12
IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devices
Jack Morgenstein
1
-1
/
+26
2006-03-29
IB/mthca: Fix section mismatch problems
Roland Dreier
1
-1
/
+1
2006-03-29
IB/mthca: Fix check of size in SRQ creation
Jack Morgenstein
1
-1
/
+1
2006-03-25
IB/mthca: Check SRQ limit in modify SRQ operation
Jack Morgenstein
1
-0
/
+2
2006-03-25
IB/mthca: Check that SRQ WQE size does not exceed device's max value
Jack Morgenstein
1
-0
/
+4
2006-03-20
IB/mthca: Query SRQ srq_limit fixes
Eli Cohen
1
-4
/
+8
2006-03-20
IB/mthca: Correct reported SRQ size in MemFree case.
Dotan Barak
1
-2
/
+2
2006-03-20
IB/mthca: Return actual capacity from create_srq
Dotan Barak
1
-0
/
+3
2006-03-20
IB/mthca: Support for query QP and SRQ
Eli Cohen
1
-0
/
+32
2006-03-20
IB/mthca: Whitespace cleanups
Roland Dreier
1
-1
/
+1
2006-01-05
IB/mthca: fix WQE size calculation in create-srq
Jack Morgenstein
1
-1
/
+1
2005-11-11
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
1
-2
/
+20
2005-11-10
[IB] mthca: fix posting long lists of receive work requests
Michael S. Tsirkin
1
-2
/
+20
2005-11-07
[PATCH] fix remaining missing includes
Tim Schmielau
1
-0
/
+3
2005-10-31
[IB] mthca: Avoid SRQ free WQE list corruption
Roland Dreier
1
-6
/
+7
2005-10-18
[IB] mthca: Better limit checking and reporting
Jack Morgenstein
1
-1
/
+2
2005-10-18
[IB] mthca: detect SRQ overflow
Roland Dreier
1
-0
/
+15
2005-10-18
[IB] mthca: SRQ limit reached events
Roland Dreier
1
-1
/
+24
2005-09-19
[PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs
Roland Dreier
1
-1
/
+2
2005-09-19
[PATCH] IB/mthca: Fix posting work requests to shared receive queues
Roland Dreier
1
-6
/
+4
2005-09-19
[PATCH] IB/mthca: fix posting of first work request
Roland Dreier
1
-8
/
+6
2005-08-27
[PATCH] IB/mthca: Add SRQ implementation
Roland Dreier
1
-0
/
+591