summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+1
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-163-25/+3
* RDMA/qib: Use attributes for the port sysfsJason Gunthorpe2021-06-162-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
* | RDMA/qib: Remove useless qib_read_ureg() functionJiapeng Chong2021-04-131-22/+0
* | RDMA: Support more than 255 rdma portsMark Bloch2021-03-266-15/+15
* | RDMA: Delete not-used static inline functionsLeon Romanovsky2021-03-222-33/+0
* | RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-225-8/+9
|/
* RDMA/hw/qib/qib_iba6120: Fix some repeated (copy/paste) kernel-doc issuesLee Jones2021-01-221-9/+9
* RDMA/hw/qib/qib_verbs: Repair some formatting problemsLee Jones2021-01-221-3/+3
* RDMA/hw/qib/qib_iba7322: Fix a bunch of copy/paste issuesLee Jones2021-01-221-7/+7
* RDMA/hw/qib/qib_iba7220: Fix some kernel-doc issuesLee Jones2021-01-221-8/+8
* RDMA/hw/qib/qib_user_pages: Demote non-conformant documentation headerLee Jones2021-01-221-1/+1
* RDMA/hw/qib/qib_ud: Provide description for 'qib_make_ud_req's 'flags' paramLee Jones2021-01-221-0/+1
* RDMA/hw/qib/qib_uc: Provide description for missing 'flags' paramLee Jones2021-01-221-0/+1
* RDMA/hw/qib/qib_tx: Provide description for 'qib_chg_pioavailkernel()'s 'rcd'...Lee Jones2021-01-221-0/+1
* RDMA/hw/qib/qib_twsi: Provide description for missing param 'last'Lee Jones2021-01-221-0/+1
* RDMA/hw/qib/qib_rc: Fix some worthy kernel-docs demote hardly complete oneLee Jones2021-01-221-1/+4
* RDMA/hw/qib/qib_qp: Fix some issues in worthy kernel-doc headers and demote a...Lee Jones2021-01-221-6/+6
* RDMA/hw/qib/qib_pcie: Demote obvious kernel-doc abuseLee Jones2021-01-221-1/+1
* RDMA/hw/qib/qib_intr: Fix a bunch of formatting issuesLee Jones2021-01-221-8/+8
* RDMA/hw/qib/qib_mad: Fix a few misspellings and supply missing descriptionsLee Jones2021-01-221-4/+6
* RDMA/hw/qib/qib_eeprom: Fix misspelling of 'buff' in 'qib_eeprom_{read,write}()'Lee Jones2021-01-221-2/+2
* RDMA/hw/qib/qib_driver: Fix misspelling in 'ppd's param descriptionLee Jones2021-01-221-1/+1
* IB/qib: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-231-9/+2
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-18/+12
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-301-26/+22
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-15/+15
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-3/+3
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-3/+3
* | RDMA/qib: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-032-9/+8
* | RDMA/qib: Tidy up process_cc()Alex Dewar2020-08-311-37/+13
* | RDMA/qib: Remove superfluous fallthrough statementsAlex Dewar2020-08-311-2/+0
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-28/+28
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-052-5/+3
|\
| * RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
| * IB/qib: Remove unused variable retZou Wei2020-04-141-4/+3
* | IB/qib: Call kobject_put() when kobject_init_and_add() failsKaike Wan2020-05-191-4/+5
|/