summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-9/+5
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein3-15/+9
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn1-0/+1
2020-12-10RDMA/mlx5: Remove unneeded semicolonTom Rix1-1/+1
2020-12-07RDMA/iser: Remove in_interrupt() usageSebastian Andrzej Siewior1-17/+5
2020-12-07RDMA/mlx5: Assign dev to DM MRMaor Gottlieb4-30/+35
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li6-15/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab12-23/+25
2020-12-07RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2020-12-07RDMA/i40iw: Replace atomic_add_return(1, ..)Yejune Deng1-3/+3
2020-12-07Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jason Gunthorpe15-86/+150
2020-12-07RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe1-128/+188
2020-12-07RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe3-129/+140
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe8-52/+151
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe3-16/+7
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe1-4/+6
2020-12-01RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman1-9/+2
2020-12-01RDMA/hns: Refactor process of setting extended sgeWeihang Li1-32/+28
2020-12-01RDMA/hns: Bugfix for calculation of extended sgeYangyang Li1-1/+6
2020-12-01RDMA/hns: Fix 0-length sge calculation errorLang Cheng1-14/+10
2020-12-01RDMA/i40iw: Remove push code from i40iwShiraz Saleem8-224/+18
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe172-1929/+4130
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+20
2020-11-29Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+4
2020-11-29Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2020-11-28Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-34/+51
2020-11-28Merge tag 'char-misc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-9/+22
2020-11-27Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-30/+72
2020-11-27Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds36-401/+524
2020-11-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-14/+23
2020-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-93/+98
2020-11-27Merge tag 'mtd/fixes-for-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-116/+294
2020-11-27Merge tag 'spi-fix-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-1/+15
2020-11-27Merge tag 'media/v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds20-797/+2078
2020-11-27Merge tag 'drm-fixes-2020-11-27-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds22-193/+469
2020-11-27Merge tag 'platform-drivers-x86-v5.10-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-3/+70
2020-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+5
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-12/+36
2020-11-27RDMA/hns: Add support for QP stashLang Cheng2-61/+75
2020-11-27RDMA/hns: Add support for CQ stashLang Cheng4-16/+37
2020-11-27Merge tag 'optee-valid-memory-type-for-v5.11' of git://git.linaro.org/people/...Arnd Bergmann1-1/+2
2020-11-27RDMA/hns: Create QP with selected QPN for bank load balanceYangyang Li2-19/+96
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky4-27/+17
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky4-4/+17
2020-11-27RDMA/core: Track device memory MRsLeon Romanovsky1-0/+4
2020-11-27usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay1-1/+1
2020-11-27Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-10/+19
2020-11-27can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0Pankaj Sharma1-0/+2
2020-11-27can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde1-1/+1