summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner8 days7-11/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2025-03-296-44/+3
|\
| * RDMA/hfi1: Remove unused one_qsfp_writeDr. David Alan Gilbert2025-02-242-22/+0
| * IB/hfi1: Remove state transition log message and opa_lstate_name()Maher Sanalla2025-02-064-22/+3
* | RDMA: Switch to use hrtimer_setup()Nam Cao2025-02-181-3/+2
|/
* Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2025-01-261-1/+1
|\
| * kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary2025-01-121-1/+1
* | RDMA/hfi1: Constify 'struct bin_attribute'Thomas Weißschuh2025-01-191-7/+7
* | IB/hfi1: Remove unused hfi1_format_hwerrorsDr. David Alan Gilbert2024-12-172-45/+0
|/
* IB/hfi1: make clear_all_interrupts staticDr. David Alan Gilbert2024-10-082-2/+1
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* IB/hfi1: Constify struct flag_tableChristophe JAILLET2024-07-151-15/+15
* RDMA/hfi1: Constify struct mmu_rb_opsChristophe JAILLET2024-06-263-4/+4
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-225-7/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-182-39/+11
|\
| * IB/hfi1: Remove generic .ndo_get_stats64Breno Leitao2024-05-051-1/+0
| * IB/hfi1: Do not use custom stat allocatorBreno Leitao2024-05-051-16/+3
| * RDMA/hfi1: Use RMW accessors for changing LNKCTL2Ilpo Järvinen2024-05-051-22/+8
* | IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao2024-05-022-3/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-03-181-12/+13
|\
| * IB/hfi1: fix spellos and kernel-docRandy Dunlap2024-01-251-12/+13
* | IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek2024-02-041-1/+1
* | IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu2024-01-251-1/+5
|/
* RDMA/hfi1: Copy userspace arrays safelyPhilipp Stanner2023-11-132-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-0272-86/+81
|\
| * RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky2023-10-251-1/+1
| * IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lockChengfeng Ye2023-10-251-2/+3
| * RDMA/hfi1: Remove redundant assignment to pointer ppdColin Ian King2023-10-241-1/+0
| * IB/hfi1: Annotate struct tid_rb_node with __counted_byKees Cook2023-10-021-1/+1
| * IB/hfi1: Replace deprecated strncpyJustin Stitt2023-09-221-2/+2
| * RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-09-201-7/+2
| * IB/hfi1: Remove open coded reference to skb frag offsetDavid Ahern2023-09-181-1/+1
| * IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-1171-71/+71
* | infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells2023-09-251-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-0110-504/+546
|\
| * IB/hfi1: Reduce printing of errors during driver shut downDouglas Miller2023-08-221-3/+5
| * RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham2023-08-226-452/+505
| * RDMA/hfi1: Use list_for_each_entry() helperJinjie Ruan2023-08-221-3/+1
| * RDMA: Make all 'class' structures constIvan Orlov2023-08-081-40/+32
| * IB/hfi1: Use struct_size()Christophe JAILLET2023-07-241-6/+3
* | IB/hfi1: Fix possible panic during hotplug removeDouglas Miller2023-08-031-0/+1
|/
* IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidateBrendan Cunningham2023-06-011-6/+1
* IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepointsBrendan Cunningham2023-06-012-15/+40
* IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham2023-06-019-145/+177
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-2918-335/+474
|\
| * IB/hfi1: Place struct mmu_rb_handler on cache line startPatrick Kelsey2023-04-092-6/+19
| * IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey2023-04-0911-304/+423
| * IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey2023-04-091-7/+6
| * IB/hfi1: Suppress useless compiler warningsEhab Ababneh2023-04-091-0/+7
| * IB/hfi1: Remove trace newlinesDean Luick2023-04-095-18/+18