summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-2/+2
|\
| * IB/mlx4: Fix memory leaksWenwen Wang2019-08-201-2/+2
* | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-1/+2
* | RDMA/mlx4: Annotate boolean arguments as bool and not intLeon Romanovsky2019-07-251-4/+4
* | RDMA/mlx4: Separate creation of RWQ and QPLeon Romanovsky2019-07-251-82/+154
* | RDMA/mlx4: Untag user pointers in mlx4_get_umem_mrAndrey Konovalov2019-07-241-3/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-156-64/+45
|\
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-282-0/+2
| |\
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-203-17/+11
| * | RDMA: Convert destroy_wq to be voidLeon Romanovsky2019-06-202-4/+2
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-20/+11
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-4/+2
| * | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-7/+8
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
| * | IB/mlx4: Delete unused func argYuval Shaia2019-05-211-5/+3
| * | RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-212-5/+5
* | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-3/+3
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0910-205/+183
|\
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-032-5/+9
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-35/+20
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-084-81/+63
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-016-29/+26
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-013-16/+35
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-018-24/+24
| * mlx4: Convert pv_id_table to XArrayMatthew Wilcox2019-03-262-25/+16
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-6/+0
|/
* IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein2019-03-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-099-111/+106
|\
| * RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-19/+11
| * IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge2019-02-221-1/+1
| * IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-153-42/+51
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-23/+13
| * Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-3/+3
| |\
| * | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
| * | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-3/+4
| * | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
| * | RDMA: Clear CQ objects during their allocationLeon Romanovsky2019-01-101-1/+1
| * | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-106-26/+30
| * | IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch2019-01-101-1/+0
* | | net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0
| |/ |/|
* | IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein2019-01-211-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-288-129/+170
|\
| * IB/mlx4: Remove set but not used variable 'pd'YueHaibing2018-12-201-3/+0
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-193-14/+14
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-193-5/+5
| * RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-182-15/+15
| * IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia2018-12-181-1/+1
| * RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1