summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-073-4/+3
|\
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-072-2/+2
| * RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-2/+1
* | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-292-32/+5
* | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki2020-06-181-2/+4
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-031-1/+0
* RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy2020-06-033-173/+0
* Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-214-8/+8
|\
| * IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee2020-04-244-8/+8
* | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-5/+19
* | RDMA: Group create AH arguments in structMaor Gottlieb2020-05-032-7/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-022-7/+1
|\
| * IB/rdmavt: Delete unused routineMike Marciniszyn2020-03-181-6/+0
| * Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-041-33/+51
| |\
| * | RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* | | IB/rdmavt: Free kernel completion queue when doneKaike Wan2020-03-131-1/+1
| |/ |/|
* | IB/rdmavt: Reset all QPs when the device is shut downKaike Wan2020-02-111-33/+51
|/
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-1/+1
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1