summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic
Commit message (Expand)AuthorAgeFilesLines
* RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_byKees Cook2023-10-021-1/+1
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* RDMA/usnic: Remove redundant pci_clear_masterCai Huoqing2023-03-291-2/+0
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-2/+2
|\
| * Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-211-2/+2
| |\
* | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-4/+4
|\| |
| * | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-2/+2
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \ \ | |_|/ |/| |
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| |/
* / RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang2023-01-301-4/+4
|/
* RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-5/+4
* RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng2022-09-291-3/+0
* RDMA/usnic: Use device_iommu_capable()Robin Murphy2022-06-161-1/+1
* RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy2022-04-083-6/+4
* RDMA/usnic: Stop using iommu_present()Robin Murphy2022-04-083-17/+5
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+2
* RDMA/usnic: Delete useless module.h includeLeon Romanovsky2022-01-286-6/+0
* RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
* RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter2021-11-191-5/+3
* RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-252-2/+2
* RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky2021-09-243-10/+10
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-035-67/+52
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-013-7/+7
|\
| * RDMA: Support more than 255 rdma portsMark Bloch2021-03-263-7/+7
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches2021-01-191-4/+3
* RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu2021-01-071-0/+3
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-19/+12
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-301-33/+23
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-9/+6
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+0
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-3/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-1/+1
|\
| * RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King2020-08-181-1/+1
* | RDMA/usnic: Remove the query_pkey callbackKamal Heib2020-08-273-15/+0
|/
* RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-161-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1