aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-9/+3
2022-03-04IB/hfi1: Allow larger MTU without AIPMike Marciniszyn1-2/+1
2022-02-11RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov1-2/+2
2022-01-28RDMA/hfi1: Delete useless module.h includeLeon Romanovsky5-5/+0
2022-01-28IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn1-2/+12
2022-01-28IB/hfi1: Fix AIP early init panicMike Marciniszyn1-10/+3
2022-01-28IB/hfi1: Fix alloc failure with larger txqueuelenMike Marciniszyn2-12/+26
2022-01-28IB/hfi1: Fix panic with larger ipoib send_queue_sizeMike Marciniszyn1-1/+1
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe5-27/+24
2021-12-07IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn1-19/+14
2021-12-07IB/hfi1: Fix early init panicMike Marciniszyn3-3/+6
2021-12-07IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn1-1/+1
2021-12-07IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-11-29IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET1-5/+3
2021-11-16IB/hfi1: Properly allocate rdma counter desc memoryDennis Dalessandro1-3/+2
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe1-3/+6
2021-10-29IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer4-5/+8
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski1-1/+1
2021-10-13IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn1-3/+6
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-26/+27
2021-10-05IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko1-6/+4
2021-10-04Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe1-4/+4
2021-09-27RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+2
2021-09-27IB/hfi1: Add ring consumer and producers tracesMike Marciniszyn3-22/+85
2021-09-27IB/hfi1: Remove atomic completion countMike Marciniszyn3-12/+10
2021-09-27IB/hfi1: Tune netdev xmit cachelinesMike Marciniszyn3-52/+66
2021-09-27IB/hfi1: Get rid of tx priv backpointerMike Marciniszyn1-5/+4
2021-09-27IB/hfi1: Get rid of hot path divideMike Marciniszyn2-27/+11
2021-09-27IB/hfi1: Remove cache and embed txreq in ringMike Marciniszyn2-128/+101
2021-09-27RDMA/hfi1: Fix kernel pointer leakGuo Zhi1-4/+4
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2021-09-08IB/hfi1: make hist staticchongjiapeng1-1/+1
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds75-3214/+163
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing73-3170/+133
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-16/+8
2021-08-19RDMA/hfi1: Stop using seq_get_buf in _driver_stats_seq_showChristoph Hellwig1-9/+4
2021-08-19IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li1-5/+4
2021-07-30RDMA/hfi1: Fix typo in commentsCai Huoqing5-7/+7
2021-07-30RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang4-6/+7
2021-07-30IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn1-6/+1
2021-07-30IB/hfi1: Indicate DMA wait when txq is queued for wakeupMike Marciniszyn1-0/+3
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-11/+11
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches4-11/+11
2021-06-24RDMA/hfi1: Remove use of kmap()Ira Weiny1-2/+2
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky5-9/+9
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-3/+1
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe3-14/+3
2021-06-16RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe2-340/+194
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-43/+43