aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
AgeCommit message (Expand)Author
8 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-06-11IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-12RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe
2020-05-12RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-04-22RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe
2020-04-14RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason 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