summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)Author
2024-10-08IB/hfi1: make clear_all_interrupts staticDr. David Alan Gilbert
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-07-15IB/hfi1: Constify struct flag_tableChristophe JAILLET
2024-06-26RDMA/hfi1: Constify struct mmu_rb_opsChristophe JAILLET
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-05-05IB/hfi1: Remove generic .ndo_get_stats64Breno Leitao
2024-05-05IB/hfi1: Do not use custom stat allocatorBreno Leitao
2024-05-05RDMA/hfi1: Use RMW accessors for changing LNKCTL2Ilpo Järvinen
2024-05-02IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-02-04IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek
2024-01-25IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu
2024-01-25IB/hfi1: fix spellos and kernel-docRandy Dunlap
2023-11-13RDMA/hfi1: Copy userspace arrays safelyPhilipp Stanner
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-10-25RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky
2023-10-25IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lockChengfeng Ye
2023-10-24RDMA/hfi1: Remove redundant assignment to pointer ppdColin Ian King
2023-10-02IB/hfi1: Annotate struct tid_rb_node with __counted_byKees Cook
2023-09-25infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells
2023-09-22IB/hfi1: Replace deprecated strncpyJustin Stitt
2023-09-20RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen
2023-09-18IB/hfi1: Remove open coded reference to skb frag offsetDavid Ahern
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski
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