index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
umem_dmabuf.c
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-08-11
RDMA/umem: Introduce an option to revoke DMABUF umem
Yishai Hadas
2024-08-11
RDMA/umem: Add support for creating pinned DMABUF umem with a given dma device
Yishai Hadas
2023-01-31
RDMA/umem: Use dma-buf locked API to solve deadlock
Maor Gottlieb
2022-10-18
RDMA/umem: Prepare to dynamic dma-buf locking specification
Dmitry Osipenko
2022-08-16
RDMA: Handle the return code from dma_resv_wait_timeout() properly
Jason Gunthorpe
2022-04-07
RDMA: use DMA_RESV_USAGE_KERNEL
Christian König
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
2022-03-24
RDMA: use dma_resv_wait() instead of extracting the fence
Christian König
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-10-28
RDMA/umem: Allow pinned dmabuf umem usage
Gal Pressman
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
2021-08-24
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
2021-06-07
RDMA/umem: fix missing automated rename
Christian König
2021-03-11
RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()
Jason Gunthorpe
2021-01-20
RDMA/umem: Support importing dma-buf as user memory region
Jianxin Xiong