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
/
core
/
uverbs_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/uverbs: Add ioctl command to get a device context
Jason Gunthorpe
2020-01-16
1
-1
/
+8
*
RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC
Jason Gunthorpe
2020-01-16
1
-1
/
+3
*
RDMA/core: Use READ_ONCE for ib_ufile.async_file
Jason Gunthorpe
2020-01-13
1
-17
/
+12
*
RDMA/core: Make ib_uverbs_async_event_file into a uobject
Jason Gunthorpe
2020-01-13
1
-107
/
+23
*
RDMA/core: Simplify type usage for ib_uverbs_async_handler()
Jason Gunthorpe
2020-01-13
1
-46
/
+33
*
RDMA/core: Do not erase the type of ib_wq.uobject
Jason Gunthorpe
2020-01-13
1
-2
/
+1
*
RDMA/core: Do not erase the type of ib_srq.uobject
Jason Gunthorpe
2020-01-13
1
-2
/
+1
*
RDMA/core: Do not erase the type of ib_qp.uobject
Jason Gunthorpe
2020-01-13
1
-2
/
+1
*
RDMA/core: Do not erase the type of ib_cq.uobject
Jason Gunthorpe
2020-01-13
1
-4
/
+3
*
RDMA/core: Make ib_ucq_object use ib_uevent_object
Jason Gunthorpe
2020-01-13
1
-11
/
+6
*
RDMA/core: Simplify destruction of FD uobjects
Jason Gunthorpe
2020-01-13
1
-22
/
+1
*
RDMA/core: Fix locking in ib_uverbs_event_read
Jason Gunthorpe
2020-01-10
1
-18
/
+14
*
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-01
1
-2
/
+2
|
\
|
*
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-2
/
+2
*
|
RDMA: Connect between the mmap entry and the umap_priv structure
Michal Kalderon
2019-11-06
1
-1
/
+9
*
|
RDMA/core: Move core content from ib_uverbs to ib_core
Michal Kalderon
2019-11-05
1
-71
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-09-21
1
-0
/
+4
|
\
|
*
RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked
Parav Pandit
2019-07-25
1
-0
/
+4
*
|
RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
Jason Gunthorpe
2019-08-21
1
-0
/
+1
|
/
*
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
Jason Gunthorpe
2019-06-18
1
-1
/
+31
*
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-3
/
+3
*
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-05-09
1
-52
/
+17
|
\
|
*
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
2019-04-24
1
-53
/
+59
|
|
\
|
|
*
RDMA: Remove rdma_user_mmap_page
Jason Gunthorpe
2019-04-24
1
-51
/
+11
|
*
|
RDMA: Check net namespace access for uverbs, umad, cma and nldev
Parav Pandit
2019-03-28
1
-0
/
+5
|
*
|
RDMA/uverbs: Add a __user annotation to a pointer
Bart Van Assche
2019-03-28
1
-1
/
+1
*
|
|
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
*
|
|
rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
Linus Torvalds
2019-04-29
1
-1
/
+1
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-04-28
1
-3
/
+49
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
RDMA/ucontext: Fix regression with disassociate
Jason Gunthorpe
2019-04-24
1
-3
/
+49
|
|
/
*
|
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
1
-0
/
+3
|
/
*
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-15
1
-24
/
+1
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-9
/
+17
|
\
|
*
IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
Yishai Hadas
2019-01-29
1
-5
/
+13
|
*
IB/uverbs: Fix OOPs upon device disassociation
Yishai Hadas
2019-01-25
1
-4
/
+3
|
*
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
2019-01-14
1
-0
/
+1
*
|
RDMA: Add indication for in kernel API support to IB device
Gal Pressman
2019-01-30
1
-0
/
+1
*
|
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-10
1
-0
/
+24
|
/
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+1
*
RDMA: Start use ib_device_ops
Kamal Heib
2018-12-12
1
-7
/
+7
*
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
2018-12-03
1
-3
/
+1
*
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
2018-12-03
1
-11
/
+12
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write
Jason Gunthorpe
2018-11-26
1
-2
/
+46
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
2018-11-26
1
-3
/
+2
*
RDMA/uverbs: Prohibit write() calls with too small buffers
Jason Gunthorpe
2018-11-26
1
-4
/
+28
*
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
2018-11-26
1
-2
/
+1
*
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
2018-11-26
1
-5
/
+7
*
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
2018-11-22
1
-114
/
+11
*
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
2018-11-22
1
-1
/
+1
[next]