summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-21/+21
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf-0/+4
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-0/+5
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe-7/+7
2025-04-09RDMA: Don't use %pK through printkThomas Weißschuh-1/+1
2025-04-07RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()Yue Haibing-7/+7
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-01-12kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary-1/+1
2024-12-25RDMA/usnic: Support report_port_event() opsYuyu Li-28/+45
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2024-07-04RDMA/usnic: Use iommu_paging_domain_alloc()Lu Baolu-3/+3
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger-2/+2
2023-10-02RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_byKees Cook-1/+1
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes-1/+1
2023-03-29RDMA/usnic: Remove redundant pci_clear_masterCai Huoqing-2/+0
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe-2/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang-4/+4
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe-2/+2
2022-11-30RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand-5/+4
2022-09-29RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng-3/+0
2022-06-16RDMA/usnic: Use device_iommu_capable()Robin Murphy-1/+1
2022-04-08RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy-6/+4
2022-04-08RDMA/usnic: Stop using iommu_present()Robin Murphy-17/+5
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-1/+2
2022-01-28RDMA/usnic: Delete useless module.h includeLeon Romanovsky-6/+0
2022-01-05RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-11-19RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter-5/+3
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski-2/+2
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky-10/+10
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-67/+52
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe-2/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-7/+7
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen-1/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-7/+7
2021-01-19RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches-4/+3
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu-0/+3
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches-19/+12
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches-33/+23
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches-9/+6
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe-1/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe-5/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe-15/+1