summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-166-64/+45Star
|\
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-292-0/+2
| |\
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-203-17/+11Star
| * | RDMA: Convert destroy_wq to be voidLeon Romanovsky2019-06-202-4/+2Star
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-20/+11Star
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-4/+2Star
| * | 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/+3Star
| * | 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/+183Star
|\
| * 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/+20Star
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-084-81/+63Star
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-016-29/+26Star
| * 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/+16Star
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-6/+0Star
|/
* IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein2019-03-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-109-111/+106Star
|\
| * RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-19/+11Star
| * 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-091-23/+13Star
| * 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-111-1/+1
| * | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-116-26/+30
| * | IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch2019-01-111-1/+0Star
* | | net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0Star
| |/ |/|
* | 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-211-3/+0Star
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-203-14/+14
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-203-5/+5
| * RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-192-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
| * RDMA/mlx4: Initialize ib_device_ops structKamal Heib2018-12-111-79/+99
| * IB/mlx4: Remove unneeded NULL checkYuval Shaia2018-12-111-3/+3
| * mlx4: Use snprintf instead of complicated strcpyQian Cai2018-12-071-8/+4Star
| * mlx4: trigger IB events needed by SMCUrsula Braun2018-11-222-0/+28
* | {net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens2018-11-221-1/+8
|/
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-19/+18Star