summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-07RDMA/mlx5: Check reg_create() create for errorsDan Carpenter1-0/+2
2023-02-07RDMA/restrack: Correct spellingDeming Wang1-2/+2
2023-02-06RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich1-0/+3
2023-02-06RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky3-11/+4
2023-02-06RDMA/mlx5: Fix MR cache debugfs error in IB representors modeLeon Romanovsky1-0/+4
2023-02-06RDMA/siw: Fix user page pinning accountingBernard Metzler1-11/+12
2023-02-02RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich1-0/+4
2023-01-27RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik3-23/+82
2023-01-27RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik2-13/+44
2023-01-27RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik3-84/+201
2023-01-27RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik3-47/+132
2023-01-27RDMA/mlx5: Remove implicit ODP cache entryAharon Landau2-16/+5
2023-01-27RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau3-5/+1
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson3-302/+254
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2-20/+22
2023-01-26RDMA-rxe: Isolate mr code from atomic_write_reply()Bob Pearson3-42/+59
2023-01-26RDMA-rxe: Isolate mr code from atomic_reply()Bob Pearson4-100/+105
2023-01-26RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cBob Pearson3-36/+38
2023-01-26RDMA/rxe: Cleanup mr_check_rangeBob Pearson1-3/+1
2023-01-26RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cqZhu Yanjun1-29/+40
2023-01-26RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qpZhu Yanjun1-14/+33
2023-01-26RDMA/irdma: Split mr alloc and free into new functionsZhu Yanjun1-28/+46
2023-01-26RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_memZhu Yanjun1-32/+50
2023-01-15RDMA/erdma: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2023-01-15RDMA/mlx5: Print error syndrome in case of fatal QP errorsPatrisious Haddad3-3/+48
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang10-78/+202
2023-01-15net/mlx5: Introduce CQE error syndromePatrisious Haddad1-5/+42
2023-01-15RDMA/cxgb4: Replace 0-length arrays with flexible arraysKees Cook1-20/+6
2023-01-10IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick1-24/+57
2023-01-10IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-01-10IB/hfi1: Split IB counter allocationDean Luick1-49/+32
2023-01-10IB/hfi1: Improve TID validity checkingDean Luick1-8/+8
2023-01-10IB/hfi1: Consolidate the creation of user TIDsDean Luick2-7/+6
2023-01-10IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-10IB/hfi1: Remove redundant pageidx variableDean Luick1-13/+9
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang6-133/+75
2023-01-10RDMA/core: Refactor rdma_bind_addrPatrisious Haddad1-123/+130
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming5-1/+23
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming5-11/+31
2023-01-09RDMA/hns: Remove rq inline in kernelLuoyouming3-147/+0
2023-01-08Linux 6.2-rc3v6.2-rc3Linus Torvalds1-1/+1
2023-01-06tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-06usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen1-1/+4
2023-01-06usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann1-0/+1
2023-01-06udf: initialize newblock to 0Tom Rix1-3/+1
2023-01-06udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2