index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
Age
Commit message (
Expand
)
Author
Lines
2026-02-24
IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()
Jason Gunthorpe
-2
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-19
/
+19
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-41
/
+36
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
-1
/
+5
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-04-27
IB/mthca: Adjust buddy->bits allocation type
Kees Cook
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
-1
/
+2
2023-11-15
RDMA/usnic: Silence uninitialized symbol smatch warnings
Leon Romanovsky
-3
/
+3
2023-10-02
IB/mthca: Annotate struct mthca_icm_table with __counted_by
Kees Cook
-1
/
+1
2023-09-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-10
/
+10
2023-07-31
RDMA/mthca: Remove unnecessary NULL assignments
Ruan Jinjie
-10
/
+10
2023-07-17
RDMA/mthca: Fix crash when polling CQ for shared QPs
Thomas Bogendoerfer
-1
/
+1
2022-08-21
IB: move from strlcpy with unused retval to strscpy
Wolfram Sang
-1
/
+1
2022-01-28
RDMA/mthca: Delete useless module.h include
Leon Romanovsky
-2
/
+0
2022-01-28
IB/mthca: Remove useless DMA-32 fallback configuration
Christophe JAILLET
-6
/
+2
2022-01-05
RDMA/mad: Delete duplicated init_query_mad functions
Leon Romanovsky
-14
/
+6
2021-12-14
IB/mthca: Use memset_startat() for clearing mpt_entry
Kees Cook
-2
/
+1
2021-11-25
IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'
Christophe JAILLET
-5
/
+5
2021-11-25
IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'
Christophe JAILLET
-2
/
+2
2021-11-25
IB/mthca: Use bitmap_set() when applicable
Christophe JAILLET
-4
/
+1
2021-11-25
IB/mthca: Use bitmap_zalloc() when applicable
Christophe JAILLET
-11
/
+7
2021-08-23
RDMA: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-34
/
+27
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
-47
/
+30
2021-06-16
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
-1
/
+1
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
-15
/
+15
2020-12-01
Merge tag 'v5.10-rc6' into rdma.git for-next
Jason Gunthorpe
-4
/
+6
2020-11-23
IB/mthca: fix return value of error branch in mthca_init_cq()
Xiongfeng Wang
-4
/
+6
2020-11-12
RDMa/mthca: Work around -Wenum-conversion warning
Arnd Bergmann
-2
/
+1
2020-10-30
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
-12
/
+17
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
-7
/
+7
2020-10-26
RDMA: Check create_flags during create_qp
Jason Gunthorpe
-1
/
+1
2020-10-26
RDMA: Check flags during create_cq
Jason Gunthorpe
-1
/
+1
2020-10-26
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
-0
/
+3
2020-10-26
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
-10
/
+0
2020-10-26
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
-15
/
+1
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
-1
/
+1
2020-09-29
RDMA/mthca: Combine special QP struct with mthca QP
Leon Romanovsky
-58
/
+59
2020-09-29
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
-4
/
+0
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
-1
/
+1
2020-09-09
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
-3
/
+3
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
-1
/
+2
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
-1
/
+2
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
-1
/
+2
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
-1
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
-5
/
+5
[next]