summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-145-29/+37
|\
| * IB/mlx5: Verify DEVX general object type correctlyYishai Hadas2019-05-141-3/+10
| * RDMA/core: Change system parameters callback from dumpit to doitParav Pandit2019-05-131-12/+15
| * RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-133-14/+12
* | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-2/+3
* | IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+2
* | IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+1
* | IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-2/+2
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-143-10/+12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-09219-4314/+11018
|\|
| * RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky2019-05-071-1/+12
| * IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-073-4/+1
| * RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky2019-05-071-0/+9
| * RDMA/efa: Add driver to Kconfig/MakefileGal Pressman2019-05-074-0/+26
| * RDMA/efa: Add the efa moduleGal Pressman2019-05-071-0/+533
| * RDMA/efa: Add EFA verbs implementationGal Pressman2019-05-071-0/+1825
| * RDMA/efa: Add common command handlersGal Pressman2019-05-061-0/+692
| * RDMA/efa: Implement functions that submit and complete admin commandsGal Pressman2019-05-061-0/+1160
| * RDMA/efa: Add the com service API definitionsGal Pressman2019-05-061-0/+270
| * RDMA/efa: Add the efa_com.h fileGal Pressman2019-05-061-0/+144
| * RDMA/efa: Add the efa.h header fileGal Pressman2019-05-061-0/+163
| * RDMA/efa: Add EFA device definitionsGal Pressman2019-05-064-0/+1061
| * RDMA: Add EFA related definitionsGal Pressman2019-05-062-0/+3
| * RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-062-28/+1
| * RDMA/bnxt_re: Use core helpers to get aligned DMA addressShiraz Saleem2019-05-061-17/+10
| * RDMA/i40iw: Use core helpers to get aligned DMA address within a supported pa...Shiraz Saleem2019-05-062-41/+8
| * RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem2019-05-061-0/+34
| * RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-061-0/+51
| * IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn2019-05-061-1/+2
| * RDMA/mlx5: Remove MAYEXEC flagLeon Romanovsky2019-05-061-1/+1
| * IB/mlx5: Device resource control for privileged DEVX userAriel Levkovich2019-05-061-0/+4
| * IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich2019-05-065-9/+290
| * IB/mlx5: Warn on allocated MEMIC buffers during cleanupAriel Levkovich2019-05-061-0/+2
| * IB/mlx5: Support device memory type attributeAriel Levkovich2019-05-065-84/+140
| * RDMA/rdmavt: Catch use-after-free access of AH structuresLeon Romanovsky2019-05-061-2/+1
| * RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-032-16/+70
| * RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-3/+12
| * RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-033-2/+12
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-0311-67/+115
| * IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit2019-05-031-2/+3
| * RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2019-05-031-1/+2
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-037-111/+79
| * RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-033-11/+10
| * IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov2019-05-033-2/+1
| * IB/mlx5: Add missing XRC options to QP optional params maskJack Morgenstein2019-05-031-0/+21
| * RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch2019-05-031-0/+2
| * RDMA/uverbs: Initialize udata struct on destroy flowsGal Pressman2019-05-021-0/+2
| * RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem2019-05-021-6/+10
| * RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+60