summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-253-5/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-021-1/+1
|\
| * IB/qib: Replace deprecated strncpyJustin Stitt2023-09-221-1/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+2
|\ \
| * | qib: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
| |/
* / infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells2023-09-251-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-011-9/+8
|\
| * RDMA: Make all 'class' structures constIvan Orlov2023-08-081-9/+8
* | infiniband: convert to ctime accessor functionsJeff Layton2023-07-131-2/+1
|/
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-293-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-091-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-131-1/+1
|\ \
| * | RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-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-242-3/+2
|\
| * RDMA/qib: Fix typos in commentsJulia Lawall2022-03-141-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-141-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
|/