aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
AgeCommit message (Expand)Author
2020-06-17RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe
2020-05-20RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe
2020-05-20RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe
2020-05-06RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe
2020-01-16RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe
2020-01-13RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe
2020-01-10RDMA/core: Fix locking in ib_uverbs_event_readJason Gunthorpe
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon
2019-11-05RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-29rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe
2019-04-24RDMA: Remove rdma_user_mmap_pageJason Gunthorpe
2019-04-24RDMA/ucontext: Fix regression with disassociateJason Gunthorpe
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit
2019-03-28RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30RDMA: Add indication for in kernel API support to IB deviceGal Pressman
2019-01-29IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas
2019-01-25IB/uverbs: Fix OOPs upon device disassociationYishai Hadas
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe
2018-11-26RDMA/uverbs: Prohibit write() calls with too small buffersJason Gunthorpe