summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-101-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-303-21/+7
|\
| * IB/qib: Remove unused cnt variableTom Rix2023-04-031-5/+4
| * IB/qib: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-191-8/+0
| * RDMA/qib: Remove deprecated kmap() callIra Weiny2023-03-191-8/+3
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* | IB/qib: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-1/+1
* | iov_iter: add iter_iovec() helperJens Axboe2023-03-301-1/+1
|/
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-7/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-143-10/+4
|\
| * RDMA/qib: fix repeated words in commentswangjianli2022-10-241-1/+1
| * RDMA/qib: Remove not-used variable freeze_cntColin Ian King2022-10-241-5/+2
| * RDMA/qib: Remove not-used variable nColin Ian King2022-10-241-4/+1
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-141-1/+1
|\ \
| * | RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-1/+1
| |/
* / RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-212-18/+5
|/
* RDMA/qib: fix repeated words in commentswangjianli2022-09-201-1/+1
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-1/+1
* IB/qib: Fix repeated "in" within commentswangjianli2022-07-281-1/+1
* IB: Fix repeated words 'the the' commentsSlark Xiao2022-07-221-1/+1
* IB/qib: Fix comment typoJason Wang2022-07-191-1/+1
* RDMA/qib: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-181-3/+2
* RDMA/qib: Use the bitmap API when applicableChristophe JAILLET2022-07-171-15/+8
* IB: Fix spelling of 'writable'Zhang Jiaming2022-07-042-3/+3
* IB/qib: Fix typo in commentJulia Lawall2022-05-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-252-3/+2
|\
| * RDMA/qib: Fix typos in commentsJulia Lawall2022-03-151-2/+2
| * RDMA/qib: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* | IB/qib: Fix duplicate sysfs directory nameMike Marciniszyn2022-02-171-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-202-2/+2
|\
| * drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2022-01-202-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-133-3/+3
|\ \
| * | Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-131-1/+1
| |\|
| * | IB/qib: Fix typosQinghua Jin2022-01-073-3/+3
* | | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-2/+2
|\ \ \ | |_|/ |/| |
| * | RDMA/qib: rename copy_io to qib_copy_ioChristoph Hellwig2021-11-291-2/+2
| |/
* / IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito2021-12-151-1/+1
|/
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-10/+23
|\
| * IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn2021-10-131-10/+23
* | IB/qib: Rebranding of qib driver to Cornelis NetworksScott Breyer2021-10-291-2/+3
|/
* IB/qib: Fix clang confusion of NULL pointer comparisonJason Gunthorpe2021-09-131-1/+1
* IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe2021-09-081-1/+3
* RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-14/+14
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-171-1/+1
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-173-25/+3
* RDMA/qib: Use attributes for the port sysfsJason Gunthorpe2021-06-172-356/+254
* Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-031-63/+5
|\
| * qib_fs: switch to simple_recursive_removal()Al Viro2021-03-081-63/+5
* | IB/qib: Remove redundant assignment to retYang Li2021-04-301-1/+0