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