summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky2020-02-131-15/+9
* IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen2020-02-131-2/+3
* RDMA/core: Add missing list deletion on freeing event queueMichael Guralnik2020-02-131-0/+1
* RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon2020-02-111-8/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-3129-2037/+1712
|\
| * RDMA/core: Make the entire API tree staticJason Gunthorpe2020-01-301-17/+0
| * RDMA/cma: Fix unbalanced cm_id reference count during address resolveParav Pandit2020-01-281-0/+2
| * RDMA/umem: Fix ib_umem_find_best_pgsz()Artemy Kovalyov2020-01-281-3/+6
| * RDMA/cm: Remove CM message structsJason Gunthorpe2020-01-252-288/+0
| * RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe2020-01-251-64/+107
| * RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe2020-01-251-139/+245
| * RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe2020-01-252-269/+36
| * RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe2020-01-252-509/+104
| * RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky2020-01-252-0/+268
| * RDMA/cm: Add accessors for CM_REQ transport_typeJason Gunthorpe2020-01-251-12/+29
| * RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fenceJason Gunthorpe2020-01-251-0/+2
| * Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-213-40/+57
| |\
| * | RDMA/core: Add the core support field to METHOD_GET_CONTEXTMichael Guralnik2020-01-161-0/+8
| * | RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe2020-01-165-62/+114
| * | RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe2020-01-162-21/+5
| * | RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe2020-01-162-2/+25
| * | RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe2020-01-135-26/+18
| * | RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe2020-01-138-143/+95
| * | RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectJason Gunthorpe2020-01-131-17/+19
| * | RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe2020-01-133-56/+34
| * | RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe2020-01-132-7/+9
| * | RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe2020-01-132-8/+12
| * | RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe2020-01-133-16/+23
| * | RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe2020-01-134-21/+31
| * | RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe2020-01-134-35/+25
| * | RDMA/core: Do not allow alloc_commit to failJason Gunthorpe2020-01-134-128/+96
| * | RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe2020-01-135-54/+40
| * | RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveJason Gunthorpe2020-01-132-20/+6
| * | RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_classJason Gunthorpe2020-01-131-22/+1
| * | RDMA/core: Remove err in iw_query_portGuoqing Jiang2020-01-101-6/+1
| * | RDMA/core: Fix locking in ib_uverbs_event_readJason Gunthorpe2020-01-101-18/+14
| * | IB/core: Fix build failure without hugepagesArnd Bergmann2020-01-091-2/+3
| * | IB/core: Rename event_handler_lock to qp_open_list_lockParav Pandit2020-01-072-7/+7
| * | IB/core: Cut down single member ib_cache structureParav Pandit2020-01-071-15/+15
| * | IB/core: Let IB core distribute cache update eventsParav Pandit2020-01-073-69/+86
| * | RDMA/core: Add trace points to follow MR allocationChuck Lever2020-01-071-11/+28
| * | RDMA/core: Trace points for diagnosing completion queue issuesChuck Lever2020-01-074-4/+44
| * | RDMA/cma: Add trace points in RDMA Connection ManagerChuck Lever2020-01-074-23/+475
| * | RDMA/cm: Delete unused CM ARP functionsLeon Romanovsky2020-01-031-66/+0
| * | RDMA/cm: Delete unused CM LAP functionsLeon Romanovsky2020-01-032-168/+0
| * | IB/core: Fix ODP with IB_ACCESS_HUGETLB handlingYishai Hadas2020-01-031-17/+4
| * | IB/core: Fix ODP get user pages flowYishai Hadas2020-01-031-1/+1
| * | RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Danit Goldberg2020-01-031-30/+13
| * | RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge2020-01-032-3/+3
* | | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1