summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Handle mmap insertions overflowGal Pressman2019-06-181-5/+16
* RDMA/efa: Fix success return value in case of errorGal Pressman2019-06-171-6/+18
* IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-174-7/+8
* IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn2019-06-171-0/+16
* IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-06-171-0/+17
* IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-173-4/+37
* IB/hfi1: Create inline to get extended headersMike Marciniszyn2019-06-172-20/+32
* IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2019-06-172-2/+3
* IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-171-6/+3
* IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-113-3/+15
* IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-112-9/+4
* IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-111-0/+5
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-084-36/+4
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-36/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-0716-35/+94
|\ \ | |/ |/|
| * RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman2019-05-291-1/+0
| * mlx5: avoid 64-bit divisionMichal Kubecek2019-05-292-3/+8
| * IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam2019-05-291-0/+3
| * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-293-4/+2
| * IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn2019-05-291-0/+1
| * IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-05-291-1/+2
| * RDMA/core: Fix panic when port_data isn't initializedKamal Heib2019-05-271-5/+9
| * RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2019-05-272-5/+6
| * RDMA/core: Clear out the udata before error unwindJason Gunthorpe2019-05-273-6/+19
| * RDMA/hns: Fix PD memory leak for internal allocationLeon Romanovsky2019-05-211-0/+1
| * RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-212-10/+43
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2139-0/+39
|\ \
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2139-0/+39
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-202-12/+13
|\ \ | |/ |/|
| * net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-172-12/+13
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-145-29/+37
|\ \ | |/ |/|
| * IB/mlx5: Verify DEVX general object type correctlyYishai Hadas2019-05-141-3/+10
| * RDMA/core: Change system parameters callback from dumpit to doitParav Pandit2019-05-131-12/+15
| * RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-133-14/+12
* | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-2/+3
* | IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+2
* | IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+1
* | IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-2/+2
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-143-10/+12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-09219-4314/+11018
|\|
| * RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky2019-05-071-1/+12
| * IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-073-4/+1
| * RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky2019-05-071-0/+9
| * RDMA/efa: Add driver to Kconfig/MakefileGal Pressman2019-05-074-0/+26
| * RDMA/efa: Add the efa moduleGal Pressman2019-05-071-0/+533
| * RDMA/efa: Add EFA verbs implementationGal Pressman2019-05-071-0/+1825
| * RDMA/efa: Add common command handlersGal Pressman2019-05-061-0/+692