aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 29-2037/+1712
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()Gravatar John Hubbard 1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPGravatar John Hubbard 2-8/+7
2020-01-31IB/umem: use get_user_pages_fast() to pin DMA pagesGravatar John Hubbard 1-11/+6
2020-01-30RDMA/core: Make the entire API tree staticGravatar Jason Gunthorpe 1-17/+0
2020-01-28RDMA/cma: Fix unbalanced cm_id reference count during address resolveGravatar Parav Pandit 1-0/+2
2020-01-28RDMA/umem: Fix ib_umem_find_best_pgsz()Gravatar Artemy Kovalyov 1-3/+6
2020-01-25RDMA/cm: Remove CM message structsGravatar Jason Gunthorpe 2-288/+0
2020-01-25RDMA/cm: Use IBA functions for complex structure membersGravatar Jason Gunthorpe 1-64/+107
2020-01-25RDMA/cm: Use IBA functions for simple structure membersGravatar Jason Gunthorpe 1-139/+245
2020-01-25RDMA/cm: Use IBA functions for swapping get/set acessorsGravatar Jason Gunthorpe 2-269/+36
2020-01-25RDMA/cm: Use IBA functions for simple get/set acessorsGravatar Jason Gunthorpe 2-509/+104
2020-01-25RDMA/cm: Add SET/GET implementations to hide IBA wire formatGravatar Leon Romanovsky 2-0/+268
2020-01-25RDMA/cm: Add accessors for CM_REQ transport_typeGravatar Jason Gunthorpe 1-12/+29
2020-01-25RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fenceGravatar Jason Gunthorpe 1-0/+2
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextGravatar Jason Gunthorpe 3-40/+57
2020-01-16RDMA/core: Add the core support field to METHOD_GET_CONTEXTGravatar Michael Guralnik 1-0/+8
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextGravatar Jason Gunthorpe 5-62/+114
2020-01-16RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathGravatar Jason Gunthorpe 2-21/+5
2020-01-16RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCGravatar Jason Gunthorpe 2-2/+25
2020-01-16IB/core: Add interface to advise_mr for kernel usersGravatar Moni Shoua 1-0/+11
2020-01-16IB/core: Introduce ib_reg_user_mrGravatar Moni Shoua 1-0/+30
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsGravatar Moni Shoua 2-40/+16
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileGravatar Jason Gunthorpe 5-26/+18
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectGravatar Jason Gunthorpe 8-143/+95
2020-01-13RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectGravatar Jason Gunthorpe 1-17/+19
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Gravatar Jason Gunthorpe 3-56/+34
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectGravatar Jason Gunthorpe 2-7/+9
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectGravatar Jason Gunthorpe 2-8/+12
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectGravatar Jason Gunthorpe 3-16/+23
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectGravatar Jason Gunthorpe 4-21/+31
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectGravatar Jason Gunthorpe 4-35/+25
2020-01-13RDMA/core: Do not allow alloc_commit to failGravatar Jason Gunthorpe 4-128/+96
2020-01-13RDMA/core: Simplify destruction of FD uobjectsGravatar Jason Gunthorpe 5-54/+40
2020-01-13RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveGravatar Jason Gunthorpe 2-20/+6
2020-01-13RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_classGravatar Jason Gunthorpe 1-22/+1
2020-01-10RDMA/core: Remove err in iw_query_portGravatar Guoqing Jiang 1-6/+1
2020-01-10RDMA/core: Fix locking in ib_uverbs_event_readGravatar Jason Gunthorpe 1-18/+14
2020-01-09IB/core: Fix build failure without hugepagesGravatar Arnd Bergmann 1-2/+3
2020-01-07IB/core: Rename event_handler_lock to qp_open_list_lockGravatar Parav Pandit 2-7/+7
2020-01-07IB/core: Cut down single member ib_cache structureGravatar Parav Pandit 1-15/+15
2020-01-07IB/core: Let IB core distribute cache update eventsGravatar Parav Pandit 3-69/+86
2020-01-07RDMA/core: Add trace points to follow MR allocationGravatar Chuck Lever 1-11/+28
2020-01-07RDMA/core: Trace points for diagnosing completion queue issuesGravatar Chuck Lever 4-4/+44
2020-01-07RDMA/cma: Add trace points in RDMA Connection ManagerGravatar Chuck Lever 4-23/+475
2020-01-03RDMA/cm: Delete unused CM ARP functionsGravatar Leon Romanovsky 1-66/+0
2020-01-03RDMA/cm: Delete unused CM LAP functionsGravatar Leon Romanovsky 2-168/+0
2020-01-03IB/core: Fix ODP with IB_ACCESS_HUGETLB handlingGravatar Yishai Hadas 1-17/+4
2020-01-03IB/core: Fix ODP get user pages flowGravatar Yishai Hadas 1-1/+1
2020-01-03RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Gravatar Danit Goldberg 1-30/+13