index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
devx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
IB/mlx5: DEVX cleanup mdev
Yishai Hadas
1
-10
/
+8
2019-07-03
IB/mlx5: Add DEVX support for CQ events
Yishai Hadas
1
-0
/
+39
2019-07-03
IB/mlx5: Implement DEVX dispatching event
Yishai Hadas
1
-3
/
+300
2019-07-03
IB/mlx5: Enable subscription for device events over DEVX
Yishai Hadas
1
-7
/
+553
2019-07-03
IB/mlx5: Register DEVX with mlx5_core to get async events
Yishai Hadas
1
-0
/
+30
2019-07-03
IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FD
Yishai Hadas
1
-0
/
+95
2019-06-25
net/mlx5: Convert mkey_table to XArray
Matthew Wilcox
1
-14
/
+4
2019-05-14
IB/mlx5: Verify DEVX general object type correctly
Yishai Hadas
1
-3
/
+10
2019-05-06
IB/mlx5: Device resource control for privileged DEVX user
Ariel Levkovich
1
-0
/
+4
2019-04-22
RDMA/mlx5: Allow DEVX and raw creation flow on reps
Mark Bloch
1
-1
/
+1
2019-04-22
RDMA/mlx5: Add query e-switch vport context to devx white list
Maor Gottlieb
1
-0
/
+2
2019-04-10
RDMA/mlx5: Move rep into port struct
Mark Bloch
1
-1
/
+1
2019-04-08
IB/mlx5: Remove references to uboject->context
Jason Gunthorpe
1
-7
/
+9
2019-04-01
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
1
-2
/
+4
2019-03-28
IB/mlx5: Declare devx_async_cmd_event_fops static
Bart Van Assche
1
-1
/
+1
2019-03-18
IB/mlx5: Use mlx5 core to create/destroy a DEVX DCT
Yishai Hadas
1
-8
/
+26
2019-02-16
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
1
-8
/
+13
2019-02-12
IB/mlx5: Fix bad flow upon DEVX mkey creation
Yishai Hadas
1
-2
/
+3
2019-01-31
IB/mlx5: Remove set but not used variable
Kamal Heib
1
-3
/
+1
2019-01-29
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
1
-1
/
+317
2019-01-29
IB/mlx5: Implement DEVX hot unplug for async command FD
Yishai Hadas
1
-2
/
+20
2019-01-29
IB/mlx5: Implement the file ops of DEVX async command FD
Yishai Hadas
1
-2
/
+55
2019-01-29
IB/mlx5: Introduce async DEVX obj query API
Yishai Hadas
1
-1
/
+163
2019-01-29
IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FD
Yishai Hadas
1
-0
/
+83
2019-01-22
IB/mlx5: Manage indirection mkey upon DEVX flow for ODP
Yishai Hadas
1
-1
/
+88
2019-01-22
IB/mlx5: DEVX handling for indirection MKEY
Yishai Hadas
1
-2
/
+36
2019-01-11
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-1
/
+1
2018-12-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-54
/
+179
2018-12-20
IB/mlx5: Use the correct commands for UMEM and UCTX allocation
Yishai Hadas
1
-19
/
+15
2018-12-06
IB/mlx5: Block DEVX umem from the non applicable cases
Yishai Hadas
1
-1
/
+3
2018-12-04
IB/mlx5: Update the supported DEVX commands
Yishai Hadas
1
-0
/
+17
2018-12-04
IB/mlx5: Enforce DEVX privilege by firmware
Yishai Hadas
1
-8
/
+9
2018-12-04
IB/mlx5: Enable modify and query verbs objects via DEVX
Yishai Hadas
1
-12
/
+96
2018-11-30
RDMA/mlx5: Attach a DEVX counter via raw flow creation
Mark Bloch
1
-0
/
+15
2018-11-27
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
1
-12
/
+13
2018-11-27
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
1
-1
/
+1
2018-11-22
RDMA/mlx5: Use the uapi disablement APIs instead of code
Jason Gunthorpe
1
-3
/
+17
2018-11-22
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
1
-9
/
+6
2018-10-16
IB/mlx5: Verify DEVX object type
Yishai Hadas
1
-54
/
+126
2018-10-16
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+4
2018-09-27
IB/mlx5: Enable DEVX white list commands
Yishai Hadas
1
-15
/
+60
2018-09-27
IB/mlx5: Manage device uid for DEVX white list commands
Yishai Hadas
1
-6
/
+6
2018-09-25
IB/mlx5: Destroy the DEVX object upon error flow
Yishai Hadas
1
-1
/
+4
2018-09-25
IB/mlx5: Set valid umem bit on DEVX
Yishai Hadas
1
-0
/
+95
2018-09-05
{net, RDMA}/mlx5: Rename encap to reformat packet
Mark Bloch
1
-3
/
+3
2018-08-13
IB/uverbs: Use uverbs_alloc for allocations
Jason Gunthorpe
1
-53
/
+30
2018-08-01
IB/uverbs: Do not pass struct ib_device to the ioctl methods
Jason Gunthorpe
1
-22
/
+21
2018-07-31
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
1
-6
/
+10
2018-07-25
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
1
-5
/
+15
2018-07-25
IB/mlx5: Use the ucontext from the uobj, not the file
Jason Gunthorpe
1
-16
/
+16
[next]