summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Use struct_size() helperGustavo A. R. Silva2019-05-301-6/+3
* IB/qib: Use struct_size() helperGustavo A. R. Silva2019-05-301-2/+3
* IB/rdmavt: Use struct_size() helperGustavo A. R. Silva2019-05-301-3/+1
* RDMA/efa: Remove unused includesGal Pressman2019-05-292-3/+0
* RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman2019-05-291-14/+11
* RDMA/efa: Remove unneeded admin commands abort flowGal Pressman2019-05-292-74/+1
* RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman2019-05-291-25/+21
* IB/hfi1: Remove extra brackets from an ifDennis Dalessandro2019-05-291-2/+1
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-277-31/+27
* IB/hfi1: Remove set but not used variables 'offset' and 'fspsn'YueHaibing2019-05-271-4/+1
* RDMA/hns: Replace magic numbers with #definesLijun Ou2019-05-278-69/+115
* RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2019-05-272-19/+21
* RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2019-05-272-10/+5
* RDMA/hns: Update CQE specificationsLijun Ou2019-05-271-1/+1
* RDMA/hns: Remove unnecessary print message in aeqYixian Liu2019-05-271-1/+0
* iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2019-05-272-33/+19
* RDMA/cxgb4: Don't expose DMA addressesLeon Romanovsky2019-05-271-3/+3
* RDMA/cxgb4: Use sizeof() notationLeon Romanovsky2019-05-277-53/+53
* RDMA/cxgb3: Delete and properly mark unimplemented resize CQ functionLeon Romanovsky2019-05-273-83/+0
* RDMA/cxgb3: Don't expose DMA addressesLeon Romanovsky2019-05-272-9/+10
* RDMA/cxgb3: Use sizeof() notation instead of plain sizeofLeon Romanovsky2019-05-273-16/+14
* RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky2019-05-211-24/+0
* RDMA/nes: Remove second wait queue initialization callLeon Romanovsky2019-05-211-1/+0
* RDMA/i40iw: Remove useless NULL checksLeon Romanovsky2019-05-211-8/+0
* RDMA/nes: Remove useless NULL checksLeon Romanovsky2019-05-211-6/+0
* RDMA/core: Make ib_destroy_cq() voidLeon Romanovsky2019-05-211-2/+2
* RDMA/ipoib: Remove check of destroy CQLeon Romanovsky2019-05-211-5/+2
* rds: Don't check return value from destroy CQLeon Romanovsky2019-05-211-4/+4
* RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib2019-05-211-7/+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-2112-102/+99
* RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri2019-05-211-16/+9
* RDMA/core: Fix doc typoIsrael Rukshin2019-05-212-4/+4
* RDMA/rw: Add info regarding SG count failureMax Gurtovoy2019-05-211-1/+2
* RDMA/rw: Print the correct number of sig MRsIsrael Rukshin2019-05-211-1/+1
* RDMA/rw: Fix doc typoIsrael Rukshin2019-05-211-1/+1
* IB/isert: Remove unused sig_attrs argumentIsrael Rukshin2019-05-211-6/+5
* IB/iser: Remove unused sig_attrs argumentIsrael Rukshin2019-05-211-6/+5
* IB/iser: Refactor iscsi_iser_check_protection functionIsrael Rukshin2019-05-211-6/+3
* Linux 5.2-rc1v5.2-rc1Linus Torvalds2019-05-191-2/+2
* Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-193-4/+8
|\
| * ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1910-257/+889
|\ \
| * | panic: add an option to replay all the printk message in bufferFeng Tang2019-05-185-4/+24
| * | initramfs: don't free a non-existent initrdSteven Price2019-05-181-1/+1
| * | fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-181-3/+8
| * | mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-181-2/+2
| * | mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-181-0/+43