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
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
4
-0
/
+4
2019-05-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
32
-271
/
+198
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+0
2019-05-06
RDMA/rdmavt: Catch use-after-free access of AH structures
Leon Romanovsky
1
-2
/
+1
2019-05-03
RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdev
Parav Pandit
1
-3
/
+12
2019-05-03
RDMA/rxe: Consider skb reserve space based on netdev of GID
Parav Pandit
1
-1
/
+2
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-04-24
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
1
-7
/
+10
2019-04-24
IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts
Mike Marciniszyn
1
-7
/
+2
2019-04-24
IB/rdmavt: Use more efficient allowed_ops
Mike Marciniszyn
1
-11
/
+4
2019-04-24
IB/rdmavt: Fix ab/ba include issues
Mike Marciniszyn
5
-5
/
+5
2019-04-16
IB/rdmavt: Fix frwr memory registration
Josh Collier
1
-7
/
+10
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
6
-53
/
+33
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
6
-50
/
+32
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
16
-99
/
+68
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
13
-27
/
+29
2019-03-28
RDMA/rdmavt: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
1
-1
/
+1
2019-03-28
RDMA/rxe: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
1
-1
/
+1
2019-03-27
IB/rxe: Replace av->network_type with skb->protocol
Zhu Yanjun
1
-16
/
+12
2019-03-26
RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash later
Leon Romanovsky
1
-5
/
+6
2019-03-26
RDMA: Use __packed annotation instead of __attribute__ ((packed))
Erez Alfasi
1
-1
/
+1
2019-03-04
IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
Michael J. Ruhl
1
-10
/
+23
2019-03-04
IB/rdmavt: Fix loopback send with invalidate ordering
Mike Marciniszyn
1
-10
/
+16
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
4
-23
/
+16
2019-02-20
rdma_rxe: Use netlink messages to add/delete links
Steve Wise
8
-13
/
+46
2019-02-20
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
4
-12
/
+21
2019-02-20
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
5
-33
/
+4
2019-02-20
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
8
-87
/
+30
2019-02-20
RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding
Jason Gunthorpe
4
-47
/
+38
2019-02-16
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
5
-11
/
+17
2019-02-13
RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs
Shiraz, Saleem
1
-10
/
+8
2019-02-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Doug Ledford
8
-53
/
+79
2019-02-12
RDMA/rxe: Use for_each_sg_page iterator on umem SGL
Shiraz, Saleem
1
-7
/
+6
2019-02-09
Merge branch 'wip/dl-for-next' into for-next
Doug Ledford
2
-6
/
+21
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
7
-46
/
+73
2019-02-06
IB/hfi1: Add an s_acked_ack_queue pointer
Kaike Wan
1
-0
/
+1
2019-02-06
IB/hfi1: Increment the retry timeout value for TID RDMA READ request
Kaike Wan
1
-5
/
+6
2019-02-06
IB/hfi1: TID RDMA RcvArray programming and TID allocation
Kaike Wan
1
-1
/
+1
2019-02-06
IB/hfi: Move RC functions into a header file
Kaike Wan
1
-0
/
+13
2019-02-05
RDMA/rxe: Improve loopback marking
Kamal Heib
2
-6
/
+4
2019-02-05
RDMA/rxe: Move rxe_init_av() to rxe_av.c
Kamal Heib
4
-14
/
+11
2019-02-05
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+6
2019-01-31
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2
-2
/
+2
2019-01-30
IB/{hfi1, qib, rvt} Cleanup open coded sge usage
Michael J. Ruhl
1
-24
/
+2
2019-01-22
IB/rxe: Remove unnecessary rxe variable
Zhu Yanjun
4
-16
/
+11
2019-01-22
IB/hfi1: Add limit test for RC/UC send via loopback
Mike Marciniszyn
1
-1
/
+6
2019-01-18
IB/rdmavt: Add wc_flags and wc_immdata to cq entry trace
Mike Marciniszyn
1
-2
/
+8
2019-01-14
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
1
-2
/
+2
2019-01-14
RDMA: Rename port_callback to init_port
Parav Pandit
2
-4
/
+3
2019-01-11
RDMA: Clear CTX objects during their allocation
Leon Romanovsky
1
-1
/
+1
[next]