index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
vmw_pvrdma
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcode
Bryan Tan
2023-06-09
1
-8
/
+0
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-1
/
+1
*
RDMA/pvrdma: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-28
1
-6
/
+4
*
RDMA/pvrdma: Use non-atomic bitmap functions when possible
Christophe JAILLET
2021-11-29
1
-3
/
+3
*
RDMA/pvrdma: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-11-29
1
-2
/
+2
*
RDMA: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-11
/
+3
*
RDMA: Globally allocate and release QP memory
Leon Romanovsky
2021-08-03
3
-35
/
+24
*
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
2021-06-16
1
-1
/
+1
*
RDMA: Support more than 255 rdma ports
Mark Bloch
2021-03-26
3
-12
/
+12
*
RDMA: Delete not-used static inline functions
Leon Romanovsky
2021-03-22
2
-45
/
+0
*
RDMA: Fix kernel-doc compilation warnings
Leon Romanovsky
2021-03-22
1
-1
/
+1
*
Merge tag 'v5.11' into rdma.git for-next
Jason Gunthorpe
2021-02-18
2
-1
/
+15
|
\
|
*
RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
Bryan Tan
2021-01-19
2
-1
/
+15
*
|
RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQ
Weihang Li
2021-02-05
1
-3
/
+2
|
/
*
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
2020-11-17
2
-2
/
+2
|
\
|
*
RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()
Qinglang Miao
2020-11-12
1
-1
/
+1
|
*
RDMA/vmw_pvrdma: Fix the active_speed and phys_state value
Adit Ranadive
2020-11-02
1
-1
/
+1
*
|
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
2020-10-26
1
-3
/
+3
*
|
RDMA: Remove uverbs cmds from drivers that don't use them
Jason Gunthorpe
2020-10-26
1
-10
/
+0
*
|
RDMA: Check create_flags during create_qp
Jason Gunthorpe
2020-10-26
1
-1
/
+1
*
|
RDMA: Check flags during create_cq
Jason Gunthorpe
2020-10-26
1
-0
/
+3
*
|
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
2020-10-26
1
-0
/
+3
*
|
RDMA: Check srq_type during create_srq
Jason Gunthorpe
2020-10-26
1
-1
/
+1
*
|
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
2020-10-26
1
-4
/
+0
*
|
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
2020-10-26
1
-15
/
+1
|
/
*
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
2020-10-16
1
-2
/
+2
*
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
2020-09-29
1
-2
/
+1
*
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
2020-09-18
1
-1
/
+1
|
\
|
*
RDMA: Fix link active_speed size
Aharon Landau
2020-09-18
1
-1
/
+1
*
|
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
2020-09-11
3
-4
/
+6
*
|
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-09-11
1
-1
/
+1
*
|
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
2020-09-09
1
-5
/
+4
*
|
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2020-09-09
2
-2
/
+3
*
|
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2020-09-09
2
-2
/
+3
*
|
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2020-09-09
2
-2
/
+3
*
|
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2020-09-09
2
-3
/
+4
*
|
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
2020-08-31
1
-1
/
+1
|
\
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
RDMA/vmw_pvrdma: Fix kernel-doc documentation
Kamal Heib
2020-08-24
4
-6
/
+6
|
/
*
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2020-07-06
2
-2
/
+2
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-06-05
2
-3
/
+4
|
\
|
*
RDMA: Group create AH arguments in struct
Maor Gottlieb
2020-05-02
2
-3
/
+4
*
|
RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
Qiushi Wu
2020-05-25
1
-1
/
+1
|
/
*
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
2020-03-04
1
-1
/
+1
*
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-16
4
-6
/
+7
*
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-11-17
4
-5
/
+5
*
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-28
1
-2
/
+0
|
\
|
*
RDMA/vmw_pvrdma: Free SRQ only once
Adit Ranadive
2019-10-01
1
-2
/
+0
*
|
RDMA/vmw_pvrdma: Use resource ids from physical device if available
Bryan Tan
2019-10-28
2
-29
/
+101
|
/
[next]