aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-1/+0
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 4-4/+4
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 15-74/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 4-4/+4
2019-04-29rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useGravatar Linus Torvalds 1-1/+1
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 6-20/+75
2019-04-25RDMA/hns: Bugfix for mapping user dbGravatar Lijun Ou 1-1/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-24RDMA/ucontext: Fix regression with disassociateGravatar Jason Gunthorpe 2-3/+50
2019-04-24RDMA/mlx5: Use rdma_user_map_io for mapping BAR pagesGravatar Jason Gunthorpe 1-5/+3
2019-04-24RDMA/mlx5: Do not allow the user to write to the clock pageGravatar Jason Gunthorpe 1-0/+2
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Gravatar Andrea Arcangeli 1-0/+3
2019-04-19Make anon_inodes unconditionalGravatar David Howells 1-1/+0
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGravatar Guy Levi 2-4/+9
2019-04-16IB/rdmavt: Fix frwr memory registrationGravatar Josh Collier 1-7/+10
2019-04-10IB/hfi1: Do not flush send queue in the TID RDMA second legGravatar Kaike Wan 1-23/+8
2019-04-08RDMA/hns: Bugfix for SCC hem freeGravatar Yangyang Li 1-3/+0
2019-04-08RDMA/hns: Fix bug that caused srq creation to failGravatar Lijun Ou 2-4/+6
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeGravatar Kamal Heib 1-0/+2
2019-04-08i40iw: Redefine i40iw_mmiowb() to do nothingGravatar Will Deacon 1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 14-73/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsGravatar Will Deacon 2-2/+2
2019-03-27IB/mlx5: Reset access mask when looping inside page fault handlerGravatar Moni Shoua 1-1/+2
2019-03-27IB/hfi1: Fix the allocation of RSM tableGravatar Kaike Wan 1-7/+19
2019-03-27IB/hfi1: Eliminate opcode tests on mr derefGravatar Kaike Wan 1-2/+2
2019-03-27IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateGravatar Kaike Wan 1-0/+2
2019-03-27IB/hfi1: Failed to drain send queue when QP is put into error stateGravatar Kaike Wan 1-1/+1
2019-03-17i40iw: Avoid panic when handling the inetdev eventGravatar Feng Tang 1-1/+11
2019-03-17IB/mlx5: Fix mapping of link-mode to IB width and speedGravatar Aya Levin 1-0/+7
2019-03-17IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTGravatar Yishai Hadas 2-9/+29
2019-03-17IB/mlx4: Fix race condition between catas error reset and aliasguid flowsGravatar Jack Morgenstein 1-1/+1
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-43/+14
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-50/+36
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 216-4562/+15966
2019-03-06IB/hfi1: Close race condition on user context disable and closeGravatar Michael J. Ruhl 2-6/+10
2019-03-06RDMA/umem: Revert broken 'off by one' fixGravatar John Hubbard 1-3/+6
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 2-2/+4
2019-03-04RDMA/umem: minor bug fix in error handling pathGravatar John Hubbard 1-3/+6
2019-03-04RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpGravatar YueHaibing 1-1/+1
2019-03-04cxgb4: kfree mhp after the debug printGravatar Shaobo He 1-1/+1
2019-03-04IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorGravatar Michael J. Ruhl 1-10/+23
2019-03-04IB/rdmavt: Fix loopback send with invalidate orderingGravatar Mike Marciniszyn 1-10/+16
2019-03-04IB/iser: Fix dma_nents type definitionGravatar Max Gurtovoy 1-1/+1
2019-03-04IB/mlx5: Set correct write permissions for implicit ODP MRGravatar Moni Shoua 1-1/+1
2019-03-04bnxt_re: Clean cq for kernel consumers onlyGravatar Devesh Sharma 1-1/+1
2019-02-26net: devlink: turn devlink into a built-inGravatar Jakub Kicinski 2-2/+0
2019-02-25RDMA/uverbs: Don't do double free of allocated PDGravatar Leon Romanovsky 1-0/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-12/+13
2019-02-22RDMA: Handle ucontext allocations by IB/coreGravatar Leon Romanovsky 30-337/+194