Age | Commit message (Expand) | Author |
2019-09-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-08-21 | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm' | Jason Gunthorpe |
2019-07-25 | RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked | Parav Pandit |
2019-06-18 | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV | Jason Gunthorpe |
2019-06-10 | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe |
2019-06-10 | RDMA: Move uverbs_abi_ver into struct ib_device_ops | Jason Gunthorpe |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-04-29 | rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use | Linus Torvalds |
2019-04-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-04-24 | Merge branch 'rdma_mmap' into rdma.git for-next | Jason Gunthorpe |
2019-04-24 | RDMA: Remove rdma_user_mmap_page | Jason Gunthorpe |
2019-04-24 | RDMA/ucontext: Fix regression with disassociate | Jason Gunthorpe |
2019-04-19 | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli |
2019-03-28 | RDMA: Check net namespace access for uverbs, umad, cma and nldev | Parav Pandit |
2019-03-28 | RDMA/uverbs: Add a __user annotation to a pointer | Bart Van Assche |
2019-02-15 | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows | Shamir Rabinovitch |
2019-02-04 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe |
2019-01-30 | RDMA: Add indication for in kernel API support to IB device | Gal Pressman |
2019-01-29 | IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate | Yishai Hadas |
2019-01-25 | IB/uverbs: Fix OOPs upon device disassociation | Yishai Hadas |
2019-01-14 | RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT | Jason Gunthorpe |
2019-01-10 | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata | Jason Gunthorpe |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-12-12 | RDMA: Start use ib_device_ops | Kamal Heib |
2018-12-03 | RDMA/uverbs: Use only attrs for the write() handler signature | Jason Gunthorpe |
2018-12-03 | RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex | Jason Gunthorpe |
2018-11-26 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write | Jason Gunthorpe |
2018-11-26 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex | Jason Gunthorpe |
2018-11-26 | RDMA/uverbs: Prohibit write() calls with too small buffers | Jason Gunthorpe |
2018-11-26 | RDMA/uverbs: Make write() handlers return 0 on success | Jason Gunthorpe |
2018-11-26 | RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write | Jason Gunthorpe |
2018-11-22 | RDMA/uverbs: Convert the write interface to use uverbs_api | Jason Gunthorpe |
2018-11-22 | RDMA/uverbs: Add helpers to mark uapi functions as unsupported | Jason Gunthorpe |
2018-11-22 | RDMA/uverbs: Use a linear list to describe the compiled-in uapi | Jason Gunthorpe |
2018-10-16 | RDMA/uverbs: Use kernel API to allocate uverbs indexes | Leon Romanovsky |
2018-10-16 | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe |
2018-09-26 | RDMA/core: Use dev_name instead of ibdev->name | Jason Gunthorpe |
2018-09-20 | RDMA/ucontext: Add a core API for mmaping driver IO memory | Jason Gunthorpe |
2018-09-19 | RDMA/uverbs: Fix error unwind in ib_uverbs_add_one | Jason Gunthorpe |
2018-09-19 | RDMA/uverbs: Remove is_closed from ib_uverbs_file | Jason Gunthorpe |
2018-09-12 | RDMA/uverbs: Atomically flush and mark closed the comp event queue | Steve Wise |
2018-09-05 | RDMA/uverbs: Use device.groups to initialize device attributes | Parav Pandit |
2018-09-05 | RDMA/uverbs: Use cdev_device_add() instead of cdev_add() | Parav Pandit |
2018-09-05 | RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one() | Parav Pandit |
2018-08-13 | IB/uverbs: Remove struct uverbs_root_spec and all supporting code | Jason Gunthorpe |
2018-08-10 | IB/uverbs: Build the specs into a radix tree at runtime | Jason Gunthorpe |
2018-08-10 | IB/uverbs: Have the core code create the uverbs_root_spec | Jason Gunthorpe |
2018-08-01 | IB/uverbs: Allow all DESTROY commands to succeed after disassociate | Jason Gunthorpe |
2018-08-01 | IB/uverbs: Do not block disassociate during write() | Jason Gunthorpe |