aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28iw_cxgb4: Support the new memory registration APISagi Grimberg1-0/+38
2015-10-21RDMA/cxgb4: re-fix 32-bit build warningArnd Bergmann1-1/+1
2015-08-30iw_cxgb4: Support ib_alloc_mr verbSagi Grimberg1-3/+9
2015-05-05iw_cxgb4: 32b platform fixesHariprasad S1-3/+3
2015-04-16cxgb4: drop __GFP_NOFAIL allocationMichal Hocko1-1/+1
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai1-9/+9
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai1-2/+2
2014-12-15RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devicesHariprasad Shenai1-0/+22
2014-12-15RDMA/cxgb4: Configure 0B MRs to match HW implementationPramod Kumar1-2/+4
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-10/+10
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-7/+7
2014-04-11RDMA/cxgb4: Add missing debug statsSteve Wise1-1/+5
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-nextRoland Dreier1-4/+12
2014-04-02RDMA/cxgb4: Disable DSGL use by defaultSteve Wise1-2/+2
2014-03-20RDMA/cxgb4: Save the correct map length for fast_reg_page_listsSteve Wise1-2/+10
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-22/+17
2014-01-22RDMA/cxgb4: Fix gcc warning on 32-bit archPaul Bolle1-1/+1
2013-12-15RDMA/cxgb4: Make _c4iw_write_mem_dma() staticRashika1-1/+1
2013-03-14RDMA/cxgb4: Map pbl buffers for dma if using DSGL.Vipul Pandya1-6/+23
2013-03-14RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya1-11/+127
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-1/+4
2012-10-22RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo1-1/+1
2012-05-18RDMA/cxgb4: Remove kfifo usageVipul Pandya1-6/+4
2012-05-18RDMA/cxgb4: Add debugfs RDMA memory statsVipul Pandya1-1/+10
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-17RDMA/cxgb4: Don't truncate MR lengthsSteve Wise1-1/+1
2010-09-28RDMA/cxgb4: Centralize the wait logicSteve Wise1-8/+1
2010-09-27RDMA/cxgb4: Fix warnings about casts to/from pointers of different sizesRoland Dreier1-1/+1
2010-07-21RDMA/cxgb4: Remove dependency on __GFP_NOFAILDavid Rientjes1-1/+1
2010-07-06RDMA/cxgb4: Use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-2/+2
2010-05-24RDMA/cxgb4: Don't limit fastreg page list depthSteve Wise1-3/+0
2010-05-24RDMA/cxgb4: Return proper errors in fastreg mr/pbl allocationSteve Wise1-2/+6
2010-04-21RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise1-0/+811