index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
devx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/mlx5: Allow DEVX and raw creation flow on reps
Mark Bloch
2019-04-22
1
-1
/
+1
*
RDMA/mlx5: Add query e-switch vport context to devx white list
Maor Gottlieb
2019-04-22
1
-0
/
+2
*
RDMA/mlx5: Move rep into port struct
Mark Bloch
2019-04-10
1
-1
/
+1
*
IB/mlx5: Remove references to uboject->context
Jason Gunthorpe
2019-04-08
1
-7
/
+9
*
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
2019-04-01
1
-2
/
+4
*
IB/mlx5: Declare devx_async_cmd_event_fops static
Bart Van Assche
2019-03-28
1
-1
/
+1
*
IB/mlx5: Use mlx5 core to create/destroy a DEVX DCT
Yishai Hadas
2019-03-17
1
-8
/
+26
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-8
/
+13
*
IB/mlx5: Fix bad flow upon DEVX mkey creation
Yishai Hadas
2019-02-11
1
-2
/
+3
*
IB/mlx5: Remove set but not used variable
Kamal Heib
2019-01-30
1
-3
/
+1
*
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-29
1
-1
/
+317
|
\
|
*
IB/mlx5: Implement DEVX hot unplug for async command FD
Yishai Hadas
2019-01-29
1
-2
/
+20
|
*
IB/mlx5: Implement the file ops of DEVX async command FD
Yishai Hadas
2019-01-29
1
-2
/
+55
|
*
IB/mlx5: Introduce async DEVX obj query API
Yishai Hadas
2019-01-29
1
-1
/
+163
|
*
IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FD
Yishai Hadas
2019-01-29
1
-0
/
+83
*
|
IB/mlx5: Manage indirection mkey upon DEVX flow for ODP
Yishai Hadas
2019-01-21
1
-1
/
+88
*
|
IB/mlx5: DEVX handling for indirection MKEY
Yishai Hadas
2019-01-21
1
-2
/
+36
*
|
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-10
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
1
-54
/
+179
|
\
|
*
IB/mlx5: Use the correct commands for UMEM and UCTX allocation
Yishai Hadas
2018-12-20
1
-19
/
+15
|
*
IB/mlx5: Update the supported DEVX commands
Yishai Hadas
2018-12-04
1
-0
/
+17
|
*
IB/mlx5: Enforce DEVX privilege by firmware
Yishai Hadas
2018-12-04
1
-8
/
+9
|
*
IB/mlx5: Enable modify and query verbs objects via DEVX
Yishai Hadas
2018-12-04
1
-12
/
+96
|
*
RDMA/mlx5: Attach a DEVX counter via raw flow creation
Mark Bloch
2018-11-29
1
-0
/
+15
|
*
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
2018-11-26
1
-12
/
+13
|
*
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
2018-11-26
1
-1
/
+1
|
*
RDMA/mlx5: Use the uapi disablement APIs instead of code
Jason Gunthorpe
2018-11-22
1
-3
/
+17
|
*
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
2018-11-22
1
-9
/
+6
*
|
IB/mlx5: Block DEVX umem from the non applicable cases
Yishai Hadas
2018-12-06
1
-1
/
+3
|
/
*
IB/mlx5: Verify DEVX object type
Yishai Hadas
2018-10-16
1
-54
/
+126
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
1
-1
/
+4
|
\
|
*
IB/mlx5: Destroy the DEVX object upon error flow
Yishai Hadas
2018-09-25
1
-1
/
+4
*
|
IB/mlx5: Enable DEVX white list commands
Yishai Hadas
2018-09-27
1
-15
/
+60
*
|
IB/mlx5: Manage device uid for DEVX white list commands
Yishai Hadas
2018-09-27
1
-6
/
+6
*
|
IB/mlx5: Set valid umem bit on DEVX
Yishai Hadas
2018-09-25
1
-0
/
+95
*
|
{net, RDMA}/mlx5: Rename encap to reformat packet
Mark Bloch
2018-09-05
1
-3
/
+3
|
/
*
IB/uverbs: Use uverbs_alloc for allocations
Jason Gunthorpe
2018-08-13
1
-53
/
+30
*
IB/uverbs: Do not pass struct ib_device to the ioctl methods
Jason Gunthorpe
2018-08-01
1
-22
/
+21
*
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
2018-07-30
1
-6
/
+10
*
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
2018-07-25
1
-5
/
+15
*
IB/mlx5: Use the ucontext from the uobj, not the file
Jason Gunthorpe
2018-07-25
1
-16
/
+16
*
IB/mlx5: Introduce driver create and destroy flow methods
Yishai Hadas
2018-07-24
1
-0
/
+22
*
RDMA/mlx5: Remove set but not used variables
Kamal Heib
2018-07-23
1
-2
/
+0
*
IB: Enable uverbs_destroy_def_handler to be used by drivers
Yishai Hadas
2018-07-10
1
-16
/
+2
*
RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly
Jason Gunthorpe
2018-07-04
1
-12
/
+4
*
RDMA/uverbs: Remove UA_FLAGS
Jason Gunthorpe
2018-07-04
1
-34
/
+34
*
RDMA/uverbs: Get rid of the & in method specifications
Jason Gunthorpe
2018-07-04
1
-108
/
+132
*
RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros
Jason Gunthorpe
2018-07-04
1
-4
/
+4
*
RDMA/uverbs: Simplify method definition macros
Jason Gunthorpe
2018-07-04
1
-9
/
+9
*
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
Jason Gunthorpe
2018-07-04
1
-36
/
+36
[next]