summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | IB/hfi1: Move UnsupportedVL bits definitions to the correct headerMichael J. Ruhl2018-09-262-8/+4
| * | IB/hfi1: set_intr_bits uses incorrect source for register modificationMichael J. Ruhl2018-09-111-1/+1
| * | IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl2018-09-111-1/+3
| * | IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl2018-09-114-11/+11
| * | IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2018-09-112-18/+15
| * | IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl2018-09-112-51/+39
| * | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-112-8/+7
| * | IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()Michael J. Ruhl2018-09-013-8/+12
| * | IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl2018-09-016-104/+162
| * | IB/hfi1: PCIe bus width retryKamenee Arumugam2018-09-011-3/+8
| * | IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl2018-09-018-243/+295
| * | IB/hfi1: Prepare for new HFI1 MSIx APIMichael J. Ruhl2018-09-017-295/+414
| * | IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl2018-09-014-86/+59
| * | IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl2018-09-013-10/+15
| * | IB/hfi1: Remove duplicated definesMichael J. Ruhl2018-09-011-10/+0