summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)Author
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-07-22RDMA/hfi1: Use sysfs_emit() for cpumask show helperYury Norov
2026-07-20RDMA/hfi1: Propagate sdma_txinit_ahg() errorsDanila Chernetsov
2026-07-13RDMA/hfi1: Align probe error unwinding with device removalLeon Romanovsky
2026-07-13RDMA/hfi1: Initialize debugfs after probe completesLeon Romanovsky
2026-07-13RDMA/hfi1: Defer device creation until probe succeedsLeon Romanovsky
2026-07-13RDMA/hfi1: Stop flushing the global IB workqueueLeon Romanovsky
2026-07-13RDMA/hfi1: Remove redundant NULL checks in create_workqueues()Leon Romanovsky
2026-07-13RDMA/hfi1: Allocate device data after PCI initializationLeon Romanovsky
2026-07-13RDMA/hfi1: Free RX data on late probe failureLeon Romanovsky
2026-07-13RDMA/hfi1: Create workqueues before device initializationLeon Romanovsky
2026-07-13RDMA/hfi1: Drop device data from hfi1_validate_rcvhdrcnt()Leon Romanovsky
2026-07-13RDMA/hfi1: Pass PCI device to hfi1_pcie_init()Leon Romanovsky
2026-07-13RDMA/hfi1: Remove redundant PCI device ID validationLeon Romanovsky
2026-07-13RDMA/hfi1: Preserve unit 0 on allocation failureLeon Romanovsky
2026-07-06RDMA/hfi1: Remove unused non-user-accessible device classMichal Schmidt
2026-06-05RDMA/hfi1: Open-code rvt_set_ibdev_name()Arnd Bergmann
2026-04-28IB/hfi1: Fix potential use-after-free in PIO and SDMA map teardownLi RongQing
2026-03-30RDMA: Remove outdated comments referencing hfi1_destroy_qp()Kexin Sun
2026-03-10IB/hfi1: kzalloc to kzalloc_flexRosen Penev
2026-03-10RDMA/hfi1: Remove opa_vnicDennis Dalessandro
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-06hfi1: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky
2025-08-13IB/hfi1: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-07-09hfi1: get rid of redundant debugfs_file_{get,put}()Al Viro
2025-06-26RDMI: hfi1: drop cpumask_empty() call in hfi1/affinity.cYury Norov [NVIDIA]
2025-06-26RDMA: hfi1: simplify hfi1_get_proc_affinity()Yury Norov [NVIDIA]
2025-06-26RDMA: hfi1: use rounddown in find_hw_thread_mask()Yury Norov [NVIDIA]
2025-06-26RDMA: hfi1: simplify init_real_cpu_mask()Yury Norov [NVIDIA]
2025-06-26RDMA: hfi1: simplify find_hw_thread_mask()Yury Norov [NVIDIA]
2025-06-26RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()Yury Norov [NVIDIA]
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-06IB/hfi1: Remove unused sc_drop and sdma_all_idleDr. David Alan Gilbert
2025-04-27IB/hfi1: Adjust fd->entry_to_rb allocation typeKees Cook
2025-04-07IB/hfi1: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-02-24RDMA/hfi1: Remove unused one_qsfp_writeDr. David Alan Gilbert
2025-02-18RDMA: Switch to use hrtimer_setup()Nam Cao
2025-02-06IB/hfi1: Remove state transition log message and opa_lstate_name()Maher Sanalla
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-19RDMA/hfi1: Constify 'struct bin_attribute'Thomas Weißschuh