summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)Author
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-22IB/hfi1: Reduce printing of errors during driver shut downDouglas Miller
2023-08-22RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham
2023-08-22RDMA/hfi1: Use list_for_each_entry() helperJinjie Ruan
2023-08-08RDMA: Make all 'class' structures constIvan Orlov
2023-08-03IB/hfi1: Fix possible panic during hotplug removeDouglas Miller
2023-07-24IB/hfi1: Use struct_size()Christophe JAILLET
2023-06-01IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidateBrendan Cunningham
2023-06-01IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepointsBrendan Cunningham
2023-06-01IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-09IB/hfi1: Place struct mmu_rb_handler on cache line startPatrick Kelsey
2023-04-09IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey
2023-04-09IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey
2023-04-09IB/hfi1: Suppress useless compiler warningsEhab Ababneh
2023-04-09IB/hfi1: Remove trace newlinesDean Luick
2023-03-30IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-19IB/hfi1: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-13IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_initKang Chen
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-17IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey
2023-02-17IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-31IB/hfi1: Assign npages earlierDean Luick
2023-01-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick
2023-01-10IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick
2023-01-10IB/hfi1: Update RMT size calculationDean Luick
2023-01-10IB/hfi1: Split IB counter allocationDean Luick
2023-01-10IB/hfi1: Improve TID validity checkingDean Luick
2023-01-10IB/hfi1: Consolidate the creation of user TIDsDean Luick
2023-01-10IB/hfi1: Assign npages earlierDean Luick
2023-01-10IB/hfi1: Remove redundant pageidx variableDean Luick
2023-01-10IB/hfi1: Remove user expected buffer invalidate raceDean Luick
2023-01-10IB/hfi1: Immediately remove invalid memory from hardwareDean Luick
2023-01-10IB/hfi1: Fix expected receive setup error exit issuesDean Luick
2023-01-10IB/hfi1: Reserve user expected TIDsDean Luick
2023-01-10IB/hfi1: Reject a zero-length user expected bufferDean Luick
2022-12-27RDMA/hfi1: Fix doc for hfi1_free_ctxtMiaoqian Lin
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe
2022-12-07RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen
2022-12-04RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen
2022-12-01IB/hfi1: Switch to netif_napi_add()Yang Yang
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman