index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-31
RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leaked
Jason Gunthorpe
1
-1
/
+2
2020-08-27
RDMA/ucma: Remove closing and the close_wq
Jason Gunthorpe
1
-34
/
+15
2020-08-27
RDMA/ucma: Rework how new connections are passed through event delivery
Jason Gunthorpe
1
-126
/
+96
2020-08-27
RDMA/ucma: Narrow file->mut in ucma_event_handler()
Jason Gunthorpe
1
-9
/
+7
2020-08-27
RDMA/ucma: Change backlog into an atomic
Jason Gunthorpe
1
-7
/
+8
2020-08-27
RDMA/ucma: Add missing locking around rdma_leave_multicast()
Jason Gunthorpe
1
-0
/
+2
2020-08-27
RDMA/ucma: Fix locking for ctx->events_reported
Jason Gunthorpe
1
-1
/
+3
2020-08-27
RDMA/ucma: Fix the locking of ctx->file
Jason Gunthorpe
1
-1
/
+5
2020-08-27
RDMA/ucma: Do not use file->mut to lock destroying
Jason Gunthorpe
1
-3
/
+11
2020-08-27
RDMA/cma: Add missing locking to rdma_accept()
Jason Gunthorpe
2
-7
/
+30
2020-08-27
RDMA/ucma: Remove mc_list and rely on xarray
Jason Gunthorpe
1
-37
/
+22
2020-08-27
RDMA/ucma: Fix error cases around ucma_alloc_ctx()
Jason Gunthorpe
1
-26
/
+42
2020-08-27
RDMA/ucma: Consolidate the two destroy flows
Jason Gunthorpe
1
-42
/
+22
2020-08-27
RDMA/ucma: Remove unnecessary locking of file->ctx_list in close
Jason Gunthorpe
1
-4
/
+7
2020-08-27
RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()
Jason Gunthorpe
1
-2
/
+2
2020-08-24
RDMA/cm: Add tracepoints to track MAD send operations
Chuck Lever
2
-2
/
+125
2020-08-24
RDMA/cm: Replace pr_debug() call sites with tracepoints
Chuck Lever
4
-55
/
+351
2020-08-24
RDMA/core: Move the rdma_show_ib_cm_event() macro
Chuck Lever
1
-40
/
+0
2020-08-18
RDMA/cm: Remove unused cm_class
Jason Gunthorpe
1
-24
/
+0
2020-08-18
RDMA: Remove constant domain argument from flow creation call
Leon Romanovsky
1
-2
/
+2
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
20
-670
/
+665
2020-08-04
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+5
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2020-07-31
RDMA/umem: Add a schedule point in ib_umem_get()
Eric Dumazet
1
-0
/
+1
2020-07-30
RDMA/core: Free DIM memory in error unwind
Leon Romanovsky
1
-0
/
+1
2020-07-30
RDMA/core: Stop DIM before destroying CQ
Leon Romanovsky
1
-3
/
+10
2020-07-29
RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP
Mark Zhang
1
-3
/
+0
2020-07-29
RDMA/cma: Execute rdma_cm destruction from a handler properly
Jason Gunthorpe
1
-90
/
+84
2020-07-29
RDMA/cma: Remove unneeded locking for req paths
Jason Gunthorpe
1
-25
/
+6
2020-07-29
RDMA/cma: Using the standard locking pattern when delivering the removal event
Jason Gunthorpe
1
-26
/
+36
2020-07-29
RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
Jason Gunthorpe
1
-1
/
+5
2020-07-27
RDMA/core: Fix return error value in _ib_modify_qp() to negative
Li Heng
1
-1
/
+1
2020-07-27
RDMA/cm: Add min length checks to user structure copies
Jason Gunthorpe
1
-0
/
+4
2020-07-24
RDMA/uverbs: Silence shiftTooManyBitsSigned warning
Leon Romanovsky
1
-1
/
+1
2020-07-24
RDMA/uverbs: Remove redundant assignments
Leon Romanovsky
1
-5
/
+5
2020-07-24
RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flow
Maor Gottlieb
2
-1
/
+4
2020-07-24
RDMA/core: Update write interface to use automatic object lifetime
Leon Romanovsky
1
-207
/
+86
2020-07-24
RDMA/core: Align abort/commit object scheme for write() and ioctl() paths
Leon Romanovsky
2
-1
/
+10
2020-07-20
RDMA/core: Remove query_pkey from the mandatory ops
Kamal Heib
1
-1
/
+3
2020-07-20
RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is set
Kamal Heib
1
-16
/
+29
2020-07-20
RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is set
Kamal Heib
1
-20
/
+41
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
1
-1
/
+5
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-2
/
+2
2020-07-16
RDMA/cm: Protect access to remote_sidr_table
Maor Gottlieb
1
-0
/
+2
2020-07-16
RDMA/core: Fix race in rdma_alloc_commit_uobject()
Leon Romanovsky
1
-3
/
+3
2020-07-10
RDMA/counter: Allow manually bind QPs with different pids to same counter
Mark Zhang
1
-1
/
+1
2020-07-10
RDMA/counter: Only bind user QPs in auto mode
Mark Zhang
1
-1
/
+1
2020-07-10
RDMA/counter: Add PID category support in auto mode
Mark Zhang
2
-17
/
+11
2020-07-06
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
2
-9
/
+20
[next]