index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx4
/
mr.c
Age
Commit message (
Expand
)
Author
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
2024-12-10
RDMA/mlx4: Use DMA iterator to write MTT
Leon Romanovsky
2024-12-10
RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT size
Leon Romanovsky
2022-09-22
IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
Daisuke Matsuda
2021-08-24
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
2020-12-07
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
2020-09-11
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-07-06
IB/uverbs: Set IOVA on IB MR in uverbs layer
Yishai Hadas
2020-07-06
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-02
RDMA/mlx4: Remove FMR support for memory registration
Max Gurtovoy
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-07-24
RDMA/mlx4: Untag user pointers in mlx4_get_umem_mr
Andrey Konovalov
2019-05-21
IB/mlx4: Delete unused func arg
Yuval Shaia
2019-05-21
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-02-15
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-01-10
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2018-06-11
IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'
Christophe Jaillet
2018-05-28
IB/mlx4: Mark user MR as writable if actual virtual memory is writable
Jack Morgenstein
2018-05-03
IB/mlx4: Fix integer overflow when calculating optimal MTT size
Jack Morgenstein
2018-03-08
mlx4_ib: set user mr attributes in struct ib_mr
Steve Wise
2018-01-02
IB/mlx4: Fix mlx4_ib_alloc_mr error flow
Leon Romanovsky
2017-11-13
IB/mlx4: Add contig support for control objects
Guy Levi
2017-11-13
IB/mlx4: Use optimal numbers of MTT entries
Guy Levi
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-01-24
IB/mlx4: Switch from dma_device to dev.parent
Bart Van Assche
2016-06-23
IB/mlx4: Prevent cross page boundary allocation
Chuck Lever
2016-05-13
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
2016-05-13
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
2016-03-01
IB/core: Add vendor's specific data to alloc mw
Matan Barak
2015-12-23
IB: remove in-kernel support for memory windows
Christoph Hellwig
2015-10-28
IB/mlx4: Remove old FRWR API support
Sagi Grimberg
2015-10-28
IB/mlx4: Support the new memory registration API
Sagi Grimberg
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
2015-08-30
mlx4: Support ib_alloc_mr verb
Sagi Grimberg
2015-01-25
net/mlx4_core: Maintain a persistent memory for mlx4 device
Yishai Hadas
2014-12-15
IB/mlx4: Fix an incorrectly shadowed variable in mlx4_ib_rereg_user_mr
Jack Morgenstein
2014-09-22
mlx4: Correct error flows in rereg_mr
Matan Barak
2014-08-01
IB/mlx4_ib: Add support for user MR re-registration
Matan Barak
2014-03-04
IB: Refactor umem to use linear SG table
Yishai Hadas
2013-02-25
IB/mlx4: Support memory window binding
Shani Michaeli
2013-02-25
mlx4: Implement memory windows allocation and deallocation
Shani Michaeli
2013-02-21
mlx4_core: Propagate MR deregistration failures to caller
Shani Michaeli
2012-05-08
IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)
Shlomo Pongratz
[next]