aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe1-1/+8
2020-01-16RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe1-1/+3
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe1-17/+12
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe1-107/+23
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe1-46/+33
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe1-2/+1
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe1-2/+1
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe1-2/+1
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe1-4/+3
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe1-11/+6
2020-01-13RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe1-22/+1
2020-01-10RDMA/core: Fix locking in ib_uverbs_event_readJason Gunthorpe1-18/+14
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-1/+9
2019-11-05RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon1-71/+3
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-2/+2
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe1-0/+1
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit1-0/+4
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-1/+31
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-3/+3
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-52/+17
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-29rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds1-1/+1
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+49
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-53/+59
2019-04-24RDMA: Remove rdma_user_mmap_pageJason Gunthorpe1-51/+11
2019-04-24RDMA/ucontext: Fix regression with disassociateJason Gunthorpe1-3/+49
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumpingAndrea Arcangeli1-0/+3
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit1-0/+5
2019-03-28RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche1-1/+1
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch1-24/+1
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-9/+17
2019-01-30RDMA: Add indication for in kernel API support to IB deviceGal Pressman1-0/+1
2019-01-29IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas1-5/+13
2019-01-25IB/uverbs: Fix OOPs upon device disassociationYishai Hadas1-4/+3
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe1-0/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-0/+24
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-7/+7
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe1-3/+1
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe1-11/+12
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe1-2/+46
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe1-3/+2
2018-11-26RDMA/uverbs: Prohibit write() calls with too small buffersJason Gunthorpe1-4/+28
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe1-2/+1
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-5/+7
2018-11-22RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe1-114/+11
2018-11-22RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe1-1/+1