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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-21
IB/core: uverbs copy to struct or zero helper
Michael Guralnik
1
-0
/
+11
2018-12-21
IB/rxe: Reuse code which sets port state
Yuval Shaia
3
-21
/
+11
2018-12-21
IB/rxe: Make counters thread safe
Parav Pandit
2
-4
/
+4
2018-12-20
IB/mlx5: Use the correct commands for UMEM and UCTX allocation
Yishai Hadas
1
-19
/
+15
2018-12-20
IB/mlx5: Use uid as part of alloc/dealloc transport domain
Yishai Hadas
1
-0
/
+2
2018-12-20
Merge branch 'mlx5-next' into rdma.git
Jason Gunthorpe
4
-28
/
+25
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-8
/
+22
2018-12-20
RDMA/bnxt_re: Increase depth of control path command queue
Devesh Sharma
3
-26
/
+68
2018-12-20
RDMA/bnxt_re: Query HWRM Interface version from FW
Selvin Xavier
2
-0
/
+32
2018-12-20
IB/usnic: Fix potential deadlock
Parvi Kaustubhi
1
-4
/
+7
2018-12-20
RDMA/bnxt_re: Make use of destroy AH sleepable flag
Gal Pressman
3
-5
/
+8
2018-12-20
RDMA/bnxt_re: Make use of create AH sleepable flag
Gal Pressman
3
-5
/
+8
2018-12-20
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
35
-58
/
+67
2018-12-20
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
29
-25
/
+43
2018-12-19
RDMA/srpt: Add support for immediate data
Bart Van Assche
2
-49
/
+189
2018-12-19
RDMA/srpt: Rework the srpt_alloc_srq() error path
Bart Van Assche
1
-4
/
+6
2018-12-19
RDMA/srpt: Remove driver version and release date
Bart Van Assche
1
-5
/
+2
2018-12-19
RDMA/srpt: Make kernel-doc headers complete
Bart Van Assche
1
-1
/
+4
2018-12-19
RDMA/srpt: Join split strings
Bart Van Assche
1
-17
/
+12
2018-12-19
RDMA/srpt: Improve coding style conformance
Bart Van Assche
2
-6
/
+6
2018-12-19
RDMA/srpt: Fix a use-after-free in the channel release code
Bart Van Assche
1
-5
/
+13
2018-12-19
RDMA/srp: Add support for immediate data
Bart Van Assche
2
-14
/
+89
2018-12-19
RDMA/srp: Rework handling of the maximum information unit length
Bart Van Assche
2
-14
/
+29
2018-12-19
RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declaration
Bart Van Assche
1
-1
/
+2
2018-12-19
RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
Bart Van Assche
1
-0
/
+1
2018-12-19
RDMA/srp: Handle large SCSI CDBs correctly
Bart Van Assche
2
-6
/
+19
2018-12-19
RDMA/srp: Document srp_parse_in() arguments
Bart Van Assche
1
-0
/
+3
2018-12-19
include/scsi/srp.h: Add support for immediate data
Bart Van Assche
1
-0
/
+5
2018-12-19
include/scsi/srp.h: Move response flag definitions into this file
Bart Van Assche
1
-4
/
+0
2018-12-19
IB/mlx5: Fix compile issue when ODP disabled
Doug Ledford
1
-4
/
+4
2018-12-19
scsi: flip the default on use_clustering
Christoph Hellwig
2
-2
/
+0
2018-12-19
RDMA: Cleanup undesired pd->uobject usage
Shamir Rabinovitch
24
-113
/
+125
2018-12-19
RDMA/restrack: Resource-tracker should not use uobject pointers
Shamir Rabinovitch
7
-36
/
+39
2018-12-19
IB/mlx5: Add advise_mr() support
Moni Shoua
4
-9
/
+157
2018-12-19
IB/uverbs: Add support to advise_mr
Moni Shoua
1
-1
/
+55
2018-12-19
IB/uverbs: Add helper to get array size from ptr attribute
Moni Shoua
1
-7
/
+5
2018-12-19
RDMA/uverbs: Add an ioctl method to destroy an object
Parav Pandit
2
-7
/
+63
2018-12-19
RDMA/uverbs: Add a method to introspect handles in a context
Jason Gunthorpe
1
-1
/
+88
2018-12-19
IB/mlx4: Utilize macro to calculate SQ spare size
Yuval Shaia
1
-1
/
+1
2018-12-19
RDMA/hns: Fix an error code in hns_roce_create_srq()
Dan Carpenter
1
-0
/
+1
2018-12-19
IB/qib: Fix an error code in qib_sdma_verbs_send()
Dan Carpenter
1
-1
/
+3
2018-12-19
RDMA/core: Delete RoCE GID in hw when corresponding IP is deleted
Parav Pandit
1
-4
/
+3
2018-12-19
RDMA/mlx5: Fix function name typo 'fileds' -> 'fields'
Gal Pressman
1
-4
/
+4
2018-12-19
RDMA/i40iw: Make sure to initialize ib_device_ops
Kamal Heib
1
-0
/
+1
2018-12-18
RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completion
Leon Romanovsky
3
-100
/
+5
2018-12-18
RDMA/uverbs: Implement an ioctl that can call write and write_ex handlers
Jason Gunthorpe
7
-23
/
+89
2018-12-15
net/mlx5: Make RoCE and SR-IOV LAG modes explicit
Aviv Heller
3
-6
/
+10
2018-12-14
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
3
-22
/
+19
2018-12-14
IB/mlx5: Unify e-switch representors load approach between uplink and VFs
Mark Bloch
3
-22
/
+19
2018-12-12
IB/core: Fix oops in netdev_next_upper_dev_rcu()
Mark Zhang
1
-0
/
+3
[prev]
[next]