summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-142-9/+8
|\
| * net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2022-11-302-9/+8
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-3/+4
|\ \
| * | Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-249-21/+30
| |\|
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-18109-896/+1759
| |\ \
| * | | RDMA/umem: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-3/+4
* | | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-133-36/+8
|\ \ \ \
| * | | | RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-212-18/+5
| * | | | RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-211-18/+3
| | |/ / | |/| |
* | | | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-132-2/+2
|\ \ \ \
| * | | | trace: Relocate event helper filesChuck Lever2022-12-102-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-131-1/+1
|\ \ \ \
| * | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| * | | | [infiniband] READ is "data destination", not source...Al Viro2022-11-251-1/+1
| |/ / /
* | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-182-4/+3
* | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-184-6/+6
|/ / /
* | | RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter2022-10-281-1/+8
* | | RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2022-10-282-2/+10
* | | RDMA/rxe: Fix mr leak in RESPST_ERR_RNRLi Zhijian2022-10-251-1/+3
* | | RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu2022-10-241-0/+4
* | | RDMA/hns: Disable local invalidate operationYangyang Li2022-10-242-13/+0
* | | RDMA/efa: Add EFA 0xefa2 PCI IDMichael Margolin2022-10-241-1/+3
* | | IB/hfi1: Correctly move list in sc_disable()Dean Luick2022-10-191-2/+1
* | | RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge2022-10-191-1/+1
|/ /
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-124-5/+5
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-124-8/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-10-07100-840/+1642
|\ \
| * \ Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-0723-81/+113
| |\ \
| * | | RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda2022-09-293-91/+28
| * | | RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng2022-09-291-3/+0
| * | | IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-271-4/+1
| * | | RDMA/hns: Unified Log Printing StyleGuofeng Yue2022-09-276-55/+55
| * | | RDMA/hns: Replacing magic number with macros in apply_func_caps()Yixing Liu2022-09-271-2/+4
| * | | RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming2022-09-271-4/+3
| * | | RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li2022-09-273-5/+2
| * | | RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li2022-09-273-8/+3
| * | | RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()Chengchang Tang2022-09-273-9/+4
| * | | RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin2022-09-274-22/+14
| * | | RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()Yunsheng Lin2022-09-271-4/+4
| * | | RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()Yixing Liu2022-09-271-6/+3
| * | | RDMA/hns: Remove unnecessary brackets when getting pointGuofeng Yue2022-09-272-3/+4
| * | | RDMA/hns: Remove unnecessary braces for single statement blocksGuofeng Yue2022-09-271-2/+1
| * | | RDMA/hns: Cleanup for a spelling error of AsynchronousGuofeng Yue2022-09-271-1/+1
| * | | IB/rdmavt: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-271-2/+2
| * | | RDMA/rxe: Remove redundant num_sge fieldsBob Pearson2022-09-271-2/+0
| * | | RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe2022-09-273-17/+61
| * | | RDMA/mlx5: Add support for dmabuf to devx umemJason Gunthorpe2022-09-271-3/+21
| * | | RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe2022-09-271-0/+8
| * | | RDMA/rxe: Fix resize_finish() in rxe_queue.cBob Pearson2022-09-271-5/+7
| * | | RDMA/rxe: Set pd early in mr alloc routinesBob Pearson2022-09-273-15/+14