summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/usnic
AgeCommit message (Expand)Author
2023-10-02RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_byKees Cook
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-03-29RDMA/usnic: Remove redundant pci_clear_masterCai Huoqing
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2022-11-30RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand
2022-09-29RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng
2022-06-16RDMA/usnic: Use device_iommu_capable()Robin Murphy
2022-04-08RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy
2022-04-08RDMA/usnic: Stop using iommu_present()Robin Murphy
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-01-28RDMA/usnic: Delete useless module.h includeLeon Romanovsky
2022-01-05RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman
2021-11-19RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-19RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib
2020-08-18RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King
2020-07-16RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard