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
/
uverbs_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-25
RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked
Parav Pandit
1
-0
/
+4
2019-06-18
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
Jason Gunthorpe
1
-1
/
+31
2019-06-10
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
1
-3
/
+3
2019-06-10
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
1
-1
/
+1
2019-05-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-52
/
+17
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-04-29
rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
Linus Torvalds
1
-1
/
+1
2019-04-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+49
2019-04-24
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
1
-53
/
+59
2019-04-24
RDMA: Remove rdma_user_mmap_page
Jason Gunthorpe
1
-51
/
+11
2019-04-24
RDMA/ucontext: Fix regression with disassociate
Jason Gunthorpe
1
-3
/
+49
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+3
2019-03-28
RDMA: Check net namespace access for uverbs, umad, cma and nldev
Parav Pandit
1
-0
/
+5
2019-03-28
RDMA/uverbs: Add a __user annotation to a pointer
Bart Van Assche
1
-1
/
+1
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
1
-24
/
+1
2019-02-04
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
1
-9
/
+17
2019-01-30
RDMA: Add indication for in kernel API support to IB device
Gal Pressman
1
-0
/
+1
2019-01-29
IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
Yishai Hadas
1
-5
/
+13
2019-01-25
IB/uverbs: Fix OOPs upon device disassociation
Yishai Hadas
1
-4
/
+3
2019-01-14
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
1
-0
/
+1
2019-01-10
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-0
/
+24
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+1
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-7
/
+7
2018-12-03
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
1
-3
/
+1
2018-12-03
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
1
-11
/
+12
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write
Jason Gunthorpe
1
-2
/
+46
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
1
-3
/
+2
2018-11-26
RDMA/uverbs: Prohibit write() calls with too small buffers
Jason Gunthorpe
1
-4
/
+28
2018-11-26
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
1
-2
/
+1
2018-11-26
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
1
-5
/
+7
2018-11-22
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
1
-114
/
+11
2018-11-22
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
1
-1
/
+1
2018-11-22
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
1
-1
/
+1
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-12
RDMA/uverbs: Atomically flush and mark closed the comp event queue
Steve Wise
1
-0
/
+1
2018-09-05
RDMA/uverbs: Use device.groups to initialize device attributes
Parav Pandit
1
-13
/
+17
2018-09-05
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
Parav Pandit
1
-37
/
+29
2018-09-05
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-10
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
1
-2
/
+12
2018-08-10
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
[next]