aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche1-4/+4
2016-12-11IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez1-4/+4
2016-12-11IB/rdmavt: Add trace of MR segsMike Marciniszyn1-0/+4
2016-11-15IB/hfi1: Optimize lkey validation structuresMike Marciniszyn1-5/+5
2016-09-16IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King1-1/+1
2016-08-02IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong1-2/+71
2016-08-02IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong1-0/+51
2016-05-26IB/rdmavt: Use kzalloc_nodeJubin John1-1/+3
2016-03-10IB/rdmavt: Check lkey_table_size value before useJubin John1-2/+1
2016-03-10IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro1-5/+0
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-13/+25
2016-03-10IB/rdmavt: Add Mem affinity supportMitko Haralanov1-1/+1
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Move memory registration into rdmavtDennis Dalessandro1-12/+671
2016-03-10IB/rdmavt: Add memory region stubsDennis Dalessandro1-0/+165