index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
rdma_core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Make ib_uverbs_async_event_file into a uobject
Jason Gunthorpe
2020-01-13
1
-0
/
+1
*
RDMA/core: Do not allow alloc_commit to fail
Jason Gunthorpe
2020-01-13
1
-18
/
+3
*
RDMA/core: Simplify destruction of FD uobjects
Jason Gunthorpe
2020-01-13
1
-8
/
+0
*
RDMA/mlx5: Use RCU and direct refcounts to keep memory alive
Jason Gunthorpe
2020-01-13
1
-15
/
+0
*
RDMA/core: Clear out the udata before error unwind
Jason Gunthorpe
2019-05-27
1
-0
/
+2
*
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
2019-04-01
1
-3
/
+3
*
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
2019-04-01
1
-3
/
+2
*
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
2019-01-14
1
-0
/
+2
*
RDMA/uverbs: Implement an ioctl that can call write and write_ex handlers
Jason Gunthorpe
2018-12-18
1
-0
/
+5
*
IB/core: Enable getting an object type from a given uobject
Yishai Hadas
2018-12-04
1
-5
/
+0
*
IB/core: Introduce UVERBS_IDR_ANY_OBJECT
Yishai Hadas
2018-12-04
1
-1
/
+15
*
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
2018-12-03
1
-4
/
+1
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
2018-11-26
1
-0
/
+1
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
2018-11-26
1
-1
/
+1
*
RDMA/uverbs: Add structure size info to write commands
Jason Gunthorpe
2018-11-26
1
-0
/
+4
*
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
2018-11-26
1
-2
/
+1
*
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
2018-11-26
1
-2
/
+2
*
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
2018-11-26
1
-4
/
+4
*
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
2018-11-22
1
-0
/
+21
*
RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api
Jason Gunthorpe
2018-11-22
1
-0
/
+15
*
RDMA/uverbs: Require all objects to have a driver destroy function
Jason Gunthorpe
2018-11-22
1
-0
/
+5
*
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
2018-11-22
1
-3
/
+3
*
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
2018-11-22
1
-3
/
+4
*
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
2018-09-20
1
-0
/
+1
*
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
2018-08-13
1
-6
/
+0
*
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
Jason Gunthorpe
2018-08-13
1
-0
/
+4
*
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
2018-08-10
1
-1
/
+1
*
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
2018-08-10
1
-0
/
+50
*
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
2018-08-01
1
-0
/
+3
*
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
1
-0
/
+2
*
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
2018-07-25
1
-1
/
+2
*
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
2018-07-25
1
-1
/
+1
*
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
2018-07-09
1
-13
/
+8
*
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
2018-07-09
1
-1
/
+0
*
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
2018-07-04
1
-1
/
+1
*
IB/uverbs: Refactor uverbs_finalize_objects
Matan Barak
2018-06-19
1
-7
/
+3
*
IB/core: Add new ioctl interface
Matan Barak
2017-08-31
1
-0
/
+5
*
IB/core: Add support to finalize objects in one transaction
Matan Barak
2017-08-30
1
-1
/
+21
*
IB/core: Add a generic way to execute an operation on a uobject
Matan Barak
2017-08-30
1
-0
/
+17
*
IB/core: Add support for fd objects
Matan Barak
2017-04-05
1
-0
/
+8
*
IB/core: Change idr objects to use the new schema
Matan Barak
2017-04-05
1
-0
/
+15
*
IB/core: Add support for idr types
Matan Barak
2017-04-05
1
-0
/
+55