summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/hfi.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-05-05IB/hfi1: Clean up on context initialization failureMichael J. Ruhl1-10/+6
2017-05-05IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl1-4/+4
2017-05-05IB/hfi1: Clean up context initializationMichael J. Ruhl1-8/+5
2017-05-05IB/hfi1: Search shared contexts on the opened device, not all devicesMichael J. Ruhl1-1/+1
2017-05-05IB/hfi1: Name function prototype parametersMichael J. Ruhl1-35/+37
2017-04-28IB/hfi1: Use bool in process_ecnDennis Dalessandro1-1/+1
2017-04-28IB/hfi1: Cache neighbor secure data after link upStuart Summers1-1/+10
2017-04-28IB/hfi1: Fix softlockup issueTadeusz Struk1-3/+4
2017-04-28IB/hfi1: Use defines from common headersDon Hiatt1-2/+2
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt1-2/+1
2017-04-28IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli1-1/+1
2017-04-25IB/hfi1: Use pcie_flr() instead of duplicating itChristoph Hellwig1-1/+0
2017-04-20IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana1-0/+1
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana1-2/+27
2017-04-20IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana1-1/+26
2017-04-05IB/hfi1: Add a patch value to the firmware version stringMichael J. Ruhl1-4/+5
2017-04-05IB/hfi1: NULL pointer dereference when freeing rhashtableSebastian Sanchez1-1/+1
2017-02-19IB/hfi1: Modify logging frequency of DCC errorsJakub Byczkowski1-0/+4
2017-02-19IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty1-2/+0
2017-02-19IB/hfi1: Reduce oversized fields in struct hfi1_packetSebastian Sanchez1-4/+3
2017-02-19IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez1-0/+5
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-57/+87
2016-12-11IB/hfi1: Remove definition of unused hfi1_affinity structTadeusz Struk1-1/+0
2016-11-16IB/hfi1: Add active channel and backplane support for integrated devicesEaswar Hariharan1-1/+15
2016-11-16IB/hfi1: Optimize devdata cachelinesSebastian Sanchez1-53/+55
2016-11-16IB/hfi1: Unify access to GUID entriesJakub Pawlak1-2/+17
2016-11-16IB/hfi1: Delete unused lockEaswar Hariharan1-2/+0
2016-11-16IB/hfi1: Clean up unused argumentEaswar Hariharan1-2/+1
2016-11-16IB/hfi1: Remove leftover snoop referencesDennis Dalessandro1-38/+2
2016-11-16IB/hfi1: Fix an Oops on pci device force removeTadeusz Struk1-0/+4
2016-11-16IB/hfi1: Fix integrity check flags default valuesJakub Pawlak1-13/+27
2016-10-02IB/hfi1: Add irq affinity notification handlerTadeusz Struk1-0/+1
2016-10-02IB/hfi1: Add sysfs interface for affinity setupTadeusz Struk1-0/+2
2016-10-02IB/hfi1: Remove unused variable from devdataDennis Dalessandro1-2/+0
2016-10-02IB/hfi1: Fix user-space buffers mapping with IOMMU enabledTymoteusz Kielan1-5/+5
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-3/+4
2016-09-02IB/hfi1: Make n_krcvqs be an unsigned long integerHarish Chegondi1-1/+1
2016-09-02IB/hfi1: Add QSFP sanity pre-checkDean Luick1-0/+2
2016-08-22IB/hfi1: Improve J_KEY generationMitko Haralanov1-1/+18
2016-08-22IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun1-1/+0
2016-08-05Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds1-17/+104
2016-08-03IB/hfi1: Make the cache handler own its rb tree rootDean Luick1-1/+2
2016-08-03IB/hfi1: Make use of mm consistentIra Weiny1-3/+5
2016-08-03IB/hfi1: Use the same capability state for all shared contextsDean Luick1-1/+1
2016-08-03IB/hfi1: Add parameter names to function declarationsIra Weiny1-3/+5
2016-08-03IB/hfi1: Remove unused uctxt->subpid and uctxt->pidDean Luick1-3/+0
2016-08-02IB/hfi1: Use hdr2sc function to calculate 5-bit SCDasaratharaman Chandramouli1-6/+1
2016-08-02IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong1-2/+11
2016-08-02IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov1-0/+16