index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
rdma_core.c
Age
Commit message (
Expand
)
Author
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
2018-08-13
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
2018-08-10
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
2018-08-01
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
2018-08-01
IB/uverbs: Lower the test for ongoing disassociation
Jason Gunthorpe
2018-08-01
IB/uverbs: Allow uobject allocation to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
IB/uverbs: Convert 'bool exclusive' into an enum
Jason Gunthorpe
2018-08-01
IB/uverbs: Consolidate uobject destruction
Jason Gunthorpe
2018-08-01
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
Jason Gunthorpe
2018-08-01
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
2018-07-25
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
2018-07-25
IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit
Jason Gunthorpe
2018-07-25
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()
Jason Gunthorpe
2018-07-25
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
2018-07-25
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
Jason Gunthorpe
2018-07-25
IB/uverbs: Clarify and revise uverbs_close_fd
Jason Gunthorpe
2018-07-25
IB/uverbs: Revise the placement of get/puts on uobject
Jason Gunthorpe
2018-07-25
IB/uverbs: Clarify the kref'ing ordering for alloc_commit
Jason Gunthorpe
2018-07-25
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
2018-07-25
IB/uverbs: Get rid of null_obj_type
Jason Gunthorpe
2018-07-09
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
2018-07-09
IB/uverbs: Tidy up remaining references to ucontext
Jason Gunthorpe
2018-07-09
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
2018-07-09
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
2018-07-09
IB/uverbs: Add a uobj_perform_destroy helper
Jason Gunthorpe
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
2018-06-29
IB: Improve uverbs_cleanup_ucontext algorithm
Yishai Hadas
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
2018-06-19
IB/uverbs: Refactor uverbs_finalize_objects
Matan Barak
2018-06-19
IB/uverbs: Export uverbs idr and fd types
Matan Barak
2018-02-28
IB/uverbs: Tidy uverbs_uobject_add
Jason Gunthorpe
2018-02-15
IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
Jason Gunthorpe
2018-02-15
IB/uverbs: Improve lockdep_check
Jason Gunthorpe
2018-02-15
RDMA/uverbs: Protect from races between lookup and destroy of uobjects
Leon Romanovsky
2018-02-15
IB/uverbs: Hold the uobj write lock after allocate
Jason Gunthorpe
2017-08-31
IB/core: Explicitly destroy an object while keeping uobject
Matan Barak
2017-08-31
IB/core: Add new ioctl interface
Matan Barak
2017-08-30
IB/core: Add support to finalize objects in one transaction
Matan Barak
2017-08-30
IB/core: Add a generic way to execute an operation on a uobject
Matan Barak
2017-04-20
IB/core: Nullify ib_uobject during allocation
Matan Barak
2017-04-20
IB/core: Don't pass the lock state to _rdma_remove_commit_uobject
Matan Barak
2017-04-20
IB/core: Rename write flag to exclusive in rdma_core
Matan Barak
2017-04-05
IB/core: Add support for fd objects
Matan Barak
2017-04-05
IB/core: Add support for idr types
Matan Barak