summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
Commit message (Expand)AuthorAgeFilesLines
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-1129-29/+29
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-291-3/+1
|\
| * RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova2023-03-141-2/+0
| * IB/rdmavt: Fix target union member for rvt_post_one_wr()Kees Cook2023-03-131-1/+1
* | x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds2023-04-191-1/+1
|/
* IB/rdmavt: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-271-2/+2
* Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-1/+5
|\
| * IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche2022-04-041-1/+5
* | IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche2022-04-041-1/+5
|/
* IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn2022-01-281-0/+2
* RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter2021-10-131-1/+1
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-1/+1
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-241-1/+1
* | IB/rdmavt: Convert to SPDX identifierCai Huoqing2021-08-2529-1277/+59
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-60/+45
* | RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky2021-08-031-5/+8
|/
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-035-8/+8
|\
| * treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-305-8/+8
* | RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-213-5/+6
* | RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-161-1/+1
|/
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-264-38/+14
* RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problemLee Jones2021-01-281-1/+1
* RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' paramLee Jones2021-01-281-1/+1
* RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issuesLee Jones2021-01-281-3/+4
* RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanoursLee Jones2021-01-221-14/+20
* RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descript...Lee Jones2021-01-221-10/+11
* RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc headerLee Jones2021-01-221-1/+1
* RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation headerLee Jones2021-01-221-2/+5
* RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc headerLee Jones2021-01-221-1/+1
* RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'Lee Jones2021-01-221-1/+1
* IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-073-11/+11
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-173-13/+2
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-172-3/+7
|\
| * RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-121-1/+2
| * RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-2/+5
* | RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-262-5/+1
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-3/+4
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-7/+0
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-179-13/+17
|\
| * RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-2/+4
| * IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-081-3/+1
| * RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
| * RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
| * RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-2/+3
| * RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* | percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-061-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1