aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-17rds: stop using dmapoolChristoph Hellwig5-69/+101
2020-11-16RDMA/mlx5: Lower setting the umem's PAS for SRQJason Gunthorpe3-29/+79
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe3-91/+35
2020-11-16RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQJason Gunthorpe2-14/+44
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe3-70/+23
2020-11-16RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe1-25/+16
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe1-22/+31
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe4-10/+128
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman2-2/+1
2020-11-16RDMA/hns: Add new PCI device ID matching for HIP09Lang Cheng1-0/+1
2020-11-16RDMA/cma: Add missing error handling of listen_idLeon Romanovsky1-74/+101
2020-11-16RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky2-2/+11
2020-11-16RDMA/counter: Combine allocation and bind logicLeon Romanovsky1-74/+62
2020-11-13IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong1-1/+2
2020-11-12RDMA/hns: Fix double free of the pointer to TSQ/TPQWeihang Li1-0/+2
2020-11-12nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig1-1/+1
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig2-7/+13
2020-11-12RDMA/core: Remove ib_dma_{alloc,free}_coherentChristoph Hellwig1-29/+0
2020-11-12RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig1-4/+4
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig4-2/+7
2020-11-12RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao1-1/+1
2020-11-12RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2-2/+1
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky5-14/+11
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky13-113/+45
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe1-6/+6
2020-11-12IB/isert: Do not excplicitly check == false for boolZou Wei1-1/+1
2020-11-12RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun2-14/+0
2020-11-08Linux 5.10-rc3Linus Torvalds1-1/+1
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis1-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis1-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis1-2/+5
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman1-1/+1
2020-11-06proc/stat: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc/cpuinfo: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig1-0/+2
2020-11-06seq_file: add seq_read_iterChristoph Hellwig2-13/+33
2020-11-06null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2-17/+32
2020-11-06tty: fix crash in release_tty if tty->port is not setMatthias Reichl1-2/+4
2020-11-06serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_initQinglang Miao1-0/+3
2020-11-06tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach1-0/+1
2020-11-06serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks1-0/+5
2020-11-06tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-11-06i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu1-27/+18
2020-11-06i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu1-6/+1