aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn1-1/+2
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox1-42/+10
2019-03-28IB/hfi1: Fix two format stringsBart Van Assche1-2/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-7/+28
2019-03-06IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl1-5/+9
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2019-02-05IB/hfi1: Add functions to receive TID RDMA WRITE requestKaike Wan1-0/+1
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan1-1/+2
2019-02-05IB/hfi1: TID RDMA flow allocationKaike Wan1-0/+7
2019-01-31IB/hfi1: Integrate OPFN into RC transactionsKaike Wan1-0/+7
2019-01-31IB/hfi1: OPFN interfaceKaike Wan1-1/+0
2019-01-31IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-14/+15
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-6/+0
2018-09-01IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl1-3/+23
2018-09-01IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl1-2/+2
2018-09-01IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl1-35/+42
2018-07-03IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl1-1/+0
2018-06-22IB/hfi1: Reorg ctxtdata and rightsize fieldsMike Marciniszyn1-2/+2
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn1-1/+1
2018-06-22IB/hfi1: Remove unused/writeonly devdata fieldsMike Marciniszyn1-3/+0
2018-06-22IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn1-9/+2
2018-06-19IB/hfi1: Remove rcvhdrsizeMike Marciniszyn1-1/+1
2018-06-19IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn1-0/+2
2018-06-19IB/hfi1: Move normal functions from hfi1_devdata to const arrayMike Marciniszyn1-18/+1
2018-06-04IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn1-2/+2
2018-06-04IB/hfi1: Rename exp_lock to exp_mutexKaike Wan1-1/+1
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn1-5/+4
2018-05-24IB/hfi1: Cleanup of exp_rcvMike Marciniszyn1-3/+1
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-2/+13
2018-05-09IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin1-0/+13
2018-05-03IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez1-10/+27
2018-05-03IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez1-0/+2
2018-05-03IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl1-2/+2
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam1-8/+9
2018-02-01IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam1-0/+9
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin1-0/+1
2018-02-01IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl1-1/+3
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl1-0/+2
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura1-2/+1
2017-10-30IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn1-0/+7
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-1/+1
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-09-27IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl1-0/+21
2017-09-27IB/hfi1: Remove unused hfi1_cpulist variablesJan Sokolowski1-16/+0
2017-09-27IB/hfi1: Remove unnecessary error messages on alloc failuresJan Sokolowski1-6/+0
2017-08-22IB/hf1: User context locking is inconsistentMichael J. Ruhl1-50/+84
2017-08-22IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl1-62/+137
2017-08-22IB/hfi1: Revert egress pkey check enforcementAlex Estrin1-1/+0
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez1-0/+26