summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | BPF: Add sample code for new ib_umad tracepointIra Weiny2019-03-274-0/+271
* | IB/MAD: Add SMP details to MAD tracingIra Weiny2019-03-272-0/+98
* | IB/UMAD: Add umad trace pointsIra Weiny2019-03-273-0/+139
* | IB/MAD: Add agent trace pointsIra Weiny2019-03-272-0/+50
* | IB/MAD: Add recv path trace pointIra Weiny2019-03-272-0/+70
* | IB/MAD: Add send path trace pointsIra Weiny2019-03-273-1/+220
* | iw_cxgb4: Update Maintainer detailsPotnuri Bharat Teja2019-03-271-2/+2
* | RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia2019-03-271-2/+0
* | IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov2019-03-271-1/+10
* | IB/mlx5: WQE dump jumps over first 16 bytesArtemy Kovalyov2019-03-271-3/+2
* | RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky2019-03-271-1/+1
* | overflow: Fix -Wtype-limits compilation warningsLeon Romanovsky2019-03-271-3/+9
* | IB/iser: remove uninitialized variable lenColin Ian King2019-03-271-5/+2
* | RDMA/i40iw: Handle workqueue allocation failureKangjie Lu2019-03-273-5/+20
* | IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2019-03-262-10/+8
* | RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky2019-03-261-5/+6
* | drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult2019-03-262-8/+8
* | RDMA/nes: remove redundant check on udataColin Ian King2019-03-261-39/+34
* | cma: Convert portspace IDRs to XArrayMatthew Wilcox2019-03-261-20/+21
* | ucm: Convert ctx_id_table to XArrayMatthew Wilcox2019-03-261-22/+13
* | ib core: Convert query_idr to XArrayMatthew Wilcox2019-03-261-26/+18
* | RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox2019-03-261-24/+18
* | IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox2019-03-261-25/+14
* | mlx4: Convert pv_id_table to XArrayMatthew Wilcox2019-03-262-25/+16
* | mlx5: Convert mlx5_srq_table to XArrayMatthew Wilcox2019-03-262-22/+10
* | IB/hfi1: Add running average for adaptive pioMike Marciniszyn2019-03-263-3/+7
* | RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-2613-39/+39
* | RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou2019-03-261-2/+0
* | RDMA/hns: Bugfix for sending with invalidateLijun Ou2019-03-261-1/+1
* | RDMA/hns: Hide error print information with roce vf deviceLijun Ou2019-03-261-7/+5
* | RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou2019-03-261-71/+81
* | RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou2019-03-261-2/+2
* | RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou2019-03-261-12/+16
* | RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou2019-03-261-37/+46
* | cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-263-83/+22
* | cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-263-20/+24
* | cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-253-22/+33
* | cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-253-24/+20
* | cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-254-95/+73
* | cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-254-12/+11
* | cxgb3: Convert mmidr to XArrayMatthew Wilcox2019-03-254-35/+10
* | cxgb3: Convert qpidr to XArrayMatthew Wilcox2019-03-254-40/+33
* | cxgb3: Convert cqidr to XArrayMatthew Wilcox2019-03-253-6/+6
|/
* Linux 5.1-rc2v5.1-rc2Linus Torvalds2019-03-241-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-247-59/+58
|\
| * ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-231-0/+7
| * ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-231-25/+22
| * ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-231-4/+8
| * ext4: report real fs size after failed resizeLukas Czerner2019-03-151-1/+5
| * ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-151-2/+9