aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
Commit message (Expand)AuthorAge
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-09
|\
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-24
| |\
| | * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-24
| * | RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-28
| * | RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche2019-03-28
* | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-06
* | | rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds2019-04-29
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-04-28
|\ \ \ | | |/ | |/|
| * | RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2019-04-24
| |/
* / coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-19
|/
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-15
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-04
|\
| * IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas2019-01-29
| * IB/uverbs: Fix OOPs upon device disassociationYishai Hadas2019-01-25
| * RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe2019-01-14
* | RDMA: Add indication for in kernel API support to IB deviceGal Pressman2019-01-30
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-10
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* RDMA: Start use ib_device_opsKamal Heib2018-12-12
* RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe2018-12-03
* RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe2018-12-03
* RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe2018-11-26
* RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe2018-11-26
* RDMA/uverbs: Prohibit write() calls with too small buffersJason Gunthorpe2018-11-26
* RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2018-11-26
* RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-26
* RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe2018-11-22
* RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe2018-11-22
* RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-22
* RDMA/uverbs: Use kernel API to allocate uverbs indexesLeon Romanovsky2018-10-16
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-16
|\
| * RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise2018-09-12
* | RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-26
* | RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-20
* | RDMA/uverbs: Fix error unwind in ib_uverbs_add_oneJason Gunthorpe2018-09-19
* | RDMA/uverbs: Remove is_closed from ib_uverbs_fileJason Gunthorpe2018-09-19
* | RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit2018-09-05
* | RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit2018-09-05
|/
* RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()Parav Pandit2018-09-05
* IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-13
* IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-10
* IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-10
* IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-01
* IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2018-08-01
* IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-01
* IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-25
* IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-25
* IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe2018-07-25
* IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe2018-07-09
* IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-09