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
/
hw
/
vmw_pvrdma
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()
Qinglang Miao
1
-1
/
+1
2020-11-03
RDMA/vmw_pvrdma: Fix the active_speed and phys_state value
Adit Ranadive
1
-1
/
+1
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-2
/
+2
2020-09-29
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
1
-2
/
+1
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2020-09-18
RDMA: Fix link active_speed size
Aharon Landau
1
-1
/
+1
2020-09-11
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
3
-4
/
+6
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
1
-1
/
+1
2020-09-09
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
1
-5
/
+4
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2
-3
/
+4
2020-08-31
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2020-08-24
RDMA/vmw_pvrdma: Fix kernel-doc documentation
Kamal Heib
4
-6
/
+6
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-07
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2
-2
/
+2
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-06-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-3
/
+4
2020-05-25
RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
Qiushi Wu
1
-1
/
+1
2020-05-03
RDMA: Group create AH arguments in struct
Maor Gottlieb
2
-3
/
+4
2020-03-04
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
1
-1
/
+1
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
4
-6
/
+7
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
4
-5
/
+5
2019-10-28
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
1
-2
/
+0
2019-10-28
RDMA/vmw_pvrdma: Use resource ids from physical device if available
Bryan Tan
2
-29
/
+101
2019-10-01
RDMA/vmw_pvrdma: Free SRQ only once
Adit Ranadive
1
-2
/
+0
2019-06-29
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2
-0
/
+2
2019-06-24
RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code
Israel Rukshin
1
-1
/
+1
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
3
-18
/
+7
2019-06-11
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
3
-25
/
+15
2019-06-11
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
2
-6
/
+2
2019-06-10
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
1
-1
/
+1
2019-06-10
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
1
-1
/
+1
2019-06-10
RDMA: Move driver_id into struct ib_device_ops
Jason Gunthorpe
1
-1
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-04-24
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+2
2019-04-09
RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()
Jason Gunthorpe
1
-19
/
+5
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
3
-29
/
+20
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
3
-28
/
+16
2019-04-08
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
1
-5
/
+6
2019-04-08
RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_remove
Kamal Heib
1
-0
/
+2
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
3
-15
/
+14
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
6
-17
/
+21
2019-03-27
RDMA/vmw_pvrdma: Skip zeroing device attrs
Yuval Shaia
1
-2
/
+0
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
3
-37
/
+19
2019-02-12
RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
1
-13
/
+8
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
3
-33
/
+18
2019-02-05
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2
-1
/
+40
2019-01-31
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
1
-1
/
+1
[next]