summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-171-2/+5
|\
| * RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-2/+5
* | mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-3/+0
|/
* RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2020-07-241-0/+4
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas2020-05-211-7/+7
* Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-8/+8
|\
| * RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe2020-05-121-7/+3
| * RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe2020-05-121-1/+1
| * RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe2020-04-221-0/+4
* | RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-12/+12
* | RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe2020-04-141-0/+2
|/
* RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe2020-01-161-1/+8
* RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe2020-01-161-1/+3
* RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe2020-01-131-17/+12
* RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe2020-01-131-107/+23
* RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe2020-01-131-46/+33
* RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe2020-01-131-2/+1
* RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe2020-01-131-2/+1
* RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe2020-01-131-2/+1
* RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe2020-01-131-4/+3
* RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe2020-01-131-11/+6
* RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe2020-01-131-22/+1
* RDMA/core: Fix locking in ib_uverbs_event_readJason Gunthorpe2020-01-101-18/+14
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-2/+2
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-2/+2
* | RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-1/+9
* | RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon2019-11-051-71/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-211-0/+4
|\
| * RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit2019-07-251-0/+4
* | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-211-0/+1
|/
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-181-1/+31
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-3/+3
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-52/+17
|\
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-53/+59
| |\
| | * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-51/+11
| * | RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-281-0/+5
| * | RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche2019-03-281-1/+1
* | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | | rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds2019-04-291-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-04-281-3/+49
|\ \ \ | | |/ | |/|
| * | RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2019-04-241-3/+49
| |/
* / coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-0/+3
|/
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-151-24/+1
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-9/+17
|\
| * IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas2019-01-291-5/+13
| * IB/uverbs: Fix OOPs upon device disassociationYishai Hadas2019-01-251-4/+3
| * RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe2019-01-141-0/+1