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
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_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-16
RDMA/uverbs: Use kernel API to allocate uverbs indexes
Leon Romanovsky
1
-6
/
+6
2018-10-16
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2018-09-26
RDMA/core: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-1
/
+1
2018-09-20
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
1
-0
/
+223
2018-09-19
RDMA/uverbs: Fix error unwind in ib_uverbs_add_one
Jason Gunthorpe
1
-13
/
+10
2018-09-19
RDMA/uverbs: Remove is_closed from ib_uverbs_file
Jason Gunthorpe
1
-6
/
+2
2018-09-13
RDMA/uverbs: Atomically flush and mark closed the comp event queue
Steve Wise
1
-0
/
+1
2018-09-06
RDMA/uverbs: Use device.groups to initialize device attributes
Parav Pandit
1
-13
/
+17
2018-09-06
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
Parav Pandit
1
-37
/
+29
2018-09-06
RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()
Parav Pandit
1
-3
/
+2
2018-08-13
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
1
-27
/
+1
2018-08-11
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
1
-2
/
+12
2018-08-11
IB/uverbs: Have the core code create the uverbs_root_spec
Jason Gunthorpe
1
-17
/
+33
2018-08-01
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
1
-3
/
+4
2018-08-01
IB/uverbs: Do not block disassociate during write()
Jason Gunthorpe
1
-12
/
+8
2018-08-01
IB/uverbs: Do not pass struct ib_device to the write based methods
Jason Gunthorpe
1
-4
/
+2
2018-07-25
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
1
-14
/
+24
2018-07-25
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
1
-87
/
+11
2018-07-25
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
Jason Gunthorpe
1
-2
/
+2
2018-07-09
IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobject
Jason Gunthorpe
1
-1
/
+1
2018-07-09
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
1
-3
/
+5
2018-07-09
IB/uverbs: Tidy up remaining references to ucontext
Jason Gunthorpe
1
-2
/
+0
2018-07-09
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
1
-7
/
+8
2018-07-09
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
1
-0
/
+4
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
1
-7
/
+9
2018-06-19
IB/core: Expose ib_ucontext from a given ib_uverbs_file
Yishai Hadas
1
-0
/
+6
2018-05-31
RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib core
Wei Hu(Xavier)
1
-1
/
+41
2018-03-19
IB/uverbs: Enable ioctl() uAPI by default for new verbs
Matan Barak
1
-4
/
+0
2018-02-23
RDMA/uverbs: Reduce number of command header flags checks
Leon Romanovsky
1
-9
/
+2
2018-02-23
RDMA/uverbs: Replace user's types with kernel's types
Leon Romanovsky
1
-5
/
+5
2018-02-23
RDMA/uverbs: Refactor the header validation logic
Leon Romanovsky
1
-43
/
+47
2018-02-23
RDMa/uverbs: Copy ex_hdr outside of SRCU read lock
Leon Romanovsky
1
-7
/
+6
2018-02-23
RDMA/uverbs: Move uncontext check before SRCU read lock
Leon Romanovsky
1
-11
/
+4
2018-02-23
RDMA/uverbs: Properly check command supported mask
Leon Romanovsky
1
-12
/
+6
2018-02-23
RDMA/uverbs: Refactor command header processing
Leon Romanovsky
1
-30
/
+32
2018-02-23
RDMA/uverbs: Unify return values of not supported command
Leon Romanovsky
1
-12
/
+4
2018-02-23
RDMA/uverbs: Return not supported error code for unsupported commands
Leon Romanovsky
1
-1
/
+1
2018-02-23
RDMA/uverbs: Fail as early as possible if not enough header data was provided
Leon Romanovsky
1
-6
/
+7
2018-02-23
RDMA/uverbs: Refactor flags checks and update return value
Leon Romanovsky
1
-4
/
+6
2018-02-23
RDMA/uverbs: Update sizeof users
Leon Romanovsky
1
-5
/
+5
2018-02-23
RDMA/uverbs: Convert command mask validity check function to be bool
Leon Romanovsky
1
-4
/
+4
2018-02-16
RDMA/uverbs: Protect from command mask overflow
Leon Romanovsky
1
-7
/
+20
2018-02-16
IB/uverbs: Add ioctl support for 32bit processes
Matan Barak
1
-0
/
+2
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-61
/
+34
2018-01-11
IB/core: Increase number of char device minors
Huy Nguyen
1
-56
/
+34
2018-01-11
IB/core: Remove the locking for character device bitmaps
Huy Nguyen
1
-5
/
+0
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-4
/
+4
2017-11-14
IB/uverbs: Allow CQ moderation with modify CQ
Yonatan Cohen
1
-0
/
+1
2017-09-27
IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usage
Arnd Bergmann
1
-12
/
+10
[next]