summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-103/+203
2026-01-28RDMA/rxe: Fix race condition in QP timer handlersLi Zhijian-0/+6
2026-01-25RDMA/rxe: Fix iova-to-va conversion for MR page sizes != PAGE_SIZELi Zhijian-97/+194
2026-01-18RDMA/rxe: Remove unused page_offset memberLi Zhijian-3/+0
2026-01-15RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang-3/+3
2025-12-30IB/rxe: Fix missing umem_odp->umem_mutex unlock on error pathLi Zhijian-1/+3
2025-12-21RDMA/rxe: let rxe_reclassify_recv_socket() call sk_owner_put()Stefan Metzmacher-0/+32
2025-11-27RDMA/rxe: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher-0/+98
2025-10-28RDMA/rxe: Fix null deref on srq->rq.queue after resize failureZhu Yanjun-6/+1
2025-10-19RDMA/rxe: Remove redundant assignment to variable page_offsetColin Ian King-2/+0
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+6
2025-09-21RDMA/rxe: Fix race in do_task() when drainingGui-Dong Han-2/+6
2025-08-13RDMA/rxe: Flush delayed SKBs while releasing RXE resourcesZhu Yanjun-22/+9
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-17/+198
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-0/+4
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev-1/+1
2025-06-26RDMA/rxe: Fix a couple IS_ERR() vs NULL bugsDan Carpenter-3/+5
2025-06-12RDMA/rxe: Remove redundant page presence checkDaisuke Matsuda-17/+6
2025-06-12RDMA/rxe: Enable asynchronous prefetch for ODP MRsDaisuke Matsuda-2/+85
2025-06-12RDMA/rxe: Implement synchronous prefetch for ODP MRsDaisuke Matsuda-0/+103
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe-8/+11
2025-05-22RDMA/rxe: Break endless pagefault loop for RO pagesLeon Romanovsky-9/+5
2025-05-12RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkageLeon Romanovsky-4/+4
2025-05-12RDMA/umem: Store ODP access mask information in PFNLeon Romanovsky-8/+6
2025-04-21RDMA/rxe: Remove 32-bit architecture supportDaisuke Matsuda-19/+3
2025-04-20RDMA/rxe: Remove unused rxe_run_taskDr. David Alan Gilbert-31/+11
2025-04-20RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bugZhu Yanjun-1/+6
2025-04-20RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bugZhu Yanjun-4/+1
2025-04-11RDMA/rxe: Fix mismatched type declarationsDaisuke Matsuda-18/+19
2025-04-09RDMA/rxe: Enable ODP in ATOMIC WRITE operationDaisuke Matsuda-14/+68
2025-04-08RDMA/rxe: Enable ODP in RDMA FLUSH operationDaisuke Matsuda-20/+90
2025-04-07RDMA/rxe: Fix null pointer dereference in ODP MR checkLi Zhijian-4/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-101/+477
2025-03-13RDMA/rxe: Fix incorrect return value of rxe_odp_atomic_op()Daisuke Matsuda-1/+1
2025-03-12RDMA/rxe: Improve readability of ODP pagefault interfaceDaisuke Matsuda-5/+7
2025-03-03RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun-19/+6
2025-02-21RDMA/rxe: Add support for the traditional Atomic operations with ODPDaisuke Matsuda-2/+86
2025-02-21RDMA/rxe: Add support for Send/Recv/Write/Read with ODPDaisuke Matsuda-1/+149
2025-02-21RDMA/rxe: Allow registering MRs for On-Demand PagingDaisuke Matsuda-6/+128
2025-02-21RDMA/rxe: Add page invalidation supportDaisuke Matsuda-0/+43
2025-02-21RDMA/rxe: Move some code to rxe_loc.h in preparation for ODPDaisuke Matsuda-38/+39
2025-02-09RDMA/rxe: switch to using the crc32 libraryEric Biggers-52/+2
2025-02-03RDMA/rxe: Add query_gid supportZhu Yanjun-0/+13
2025-02-03RDMA/rxe: Replace netdev dev addr with raw_gidZhu Yanjun-4/+17
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-28/+13