summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-02-01IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam
2018-02-01IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn
2018-02-01IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam
2018-02-01IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek
2018-02-01IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov
2018-02-01IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin
2018-02-01IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe
2018-01-10IB/hfi1: Prevent a NULL dereferenceDan Carpenter
2018-01-05IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl
2018-01-05IB/hfi1: Fix infinite loop in 8051 command error pathSebastian Sanchez
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl
2018-01-03IB/hfi1: Add RQ/SRQ information to QP statsMichael J. Ruhl
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-22IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bitDon Hiatt
2017-12-22IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl
2017-12-11IB/hfi1: Use 4096 for default active MTU in query_qpJan Sokolowski
2017-12-11IB/hfi1: Mask the path bits with the LMC for 16B RC AcksDon Hiatt
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-30IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-13IB/hfi1: Handle initial value of 0 for CCTI settingDennis Dalessandro
2017-11-13IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt
2017-11-13IB/hfi1: Send 'reboot' as planned down remote reasonJan Sokolowski
2017-11-13IB/hfi1: Prohibit invalid Init to Armed state transitionGrzegorz Morys
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura
2017-11-13IB/hfi1: Remove unnecessary if checkJan Sokolowski
2017-11-13IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn
2017-11-13IB/hfi1: Remove wrapper function in mmu_rbKamenee Arumugam
2017-11-13IB/hfi1: Reduce 8051 command timeoutJakub Byczkowski
2017-11-13IB/hfi1: Allow MgmtAllowed on B2B setupsJan Sokolowski
2017-11-07IB/hfi1: convert to debugfs_file_get() and -put()Nicolai Stange