summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
...
| | * IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan2019-01-312-6/+8
| | * IB/hfi1: OPFN interfaceKaike Wan2019-01-315-1/+334
| | * IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan2019-01-317-2/+254
| | * IB/hfi1: OPFN support discoveryMitko Haralanov2019-01-316-15/+77
| * | drivers/IB,hfi1: do not se mmap_semDavidlohr Bueso2019-02-071-6/+0
| * | mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-3/+3
| * | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-042-2/+1
| |\ \ | | |/ | |/|
| * | IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl2019-01-301-22/+2
| * | IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl2019-01-301-10/+2
| * | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-293-37/+28
| |\ \
| * | | infiniband: hfi1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-242-34/+18
| * | | infiniband: hfi1: drop crazy DEBUGFS_SEQ_FILE_CREATE() macroGreg Kroah-Hartman2019-01-243-41/+30
| * | | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-8/+8
| * | | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-052-2/+4
| |_|/ |/| |
* | | IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl2019-01-211-1/+1
* | | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2019-01-211-1/+0
| |/ |/|
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-37/+28
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-8/+5
|\
| * mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-2823-125/+356
|\ \ | |/ |/|
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
| * RDMA/hfi1: Initialize ib_device_ops structKamal Heib2018-12-111-7/+11
| * IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn2018-12-068-31/+27
| * IB/hfi1: Close VNIC sdma_progress sleep windowMike Marciniszyn2018-12-061-10/+5
| * IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-065-0/+65
| * IB/hfi1: Add OPFN and TID RDMA capability bitsKaike Wan2018-12-061-8/+11
| * IB/hfi1: Unreserve a reserved request when it is completedKaike Wan2018-12-061-0/+2
| * IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit2018-12-061-1/+1
| * IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl2018-12-061-0/+2
| * IB/hfi1: Limit VNIC use of SDMA engines to the available countMichael J. Ruhl2018-12-061-2/+2
| * IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov2018-12-065-66/+104
| * IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan2018-12-061-1/+46
| * IB/hfi1: Dump pio info for non-user send contextsKaike Wan2018-12-064-0/+81
* | IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz2018-12-033-2/+5
* | IB/hfi1: Fix a latency issue for small messagesMichael J. Ruhl2018-12-031-0/+7
|/
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2633-1472/+1362
|\
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-173-37/+36
| * Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-165-13/+56
| |\
| * | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-330/+2
| * | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-036-60/+19
| * | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-037-272/+26
| * | IB/hfi1: Use VL15 for SM packetsKaike Wan2018-09-301-2/+12
| * | IB/hfi1: Add mtu check for operational data VLsAlex Estrin2018-09-301-4/+22
| * | IB/hfi1: Add static trace for iowaitKaike Wan2018-09-303-1/+59
| * | IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-3013-157/+356
| * | IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-303-6/+11
| * | IB/hfi1: Error path MAD response size is incorrectMichael J. Ruhl2018-09-301-2/+2