summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)AuthorFilesLines
2024-03-01IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu1-1/+5
2024-03-01IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek1-1/+1
2023-11-28RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-7/+2
2023-11-20RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky1-1/+1
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-504/+546
2023-08-22IB/hfi1: Reduce printing of errors during driver shut downDouglas Miller1-3/+5
2023-08-22RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham6-452/+505
2023-08-22RDMA/hfi1: Use list_for_each_entry() helperJinjie Ruan1-3/+1
2023-08-08RDMA: Make all 'class' structures constIvan Orlov1-40/+32
2023-08-03IB/hfi1: Fix possible panic during hotplug removeDouglas Miller1-0/+1
2023-07-24IB/hfi1: Use struct_size()Christophe JAILLET1-6/+3
2023-06-01IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidateBrendan Cunningham1-6/+1
2023-06-01IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepointsBrendan Cunningham2-15/+40
2023-06-01IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham9-145/+177
2023-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds18-335/+474
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-09IB/hfi1: Place struct mmu_rb_handler on cache line startPatrick Kelsey2-6/+19
2023-04-09IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey11-304/+423
2023-04-09IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-04-09IB/hfi1: Suppress useless compiler warningsEhab Ababneh1-0/+7
2023-04-09IB/hfi1: Remove trace newlinesDean Luick5-18/+18
2023-03-30IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe1-5/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-1/+2
2023-03-19IB/hfi1: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+0
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-2/+2
2023-03-13IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_initKang Chen1-1/+4
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-160/+194
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-02-17IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-02-17IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey1-21/+40
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-01-31IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-01-10IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick1-24/+57
2023-01-10IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-01-10IB/hfi1: Split IB counter allocationDean Luick1-49/+32
2023-01-10IB/hfi1: Improve TID validity checkingDean Luick1-8/+8
2023-01-10IB/hfi1: Consolidate the creation of user TIDsDean Luick2-7/+6
2023-01-10IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-10IB/hfi1: Remove redundant pageidx variableDean Luick1-13/+9
2023-01-10IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-01-10IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-01-10IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-01-10IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-01-10IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2022-12-27RDMA/hfi1: Fix doc for hfi1_free_ctxtMiaoqian Lin1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-13/+21
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-18/+3
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe1-2/+1