index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
RDMA/uverbs: Initialize udata struct on destroy flows
Gal Pressman
1
-0
/
+2
2019-04-01
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
1
-6
/
+9
2019-04-01
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
1
-8
/
+4
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
1
-0
/
+3
2019-01-15
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
1
-13
/
+49
2018-12-21
IB/core: uverbs copy to struct or zero helper
Michael Guralnik
1
-0
/
+11
2018-12-18
RDMA/uverbs: Implement an ioctl that can call write and write_ex handlers
Jason Gunthorpe
1
-18
/
+22
2018-11-27
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
1
-0
/
+3
2018-11-27
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
1
-4
/
+3
2018-10-04
RDMA/uverbs: Fix RCU annotation for radix slot deference
Jason Gunthorpe
1
-6
/
+3
2018-09-11
IB/uverbs: Add IDRs array attribute type to ioctl() interface
Guy Levi
1
-0
/
+114
2018-09-06
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
Mark Bloch
1
-0
/
+23
2018-08-13
IB/uverbs: Do not check for device disassociation during ioctl
Jason Gunthorpe
1
-28
/
+13
2018-08-13
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
Jason Gunthorpe
1
-269
/
+203
2018-08-13
IB/uverbs: Add a simple allocator to uverbs_attr_bundle
Jason Gunthorpe
1
-20
/
+89
2018-08-11
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
Jason Gunthorpe
1
-3
/
+64
2018-08-11
IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
Jason Gunthorpe
1
-55
/
+57
2018-08-11
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
1
-5
/
+1
2018-08-10
IB/uverbs: Fix reading of 32 bit flags
Jason Gunthorpe
1
-1
/
+1
2018-08-01
IB/uverbs: Do not pass struct ib_device to the ioctl methods
Jason Gunthorpe
1
-1
/
+1
2018-08-01
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
1
-1
/
+6
2018-08-01
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
1
-3
/
+25
2018-07-31
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
1
-0
/
+51
2018-07-25
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
1
-4
/
+1
2018-07-25
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
1
-7
/
+9
2018-07-09
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
1
-2
/
+2
2018-07-04
RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT
Jason Gunthorpe
1
-2
/
+2
2018-07-04
RDMA/uverbs: Remove UA_FLAGS
Jason Gunthorpe
1
-6
/
+4
2018-07-04
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
Jason Gunthorpe
1
-10
/
+10
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
1
-14
/
+12
2018-06-22
IB/uverbs: Delete type and id from uverbs_obj_attr
Jason Gunthorpe
1
-4
/
+2
2018-06-19
IB/uverbs: Allow an empty namespace in ioctl() framework
Matan Barak
1
-2
/
+13
2018-06-19
IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically
Matan Barak
1
-1
/
+24
2018-06-19
IB/uverbs: Refactor uverbs_finalize_objects
Matan Barak
1
-12
/
+51
2018-04-27
IB/uverbs: Fix validating mandatory attributes
Matan Barak
1
-0
/
+9
2018-04-04
IB/uverbs: Add enum attribute type to ioctl() interface
Matan Barak
1
-9
/
+30
2018-03-19
IB/uverbs: Safely extend existing attributes
Matan Barak
1
-2
/
+24
2018-03-19
IB/uverbs: Enable compact representation of uverbs_attr_spec
Matan Barak
1
-2
/
+2
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
1
-1
/
+4
2018-02-16
IB/uverbs: Fix possible oops with duplicate ioctl attributes
Matan Barak
1
-0
/
+3
2018-01-25
RDMA/uverbs: Use an unambiguous errno for method not supported
Jason Gunthorpe
1
-6
/
+13
2017-10-18
RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
Bart Van Assche
1
-10
/
+3
2017-08-31
IB/core: Add new ioctl interface
Matan Barak
1
-0
/
+364