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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
IB: When attrs.udata/ufile is available use that instead of uobject
Jason Gunthorpe
1
-3
/
+3
2019-04-01
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
1
-18
/
+30
2019-04-01
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
1
-49
/
+21
2019-02-22
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
1
-7
/
+2
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
1
-0
/
+32
2019-01-29
IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FD
Yishai Hadas
1
-0
/
+1
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-3
/
+3
2018-12-04
IB/core: Introduce UVERBS_IDR_ANY_OBJECT
Yishai Hadas
1
-10
/
+17
2018-12-03
RDMA/uverbs: Annotate alloc/deallloc paths with context tracking
Leon Romanovsky
1
-0
/
+2
2018-11-26
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
1
-6
/
+4
2018-11-26
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
1
-5
/
+8
2018-09-21
RDMA/uverbs: Get rid of ucontext->tgid
Jason Gunthorpe
1
-1
/
+0
2018-09-20
RDMA/ucontext: Get rid of the old disassociate flow
Jason Gunthorpe
1
-41
/
+10
2018-09-20
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
1
-1
/
+3
2018-09-04
IB/core: Release object lock if destroy failed
Artemy Kovalyov
1
-0
/
+2
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2018-08-13
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
1
-45
/
+0
2018-08-10
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
1
-45
/
+55
2018-08-01
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
1
-11
/
+55
2018-08-01
IB/uverbs: Lower the test for ongoing disassociation
Jason Gunthorpe
1
-0
/
+11
2018-08-01
IB/uverbs: Allow uobject allocation to work concurrently with disassociate
Jason Gunthorpe
1
-11
/
+26
2018-08-01
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
1
-22
/
+49
2018-08-01
IB/uverbs: Convert 'bool exclusive' into an enum
Jason Gunthorpe
1
-37
/
+57
2018-08-01
IB/uverbs: Consolidate uobject destruction
Jason Gunthorpe
1
-129
/
+122
2018-08-01
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
Jason Gunthorpe
1
-24
/
+29
2018-08-01
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
1
-4
/
+1
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-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-1
/
+1
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-15
IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
Jason Gunthorpe
1
-2
/
+3
2018-02-15
IB/uverbs: Improve lockdep_check
Jason Gunthorpe
1
-7
/
+7
2018-02-15
RDMA/uverbs: Protect from races between lookup and destroy of uobjects
Leon Romanovsky
1
-1
/
+9
[next]