summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn2021-12-071-19/+14
* IB/hfi1: Fix early init panicMike Marciniszyn2021-12-073-3/+6
* IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn2021-12-071-1/+1
* IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn2021-12-071-1/+1
* IB/hfi1: Properly allocate rdma counter desc memoryDennis Dalessandro2021-11-161-3/+2
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-3/+6
|\
| * IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn2021-10-131-3/+6
* | IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer2021-10-294-5/+8
* | RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-251-1/+1
* | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-26/+27
* | IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko2021-10-051-6/+4
* | Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe2021-10-041-4/+4
|\|
| * RDMA/hfi1: Fix kernel pointer leakGuo Zhi2021-09-271-4/+4
* | RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva2021-09-281-3/+2
* | IB/hfi1: Add ring consumer and producers tracesMike Marciniszyn2021-09-283-22/+85
* | IB/hfi1: Remove atomic completion countMike Marciniszyn2021-09-283-12/+10
* | IB/hfi1: Tune netdev xmit cachelinesMike Marciniszyn2021-09-283-52/+66
* | IB/hfi1: Get rid of tx priv backpointerMike Marciniszyn2021-09-281-5/+4
* | IB/hfi1: Get rid of hot path divideMike Marciniszyn2021-09-282-27/+11
* | IB/hfi1: Remove cache and embed txreq in ringMike Marciniszyn2021-09-282-128/+101
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-091-1/+1
|\
| * IB/hfi1: make hist staticchongjiapeng2021-09-081-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-0275-3214/+163
|\|
| * RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-2573-3170/+133
| * RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-16/+8
| * RDMA/hfi1: Stop using seq_get_buf in _driver_stats_seq_showChristoph Hellwig2021-08-191-9/+4
| * RDMA/hfi1: Fix typo in commentsCai Huoqing2021-07-305-7/+7
| * RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang2021-07-304-6/+7
| * IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn2021-07-301-6/+1
| * IB/hfi1: Indicate DMA wait when txq is queued for wakeupMike Marciniszyn2021-07-301-0/+3
* | IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li2021-08-191-5/+4
|/
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-034-11/+11
|\
| * treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-304-11/+11
* | RDMA/hfi1: Remove use of kmap()Ira Weiny2021-06-241-2/+2
* | RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-225-9/+9
* | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-171-3/+1
* | RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-173-14/+3
* | RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe2021-06-172-340/+194
* | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-171-43/+43
* | IB/hfi1: Move a function from a header file into a .c fileBart Van Assche2021-05-291-0/+5
* | IB/hfi1: Remove the repeated declarationShaokun Zhang2021-05-201-2/+0
* | IB/hfi1: Delete an unneeded bool conversionZhen Lei2021-05-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-0129-285/+465
|\
| * IB/hfi1: Remove redundant variable rcdJiapeng Chong2021-04-271-4/+4
| * IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn2021-04-135-116/+105
| * IB/hfi1: Fix error return code in parse_platform_config()Wang Wensheng2021-04-121-0/+1
| * IB/hfi1: Remove unused functionKaike Wan2021-04-081-18/+0
| * IB/hfi1: Use kzalloc() for mmu_rb_handler allocationMike Marciniszyn2021-04-081-1/+1
| * IB/hfi1: Add additional usdma tracesMike Marciniszyn2021-04-083-3/+85
| * IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma()Mike Marciniszyn2021-04-083-16/+8