summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-051-0/+1
|\
| * IB/core: Add advise_mr to the list of known opsMoni Shoua2019-01-021-0/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-12/+8
|\ \ | |/ |/|
| * mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-12/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-2838-1847/+2672
|\ \ | |/ |/|
| * IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-221-1/+1
| * IB/umad: Start using dev_groups of classParav Pandit2018-12-211-16/+12
| * IB/umad: Use class_groups and let core create class fileParav Pandit2018-12-211-9/+14
| * IB/umad: Refactor code to use cdev_device_add()Parav Pandit2018-12-211-85/+86
| * IB/umad: Avoid destroying device while it is accessedParav Pandit2018-12-211-9/+13
| * IB/umad: Simplify and avoid dynamic allocation of classParav Pandit2018-12-211-21/+21
| * RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise2018-12-201-4/+8
| * IB/core: Move query port to ioctlMichael Guralnik2018-12-203-53/+104
| * RDMA/nldev: Expose port_cap_flags2Michael Guralnik2018-12-201-3/+6
| * IB/core: uverbs copy to struct or zero helperMichael Guralnik2018-12-201-0/+11
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-198-16/+20
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-193-7/+13
| * RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch2018-12-187-36/+39
| * IB/uverbs: Add support to advise_mrMoni Shoua2018-12-181-1/+55
| * RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit2018-12-182-7/+63
| * RDMA/uverbs: Add a method to introspect handles in a contextJason Gunthorpe2018-12-181-1/+88
| * RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit2018-12-181-4/+3
| * RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe2018-12-187-23/+89
| * RDMA: Start use ib_device_opsKamal Heib2018-12-1223-295/+306
| * RDMA/core: Introduce ib_device_opsKamal Heib2018-12-111-0/+98
| * RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky2018-12-111-6/+8
| * Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-112-16/+10
| |\
| * | IB/core: Add new IB ratesMichael Guralnik2018-12-111-0/+12
| * | RDMA/core: Validate port number in query_pkey verbYuval Shaia2018-12-071-0/+3
| * | IB/core: Enable getting an object type from a given uobjectYishai Hadas2018-12-042-5/+1
| * | IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas2018-12-043-13/+39
| * | RDMA/nldev: Export to user space number of contextsLeon Romanovsky2018-12-031-0/+1
| * | RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky2018-12-032-0/+5
| * | RDMA/restrack: Track ucontextLeon Romanovsky2018-12-031-0/+5
| * | RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe2018-12-034-128/+54
| * | RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe2018-12-031-29/+9
| * | RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe2018-12-031-40/+63
| * | RDMA/uverbs: Add a simple iterator interface for reading the commandJason Gunthorpe2018-12-031-48/+65
| * | RDMA/uverbs: Simplify ib_uverbs_ex_query_deviceJason Gunthorpe2018-12-031-60/+4
| * | RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe2018-12-031-1/+8
| * | RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe2018-12-031-139/+46
| * | RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe2018-12-031-64/+135
| * | RDMA/uverbs: Use uverbs_response() for remaining response copyingJason Gunthorpe2018-12-031-81/+52
| * | RDMA/uverbs: Get rid of the 'callback' scheme in the compat pathJason Gunthorpe2018-12-031-80/+40
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe2018-12-032-46/+30
| * | RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe2018-12-031-50/+0
| * | RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot2018-11-291-5/+1
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe2018-11-264-5/+9
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe2018-11-262-73/+46