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
/
include
/
rdma
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
13
-146
/
+385
2018-10-17
RDMA/core: Allow existing drivers to set one sysfs group per device
Parav Pandit
1
-2
/
+28
2018-10-16
RDMA/core: Rename ports_parent to ports_kobj
Parav Pandit
1
-1
/
+1
2018-10-16
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
4
-7
/
+8
2018-10-16
RDMA/core: Align multiple functions to kernel coding style
Leon Romanovsky
2
-23
/
+16
2018-10-11
RDMA/netdev: Fix netlink support in IPoIB
Denis Drozdov
1
-0
/
+7
2018-10-11
RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
Denis Drozdov
1
-2
/
+21
2018-10-06
RDMA/restrack: Consolidate task name updates in one place
Leon Romanovsky
1
-2
/
+2
2018-10-06
RDMA/restrack: Un-inline set task implementation
Leon Romanovsky
1
-8
/
+2
2018-10-04
IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt
Venkata Sandeep Dhanalakota
1
-0
/
+1
2018-10-04
IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt
Venkata Sandeep Dhanalakota
2
-0
/
+5
2018-10-04
IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt
Brian Welty
2
-0
/
+26
2018-10-04
IB/mlx4: Avoid implicit enumerated type conversion
Nathan Chancellor
1
-1
/
+1
2018-10-04
RDMA/netlink: Simplify netlink listener existence check
Leon Romanovsky
1
-2
/
+2
2018-10-04
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
Kamal Heib
1
-3
/
+1
2018-10-01
IB/hfi1: Prepare resource waits for dual leg
Dennis Dalessandro
1
-2
/
+2
2018-10-01
IB/rdmavt: Rename check_send_wqe as setup_wqe
Kaike Wan
1
-6
/
+7
2018-09-26
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-1
/
+1
2018-09-26
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
2
-4
/
+11
2018-09-21
RDMA/uverbs: Get rid of ucontext->tgid
Jason Gunthorpe
1
-1
/
+0
2018-09-21
RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path
Jason Gunthorpe
1
-0
/
+1
2018-09-21
RDMA/umem: Handle a half-complete start/end sequence
Jason Gunthorpe
1
-0
/
+1
2018-09-21
RDMA/umem: Get rid of per_mm->notifier_count
Jason Gunthorpe
1
-15
/
+0
2018-09-21
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
2
-21
/
+21
2018-09-21
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
Jason Gunthorpe
2
-12
/
+22
2018-09-21
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
1
-3
/
+3
2018-09-21
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
1
-7
/
+4
2018-09-21
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2
-19
/
+24
2018-09-20
RDMA/umem: Do not use current->tgid to track the mm_struct
Jason Gunthorpe
1
-2
/
+1
2018-09-20
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
1
-0
/
+22
2018-09-18
IB/rxe: Revise the ib_wr_opcode enum
Jason Gunthorpe
1
-14
/
+20
2018-09-13
RDMA: Remove duplicated include from ib_addr.h
YueHaibing
1
-1
/
+0
2018-09-13
RDMA/core: Consider net ns of gid attribute for RoCE
Parav Pandit
1
-0
/
+3
2018-09-13
RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr
Parav Pandit
1
-4
/
+0
2018-09-11
IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting
Michael J. Ruhl
1
-2
/
+8
2018-09-11
RDMA/mlx5: Add flow actions support to raw create flow
Mark Bloch
1
-0
/
+6
2018-09-11
RDMA/uverbs: Move flow resources initialization
Mark Bloch
2
-14
/
+33
2018-09-11
IB/uverbs: Add IDRs array attribute type to ioctl() interface
Guy Levi
1
-1
/
+70
2018-09-11
RDMA/core: Document QP @event_handler function
Chuck Lever
1
-0
/
+2
2018-09-11
RDMA/core: Document CM @event_handler function
Chuck Lever
1
-1
/
+5
2018-09-06
RDMA/core: Define client_data_lock as rwlock instead of spinlock
Parav Pandit
1
-2
/
+3
2018-09-06
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+3
2018-09-06
RDMA/core: Depend on device_add() to add device attributes
Parav Pandit
1
-0
/
+3
2018-09-06
RDMA/uverbs: Declare closing variable as boolean
Leon Romanovsky
1
-1
/
+1
2018-09-06
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
1
-3
/
+6
2018-09-06
RDMA/uverbs: Add generic function to fill in flow action object
Mark Bloch
1
-0
/
+12
2018-09-06
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
Mark Bloch
1
-0
/
+40
2018-08-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-24
/
+0
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-1
/
+2
2018-08-18
RDMA/smc: Replace ib_query_gid with rdma_get_gid_attr
Jason Gunthorpe
1
-24
/
+0
[next]