summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2021-10-293-27/+144
* IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksScott Breyer2021-10-293-6/+8
* IB/qib: Rebranding of qib driver to Cornelis NetworksScott Breyer2021-10-291-2/+3
* IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer2021-10-294-5/+8
* RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib2021-10-294-21/+4
* RDMA/bnxt_re: Fix kernel panic when trying to access bnxt_re_stat_descsKamal Heib2021-10-291-0/+2
* RDMA/rxe: Make rxe_type_info static constJoe Perches2021-10-282-24/+18
* RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-281-6/+2
* RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET2021-10-282-2/+0
* RDMA/irdma: Remove the unused variable local_qpZhu Yanjun2021-10-282-2/+0
* RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang2021-10-282-2/+1
* RDMA/efa: Add support for dmabuf memory regionsGal Pressman2021-10-283-31/+101
* RDMA/umem: Allow pinned dmabuf umem usageGal Pressman2021-10-282-0/+62
* dma-buf: Fix pin callback commentGal Pressman2021-10-271-2/+2
* RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib2021-10-253-12/+0
* RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun2021-10-252-2/+0
* RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-2517-33/+40
* RDMA/mlx5: Use dev_addr_mod()Jakub Kicinski2021-10-251-3/+5
* RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski2021-10-253-14/+16
* RDMA/mlx5: fix build error with INFINIBAND_USER_ACCESS=nArnd Bergmann2021-10-251-4/+5
* RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui2021-10-211-2/+2
* RDMA/irdma: Make irdma_uk_cq_init() return a voidZhu Yanjun2021-10-213-10/+5
* Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-19670-4540/+7265
|\
| * RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau2021-10-196-52/+26
| * RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau2021-10-195-31/+29
| * RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-1921-81/+82
| * RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2021-10-195-11/+0
| * RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2021-10-195-7/+2
| * RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-196-16/+12
| * Linux 5.15-rc6v5.15-rc6Linus Torvalds2021-10-181-1/+1
| * Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-182-6/+5
| |\
| | * ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators()Wang Hai2021-10-141-4/+1
| | * pata_legacy: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-2/+4
| * | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-1813-120/+171
| |\ \
| | * | block, bfq: reset last_bfqq_created on group changePaolo Valente2021-10-171-0/+6
| | * | block: warn when putting the final reference on a registered diskChristoph Hellwig2021-10-171-0/+1
| | * | brd: reduce the brd_devices_mutex scopeTetsuo Handa2021-10-171-22/+22
| | * | kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig2021-10-162-14/+15
| | * | block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig2021-10-163-2/+11
| | * | block: drain file system I/O on del_gendiskChristoph Hellwig2021-10-164-15/+35
| | * | block: split bio_queue_enter from blk_queue_enterChristoph Hellwig2021-10-161-8/+25
| | * | block: factor out a blk_try_enter_queue helperChristoph Hellwig2021-10-161-28/+32
| | * | block: call submit_bio_checks under q_usage_counterChristoph Hellwig2021-10-161-22/+12
| | * | Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-10-143-12/+13
| | |\ \
| | | * | nvme: fix per-namespace chardev deletionAdam Manzanares2021-10-142-11/+12
| | | * | nvme-pci: Fix abort command idKeith Busch2021-10-071-1/+1
| | * | | block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-1/+3
| * | | | Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-181-1/+1
| |\ \ \ \
| | * | | | io_uring: fix wrong condition to grab uring lockHao Xu2021-10-141-1/+1
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-10-184-37/+23
| |\ \ \ \ \