summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-11-133-22/+23
|\
| * IB/mlx5: Load profile according to RoCE enablement stateMichael Guralnik2019-11-111-12/+13
| * IB/mlx5: Rename profile and init methodsMichael Guralnik2019-11-113-9/+9
| * IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit2019-11-011-1/+1
* | RDMA/mlx5: Use irq xarray locking for mkey_tableJason Gunthorpe2019-10-281-2/+2
* | RDMA/mlx5: Clear old rate limit when closing QPRafi Wiener2019-10-171-3/+5
* | RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe2019-10-043-48/+32
* | RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe2019-10-043-38/+14
* | RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcuJason Gunthorpe2019-10-041-2/+3
* | RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe2019-10-041-4/+8
* | RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MRJason Gunthorpe2019-10-041-2/+32
* | RDMA/mlx5: Do not allow rereg of a ODP MRJason Gunthorpe2019-10-041-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-216-131/+146
|\
| * IB/mlx5: Free mpi in mp_slave modeDanit Goldberg2019-09-161-0/+1
| * IB/mlx5: Use the original address for the page during free_pagesDanit Goldberg2019-09-161-4/+5
| * Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-135-20/+48
| |\
| * \ Merge branch 'mlx5-odp-dc' into rdma.git for-nextJason Gunthorpe2019-08-281-48/+3
| |\ \
| | * | IB/mlx5: Add page fault handler for DC initiator WQEMichael Guralnik2019-08-281-1/+2
| | * | IB/mlx5: Remove check of FW capabilities in ODP page fault handlingMichael Guralnik2019-08-281-47/+1
| * | | RDMA/mlx5: RDMA_RX flow type support for user applicationsMark Zhang2019-08-263-2/+19
| * | | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-215-114/+97
| |\ \ \
| * | | | RDMA/mlx5: Annotate lock dependency in bind/unbind slave portLeon Romanovsky2019-08-131-2/+4
| * | | | IB/mlx5: Expose XRQ legacy commands over the DEVX interfaceYishai Hadas2019-08-131-0/+4
| * | | | IB/mlx5: Add legacy events to DEVX listYishai Hadas2019-08-131-0/+8
| * | | | Merge remote-tracking branch 'mlx5-next/mlx5-next' into wip/dl-for-nextDoug Ledford2019-08-132-3/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
| * | | | RDMA/mlx5: Remove DEBUG ODP codeLeon Romanovsky2019-07-311-24/+0
| * | | | Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford2019-07-294-17/+27
| |\ \ \ \
| * | | | | IB/mlx5: Support per device q counters in switchdev modeParav Pandit2019-07-293-21/+60
| * | | | | IB/mlx5: Refactor code for counters allocationParav Pandit2019-07-291-31/+29
| * | | | | IB/mlx5: Add CREATE_PSV/DESTROY_PSV for devx interfaceMax Gurtovoy2019-07-251-0/+14
| * | | | | IB/mlx5: Avoid unnecessary typecastParav Pandit2019-07-251-1/+1
* | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-214-78/+70
|\ \ \ \ \ \
| * | | | | | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-221-5/+0
| | |_|_|/ / | |/| | | |
| * | | | | RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe2019-08-211-6/+5
| * | | | | RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe2019-08-211-3/+3
| * | | | | RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-212-4/+1
| * | | | | RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2019-08-212-4/+4
| * | | | | RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-212-21/+26
| * | | | | RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2019-08-211-12/+11
| * | | | | RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-212-2/+2
| * | | | | RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe2019-08-211-22/+19
* | | | | | net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb2019-09-033-13/+20
* | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-09-024-208/+30
|\ \ \ \ \ \
| * | | | | | net/mlx5: Move device memory management to mlx5_coreAriel Levkovich2019-09-024-208/+30
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-08-282-3/+4
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | mlx5: Use refcount_t for refcountChuhong Yuan2019-08-071-3/+3
| * | | | IB/mlx5: Support MLX5_CMD_OP_QUERY_LAG as a DEVX general commandMark Zhang2019-08-041-0/+1
| | |/ / | |/| |
* | | | IB/mlx5: Block MR WR if UMR is not possibleMoni Shoua2019-08-201-5/+19
* | | | IB/mlx5: Fix MR re-registration flow to use UMR properlyMoni Shoua2019-08-201-1/+2