summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-06-301-1/+1
|\
| * LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen2023-06-291-1/+1
| * Merge 'irq/loongarch-fixes-6.5' into loongarch-nextHuacai Chen2023-06-273-46/+112
| |\
* | \ Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-06-301-7/+3
|\ \ \
| * | | drm/nouveau: stop using is_swiotlb_activeChristoph Hellwig2023-06-071-7/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-3055-890/+1925
|\ \ \ \
| * \ \ \ Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-27710-3402/+6791
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter2023-06-271-2/+2
| * | | | RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King2023-06-261-2/+2
| * | | | RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li2023-06-261-1/+0
| * | | | RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai2023-06-261-8/+15
| * | | | RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai2023-06-261-6/+0
| * | | | RDMA/bnxt_re: Enable low latency pushSelvin Xavier2023-06-216-4/+177
| * | | | RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier2023-06-218-77/+213
| * | | | RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier2023-06-212-2/+2
| * | | | RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier2023-06-211-0/+21
| * | | | RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier2023-06-211-29/+19
| * | | | RDMA/bnxt_re: Add disassociate ucontext supportSelvin Xavier2023-06-211-0/+5
| * | | | RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier2023-06-214-24/+119
| * | | | RDMA/bnxt_re: Initialize opcode while sending messageLeon Romanovsky2023-06-211-3/+2
| * | | | RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li2023-06-201-2/+1
| * | | | RDMA/rxe: Simplify cq->notify codeBob Pearson2023-06-202-6/+3
| * | | | RDMA/rxe: Fixes mr access supported listBob Pearson2023-06-201-1/+2
| * | | | RDMA/bnxt_re: optimize the parameters passed to helper functionsKashyap Desai2023-06-121-25/+19
| * | | | RDMA/bnxt_re: remove redundant cmdq_bitmapKashyap Desai2023-06-122-48/+34
| * | | | RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai2023-06-124-12/+60
| * | | | RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai2023-06-122-2/+3
| * | | | RDMA/bnxt_re: consider timeout of destroy ah as success.Kashyap Desai2023-06-124-9/+21
| * | | | RDMA/bnxt_re: post destroy_ah for delayed completion of AH creationKashyap Desai2023-06-122-0/+110
| * | | | RDMA/bnxt_re: Add firmware stall check detectionKashyap Desai2023-06-122-10/+39
| * | | | RDMA/bnxt_re: handle command completions after driver detect a timedoutKashyap Desai2023-06-122-26/+34
| * | | | RDMA/bnxt_re: add helper function __poll_for_respKashyap Desai2023-06-122-1/+44
| * | | | RDMA/bnxt_re: Simplify the function that sends the FW commandsKashyap Desai2023-06-122-61/+86
| * | | | RDMA/bnxt_re: use shadow qd while posting non blocking rcfw commandKashyap Desai2023-06-122-2/+61
| * | | | RDMA/bnxt_re: Avoid the command wait if firmware is inactiveKashyap Desai2023-06-121-4/+48
| * | | | RDMA/bnxt_re: Enhance the existing functions that wait for FW responsesKashyap Desai2023-06-121-14/+51
| * | | | RDMA/bnxt_re: set fixed command queue depthKashyap Desai2023-06-122-9/+4
| * | | | RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelKashyap Desai2023-06-123-13/+9
| * | | | RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock contextKashyap Desai2023-06-121-3/+10
| * | | | RDMA/bnxt_re: wraparound mbox producer indexKashyap Desai2023-06-121-2/+2
| * | | | RDMA/erdma: Refactor the original doorbell allocation mechanismCheng Xu2023-06-115-163/+27
| * | | | RDMA/erdma: Associate QPs/CQs with doorbells for authorizationCheng Xu2023-06-112-7/+41
| * | | | RDMA/erdma: Allocate doorbell resources from hardwareCheng Xu2023-06-114-19/+131
| * | | | RDMA/erdma: Configure PAGE_SIZE to hardwareCheng Xu2023-06-112-0/+32
| * | | | RDMA/mlx5: Return the firmware result upon destroying QP/RQPatrisious Haddad2023-06-111-6/+4
| * | | | RDMA/mlx5: Handle DCT QP logic separately from low level QP interfacePatrisious Haddad2023-06-112-33/+51
| * | | | RDMA/mlx5: Reduce QP table exposureLeon Romanovsky2023-06-112-1/+11
| * | | | net/mlx5: Nullify qp->dbg pointer post destructionPatrisious Haddad2023-06-111-3/+3
| * | | | RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcodeBryan Tan2023-06-091-8/+0
| * | | | RDMA/rxe: Send last wqe reached event on qp cleanupBob Pearson2023-06-091-1/+10