summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/mem.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-4/+3Star
* RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
* cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-251-8/+8
* cxgb4: kfree mhp after the debug printShaobo He2019-03-041-1/+1
* RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-19/+13Star
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
* iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise2018-06-251-1/+1
* iw_cxgb4: Fix an error handling path in 'c4iw_get_dma_mr()'Christophe Jaillet2018-05-091-2/+2
* iw_cxgb4: initialize ib_mr fields for user mrsSteve Wise2018-03-081-0/+3
* iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-291-18/+20
* iw_cxgb4: allocate wait object for each memory objectSteve Wise2017-09-291-89/+139
* iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-271-13/+13
* iw_cxgb4: fix misuse of integer variableSteve Wise2017-08-161-1/+1
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-4/+2Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
* iw_cxgb4: Use dsgl by defaultGanesh Goudar2017-04-251-3/+3
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-14/+14
* cxgb4: Use more common logging styleJoe Perches2017-04-201-4/+2Star
* iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise2016-11-171-0/+12
* iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-071-1/+1
* RDMA/iw_cxgb4: Use kfree_skb instead of kfreeHariprasad S2016-08-021-11/+15
* RDMA/iw_cxgb4: Low resource fixes for Memory registrationHariprasad S2016-06-231-37/+74
*-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-141-2/+3
|\ \
| * | RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S2016-05-141-2/+3
| |/
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-4/+3Star
|/
*-. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-161-3/+5
|\ \
| | * iw_cxgb4: Max fastreg depth depends on DSGL supportHariprasad S2016-02-291-3/+5
| |/
* / IB/core: Add vendor's specific data to alloc mwMatan Barak2016-03-011-1/+3
|/
* IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig2015-12-231-3/+0Star
* IB: remove support for phys MRsChristoph Hellwig2015-12-231-248/+0Star
* iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-291-45/+0Star
* iw_cxgb4: Support the new memory registration APISagi Grimberg2015-10-291-0/+38
* RDMA/cxgb4: re-fix 32-bit build warningArnd Bergmann2015-10-211-1/+1
* iw_cxgb4: Support ib_alloc_mr verbSagi Grimberg2015-08-311-3/+9
* iw_cxgb4: 32b platform fixesHariprasad S2015-05-051-3/+3
* cxgb4: drop __GFP_NOFAIL allocationMichal Hocko2015-04-161-1/+1
* iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-161-9/+9
* iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-121-2/+2
* RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devicesHariprasad Shenai2014-12-161-0/+22
* RDMA/cxgb4: Configure 0B MRs to match HW implementationPramod Kumar2014-12-161-2/+4
* cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-131-10/+10
* cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-7/+7
* RDMA/cxgb4: Add missing debug statsSteve Wise2014-04-111-1/+5
*-. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-031-4/+12
|\ \
| * | RDMA/cxgb4: Disable DSGL use by defaultSteve Wise2014-04-021-2/+2
| * | RDMA/cxgb4: Save the correct map length for fast_reg_page_listsSteve Wise2014-03-201-2/+10
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-22/+17Star
|/
* RDMA/cxgb4: Fix gcc warning on 32-bit archPaul Bolle2014-01-231-1/+1