index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
1
-5
/
+3
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
2
-5
/
+7
2026-03-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-100
/
+123
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
1
-2
/
+3
2026-03-20
RDMA/umem: Tell DMA mapping that UMEM requires coherency
Leon Romanovsky
1
-2
/
+3
2026-03-18
RDMA/irdma: Harden depth calculation functions
Shiraz Saleem
1
-17
/
+22
2026-03-18
RDMA/irdma: Return EINVAL for invalid arp index error
Tatyana Nikolova
1
-7
/
+10
2026-03-18
RDMA/irdma: Fix deadlock during netdev reset with active connections
Anil Samal
1
-1
/
+2
2026-03-18
RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()
Tatyana Nikolova
1
-2
/
+0
2026-03-18
RDMA/irdma: Clean up unnecessary dereference of event->cm_node
Ivan Barrera
1
-6
/
+6
2026-03-18
RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()
Tatyana Nikolova
1
-2
/
+0
2026-03-18
RDMA/irdma: Update ibqp state to error if QP is already in error state
Tatyana Nikolova
1
-0
/
+2
2026-03-18
RDMA/irdma: Initialize free_qp completion before using it
Jacob Moroni
1
-1
/
+1
2026-03-17
RDMA/efa: Fix possible deadlock
Ethan Tidmore
1
-0
/
+1
2026-03-17
RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
Chuck Lever
1
-7
/
+9
2026-03-17
RDMA/rw: Fall back to direct SGE on MR pool exhaustion
Chuck Lever
1
-3
/
+18
2026-03-08
RDMA/efa: Fix use of completion ctx after free
Yonatan Nachum
1
-48
/
+39
2026-03-05
RDMA/bng_re: Fix silent failure in HWRM version query
Kamal Heib
1
-5
/
+9
2026-03-04
RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init()
Abhijit Gangurde
1
-1
/
+3
2026-03-04
RDMA/irdma: Fix double free related to rereg_user_mr
Jacob Moroni
1
-0
/
+1
2026-02-26
RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file
Leon Romanovsky
1
-0
/
+2
2026-02-25
RDMA/umem: Fix double dma_buf_unpin in failure path
Jacob Moroni
1
-3
/
+1
2026-02-25
RDMA/core: Check id_priv->restricted_node_type in cma_listen_on_dev()
Stefan Metzmacher
1
-1
/
+5
2026-02-24
RDMA/ionic: Fix kernel stack leak in ionic_create_cq()
Jason Gunthorpe
1
-1
/
+1
2026-02-24
RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
Jason Gunthorpe
1
-1
/
+1
2026-02-24
IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()
Jason Gunthorpe
1
-2
/
+3
2026-02-24
RDMA/efa: Fix typo in efa_alloc_mr()
Jason Gunthorpe
1
-1
/
+1
2026-02-24
RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port
Kamal Heib
1
-0
/
+2
2026-02-24
RDMA/bng_re: Unwind bng_re_dev_init properly
Siva Reddy Kallam
1
-14
/
+15
2026-02-24
RDMA/bng_re: Remove unnessary validity checks
Siva Reddy Kallam
1
-23
/
+4
2026-02-24
RDMA/core: Fix stale RoCE GIDs during netdev events at registration
Jiri Pirko
3
-1
/
+49
2026-02-23
RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFER
Arnd Bergmann
1
-0
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
26
-42
/
+31
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
44
-130
/
+65
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
11
-12
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
158
-475
/
+475
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
176
-847
/
+779
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
67
-641
/
+2382
2026-02-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+2
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-2
/
+4
2026-02-12
Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-0
/
+31
2026-02-11
bnge/bng_re: Add a new HSI
Vikas Gupta
6
-6
/
+6456
2026-02-08
RDMA/mlx5: Implement DMABUF export ops
Yishai Hadas
1
-0
/
+72
2026-02-08
RDMA/uverbs: Add DMABUF object type and operations
Yishai Hadas
8
-12
/
+266
2026-02-08
RDMA/uverbs: Support external FD uobjects
Yishai Hadas
1
-14
/
+21
2026-02-08
RDMA/core: introduce rdma_restrict_node_type()
Stefan Metzmacher
2
-0
/
+31
2026-02-05
net/mlx5: Fix 1600G link mode enum naming
Yael Chemla
1
-1
/
+1
2026-02-05
RDMA/siw: Fix potential NULL pointer dereference in header processing
YunJe Shin
1
-1
/
+2
2026-02-05
RDMA/umad: Reject negative data_len in ib_umad_write
YunJe Shin
1
-2
/
+6
2026-02-03
RDMA/umem: don't abuse current->group_leader
Oleg Nesterov
1
-2
/
+2
[next]