aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qib
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-21/+7
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-03IB/qib: Remove unused cnt variableGravatar Tom Rix 1-5/+4
2023-03-30IB/qib: check for user backed iterator, not specific iterator typeGravatar Jens Axboe 1-1/+1
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-1/+1
2023-03-19IB/qib: Drop redundant pci_enable_pcie_error_reporting()Gravatar Bjorn Helgaas 1-8/+0
2023-03-19RDMA/qib: Remove deprecated kmap() callGravatar Ira Weiny 1-8/+3
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-7/+6
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-10/+4
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-11-30RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageGravatar David Hildenbrand 1-1/+1
2022-11-21RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentGravatar Christoph Hellwig 2-18/+5
2022-10-24RDMA/qib: fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-10-24RDMA/qib: Remove not-used variable freeze_cntGravatar Colin Ian King 1-5/+2
2022-10-24RDMA/qib: Remove not-used variable nGravatar Colin Ian King 1-4/+1
2022-09-20RDMA/qib: fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-07-28IB/qib: Fix repeated "in" within commentsGravatar wangjianli 1-1/+1
2022-07-22IB: Fix repeated words 'the the' commentsGravatar Slark Xiao 1-1/+1
2022-07-19IB/qib: Fix comment typoGravatar Jason Wang 1-1/+1
2022-07-18RDMA/qib: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-3/+2
2022-07-17RDMA/qib: Use the bitmap API when applicableGravatar Christophe JAILLET 1-15/+8
2022-07-04IB: Fix spelling of 'writable'Gravatar Zhang Jiaming 2-3/+3
2022-05-24IB/qib: Fix typo in commentGravatar Julia Lawall 1-1/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-3/+2
2022-03-14RDMA/qib: Fix typos in commentsGravatar Julia Lawall 1-2/+2
2022-02-17IB/qib: Fix duplicate sysfs directory nameGravatar Mike Marciniszyn 1-1/+1
2022-01-28RDMA/qib: Delete useless module.h includeGravatar Leon Romanovsky 1-1/+0
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commGravatar Yafang Shao 2-2/+2
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-3/+3
2022-01-13Merge tag 'v5.16' into rdma.git for-nextGravatar Jason Gunthorpe 1-1/+1
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2022-01-07IB/qib: Fix typosGravatar Qinghua Jin 3-3/+3
2021-12-14IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()Gravatar José Expósito 1-1/+1
2021-11-29RDMA/qib: rename copy_io to qib_copy_ioGravatar Christoph Hellwig 1-2/+2
2021-11-01Merge tag 'v5.15' into rdma.git for-nextGravatar Jason Gunthorpe 1-10/+23
2021-10-29IB/qib: Rebranding of qib driver to Cornelis NetworksGravatar Scott Breyer 1-2/+3
2021-10-13IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsGravatar Mike Marciniszyn 1-10/+23
2021-09-13IB/qib: Fix clang confusion of NULL pointer comparisonGravatar Jason Gunthorpe 1-1/+1
2021-09-08IB/qib: Fix null pointer subtraction compiler warningGravatar Jason Gunthorpe 1-1/+3
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 3-14/+14
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Gravatar Jason Gunthorpe 1-1/+1
2021-06-16RDMA: Change ops->init_port to ops->port_groupsGravatar Jason Gunthorpe 3-25/+3
2021-06-16RDMA/qib: Use attributes for the port sysfsGravatar Jason Gunthorpe 2-356/+254
2021-05-03Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-63/+5
2021-04-30IB/qib: Remove redundant assignment to retGravatar Yang Li 1-1/+0
2021-04-13RDMA/qib: Remove useless qib_read_ureg() functionGravatar Jiapeng Chong 1-22/+0
2021-03-26RDMA: Support more than 255 rdma portsGravatar Mark Bloch 6-15/+15