summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)AuthorFilesLines
2023-08-16IB/hfi1: Fix possible panic during hotplug removeDouglas Miller1-0/+1
2023-07-19IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham9-145/+177
2023-05-11IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey11-304/+423
2023-05-11IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-11IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_initKang Chen1-1/+4
2023-03-11IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-03-10IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-03-10IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey1-21/+40
2023-03-03IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-02-14IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-02-01IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-02-01IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-02-01IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-02-01IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-02-01IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2022-12-31RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2022-12-31RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-10-19IB/hfi1: Correctly move list in sc_disable()Dean Luick1-2/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-27IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-4/+1
2022-09-20IB/hfi1: remove rc_only_opcode and uc_only_opcode declarationsGaosheng Cui1-3/+0
2022-09-20RDMA/hfi1: fix repeated words in commentswangjianli2-2/+2
2022-09-05RDMA/hfi1: Remove the unneeded result variableye xingchen1-3/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-6/+2
2022-07-19RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-07-18RDMA/hfi1: Depend on !UMLEhab Ababneh1-1/+1
2022-07-17IB/hfi1: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-07-17IB/hfi1: switch to netif_napi_add_tx()Jakub Kicinski1-3/+1
2022-07-16tracing/IB/hfi1: Use the new __vstring() helperSteven Rostedt (Google)1-6/+2
2022-06-07RDMA/hfi1: Fix typo in commentXiang wangx1-1/+1
2022-05-24RDMA/hfi1: Remove all traces of diagpkt supportDennis Dalessandro1-23/+0
2022-05-24RDMA/hfi1: Consolidate software versionsDennis Dalessandro2-18/+1
2022-05-24RDMA/hfi1: Remove pointless driver versionDennis Dalessandro2-21/+0
2022-05-24RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro1-1/+1
2022-05-24RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2022-05-24RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller1-5/+7
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe1-0/+6
2022-05-24IB/hf1: Fix typo in commentJulia Lawall1-1/+1
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-9/+3
2022-03-05IB/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-15Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe5-27/+24