aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/vt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27IB/rdmavt: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2021-08-25IB/rdmavt: Convert to SPDX identifierCai Huoqing1-43/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+9
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-2/+2
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-24/+10
2021-01-22RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'Lee Jones1-1/+1
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-8/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-2/+5
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit1-2/+5
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-4/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-7/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-2/+4
2020-10-08IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-06-02RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy1-4/+0
2020-03-18IB/rdmavt: Delete unused routineMike Marciniszyn1-6/+0
2019-10-22infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com1-1/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-2/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-14/+8
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-4/+0
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-3/+2
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-8/+8
2018-12-12RDMA/rdmavt: Initialize ib_device_ops structKamal Heib1-245/+54
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-1/+11
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-1/+2
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-22/+13
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+2
2018-03-06infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King1-1/+1
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap1-4/+5
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl1-1/+0
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana1-2/+7
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-3/+4
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche1-2/+2
2016-08-02IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong1-0/+7
2016-08-02IB/rdmavt: Use new driver specific post send tableMike Marciniszyn1-1/+2
2016-06-17IB/rdmavt: Correct required callback functions for MODIFY_QPBrian Welty1-3/+1
2016-04-28IB/rdmavt,hfi1,qib: Fix memory leakJubin John1-0/+13
2016-03-10IB/rdamvt: fix cross build with rdmavtMike Marciniszyn1-1/+1
2016-03-10IB/rdmavt: Add per verb driver callback checkingDennis Dalessandro1-61/+380
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-13/+49
2016-03-10IB/rdmavt: Add support for query_port, modify_port and get_port_immutableHarish Chegondi1-22/+55