index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
rdma_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-25
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
1
-4
/
+10
2018-07-25
IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit
Jason Gunthorpe
1
-37
/
+46
2018-07-25
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()
Jason Gunthorpe
1
-2
/
+3
2018-07-25
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
1
-13
/
+104
2018-07-25
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
Jason Gunthorpe
1
-14
/
+12
2018-07-25
IB/uverbs: Clarify and revise uverbs_close_fd
Jason Gunthorpe
1
-13
/
+28
2018-07-25
IB/uverbs: Revise the placement of get/puts on uobject
Jason Gunthorpe
1
-33
/
+50
2018-07-25
IB/uverbs: Clarify the kref'ing ordering for alloc_commit
Jason Gunthorpe
1
-4
/
+22
2018-07-25
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
1
-7
/
+15
2018-07-25
IB/uverbs: Get rid of null_obj_type
Jason Gunthorpe
1
-32
/
+9
2018-07-09
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
1
-28
/
+19
2018-07-09
IB/uverbs: Tidy up remaining references to ucontext
Jason Gunthorpe
1
-10
/
+9
2018-07-09
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
1
-34
/
+32
2018-07-09
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
1
-38
/
+34
2018-07-09
IB/uverbs: Add a uobj_perform_destroy helper
Jason Gunthorpe
1
-0
/
+22
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
1
-2
/
+2
2018-06-29
IB: Improve uverbs_cleanup_ucontext algorithm
Yishai Hadas
1
-48
/
+65
2018-06-19
IB/uverbs: Refactor uverbs_finalize_objects
Matan Barak
1
-40
/
+0
2018-06-19
IB/uverbs: Export uverbs idr and fd types
Matan Barak
1
-0
/
+2
2018-02-28
IB/uverbs: Tidy uverbs_uobject_add
Jason Gunthorpe
1
-9
/
+4
2018-02-16
IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
Jason Gunthorpe
1
-2
/
+3
2018-02-16
IB/uverbs: Improve lockdep_check
Jason Gunthorpe
1
-7
/
+7
2018-02-16
RDMA/uverbs: Protect from races between lookup and destroy of uobjects
Leon Romanovsky
1
-1
/
+9
2018-02-16
IB/uverbs: Hold the uobj write lock after allocate
Jason Gunthorpe
1
-1
/
+10
2017-08-31
IB/core: Explicitly destroy an object while keeping uobject
Matan Barak
1
-0
/
+35
2017-08-31
IB/core: Add new ioctl interface
Matan Barak
1
-0
/
+46
2017-08-30
IB/core: Add support to finalize objects in one transaction
Matan Barak
1
-0
/
+40
2017-08-30
IB/core: Add a generic way to execute an operation on a uobject
Matan Barak
1
-0
/
+58
2017-04-20
IB/core: Nullify ib_uobject during allocation
Matan Barak
1
-1
/
+1
2017-04-20
IB/core: Don't pass the lock state to _rdma_remove_commit_uobject
Matan Barak
1
-12
/
+12
2017-04-20
IB/core: Rename write flag to exclusive in rdma_core
Matan Barak
1
-29
/
+31
2017-04-05
IB/core: Add support for fd objects
Matan Barak
1
-1
/
+176
2017-04-05
IB/core: Add support for idr types
Matan Barak
1
-0
/
+450