summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller2023-06-301-0/+1
* parisc: Add cacheflush() syscallHelge Deller2023-06-303-0/+62
* parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller2023-06-301-0/+5
* parisc: Move TLB_PTLOCK option to Kconfig.debugHelge Deller2023-06-302-10/+11
* csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds2023-06-291-1/+1
* Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-292-5/+69
|\
| * memblock: Update nid info in memblock debugfsYuwei Guan2023-06-021-2/+6
| * memblock: Add flags and nid info in memblock debugfsYuwei Guan2023-05-241-2/+22
| * Fix some coding style errors in memblock.cClaudio Migliorelli2023-05-241-3/+3
| * Add tests for memblock_alloc_node()Claudio Migliorelli2023-05-241-0/+40
* | parisc: fix expand_stack() conversionLinus Torvalds2023-06-291-1/+1
* | Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-06-295-12/+17
|\ \
| * | drm/nouveau: stop using is_swiotlb_activeChristoph Hellwig2023-06-071-7/+3
| * | swiotlb: use the atomic counter of total used slabs if availablePetr Tesarik2023-06-071-0/+11
| * | swiotlb: remove unused field "used" from struct io_tlb_memPetr Tesarik2023-06-071-2/+0
| * | dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu2023-06-071-2/+2
| * | dma-mapping: fix a Kconfig typoSui Jingfeng2023-06-071-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-2958-901/+1955
|\ \ \
| * \ \ Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-271762-8231/+17478
| |\ \ \
| * | | | 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-217-4/+204
| * | | | 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