summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)AuthorFilesLines
2022-04-13RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-08IB/hfi1: Allow larger MTU without AIPMike Marciniszyn1-2/+1
2022-02-08IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn1-2/+12
2022-02-08IB/hfi1: Fix AIP early init panicMike Marciniszyn1-10/+3
2021-12-14IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-12-14IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn1-19/+14
2021-12-14IB/hfi1: Fix early init panicMike Marciniszyn3-3/+6
2021-12-14IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn1-1/+1
2021-10-13IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn1-3/+6
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-03Merge 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/rost...Linus 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-22RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky5-9/+9
2021-06-17RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-3/+1
2021-06-17RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe3-14/+3
2021-06-17RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe2-340/+194
2021-06-17RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-43/+43
2021-05-29IB/hfi1: Move a function from a header file into a .c fileBart Van Assche1-0/+5
2021-05-20IB/hfi1: Remove the repeated declarationShaokun Zhang1-2/+0
2021-05-11IB/hfi1: Delete an unneeded bool conversionZhen Lei1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds29-285/+465
2021-04-27IB/hfi1: Remove redundant variable rcdJiapeng Chong1-4/+4
2021-04-13IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn5-116/+105
2021-04-12IB/hfi1: Fix error return code in parse_platform_config()Wang Wensheng1-0/+1
2021-04-08IB/hfi1: Remove unused functionKaike Wan1-18/+0
2021-04-08IB/hfi1: Use kzalloc() for mmu_rb_handler allocationMike Marciniszyn1-1/+1
2021-04-08IB/hfi1: Add additional usdma tracesMike Marciniszyn3-3/+85
2021-04-08IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma()Mike Marciniszyn3-16/+8
2021-04-08IB/hfi1: Use napi_schedule_irqoff() for tx napiMike Marciniszyn1-1/+1
2021-04-08IB/hfi1: Correct oversized ring allocationMike Marciniszyn2-8/+9
2021-04-08IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn3-0/+32
2021-04-08IB/hfi1: Add AIP tx tracesMike Marciniszyn2-3/+119
2021-04-07IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn4-19/+16
2021-03-26IB/hfi1: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch11-83/+83
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky3-16/+0
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky7-15/+16
2021-01-28RDMA/hw/hfi1/rc: Demote incorrectly populated kernel-doc headerLee Jones1-2/+1