aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li1-6/+6
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-2/+2
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+5
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-3/+0
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+5
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky1-0/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas1-7/+7
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe1-8/+8
2020-05-12RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe1-7/+3
2020-05-12RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe1-1/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-12/+12
2020-04-22RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe1-0/+4
2020-04-14RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe1-0/+2
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