summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2025-11-06IB/rdmavt: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-09-11RDMA/rdmavt: Use int type to store negative error codesQianfeng Rong-7/+6
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-0/+6
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-02-18RDMA: Switch to use hrtimer_setup()Nam Cao-3/+2
2024-09-02RDMA/rdmavt: Convert to use ERR_CAST()Shen Lichuan-3/+3
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger-3/+5
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-2/+2
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski-29/+29
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-3/+1
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds-1/+1
2023-03-14RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova-2/+0
2023-03-13IB/rdmavt: Fix target union member for rvt_post_one_wr()Kees Cook-1/+1
2022-09-27IB/rdmavt: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng-2/+2
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe-1/+5
2022-04-04IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche-1/+5
2022-04-04IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche-1/+5
2022-01-28IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn-0/+2
2021-10-13RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter-1/+1
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe-1/+1
2021-08-25IB/rdmavt: Convert to SPDX identifierCai Huoqing-1277/+59
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-60/+45
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky-5/+8
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-8/+8
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches-8/+8
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky-5/+6
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-38/+14
2021-01-28RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problemLee Jones-1/+1
2021-01-28RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' paramLee Jones-1/+1
2021-01-28RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issuesLee Jones-3/+4
2021-01-22RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanoursLee Jones-14/+20
2021-01-22RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descript...Lee Jones-10/+11
2021-01-22RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc headerLee Jones-1/+1
2021-01-22RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation headerLee Jones-2/+5
2021-01-22RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc headerLee Jones-1/+1
2021-01-22RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'Lee Jones-1/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab-11/+11
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig-13/+2
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe-3/+7
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig-1/+2
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit-2/+5
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe-5/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe-3/+4