summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/usnic
AgeCommit message (Expand)AuthorFilesLines
2023-10-02RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_byKees Cook1-1/+1
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-03-29RDMA/usnic: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe1-2/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+2
2022-12-01RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-09-29RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng1-3/+0
2022-06-16RDMA/usnic: Use device_iommu_capable()Robin Murphy1-1/+1
2022-04-08RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy3-6/+4
2022-04-08RDMA/usnic: Stop using iommu_present()Robin Murphy3-17/+5
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+2
2022-01-28RDMA/usnic: Delete useless module.h includeLeon Romanovsky6-6/+0
2022-01-05RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-11-19RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter1-5/+3
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski2-2/+2
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky3-10/+10
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky5-67/+52
2021-06-17RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-2/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-7/+7
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch3-7/+7
2021-01-20RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches1-4/+3
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu1-0/+3
2020-10-31RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-19/+12
2020-10-31RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-33/+23
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-9/+6
2020-10-27RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-27RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-27RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-27RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+0
2020-10-27RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-3/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-2/+3
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib3-15/+0
2020-08-18RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King1-1/+1
2020-07-16RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-03RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1