summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
AgeCommit message (Expand)AuthorFilesLines
2016-03-10IB/qib: Implement qib support for AH notificationHarish Chegondi1-0/+19
2016-03-10IB/qib: Remove ibport and use rdmavt versionHarish Chegondi15-258/+281
2016-03-10IB/qib: Remove srq from qibDennis Dalessandro4-21/+8
2016-03-10IB/qib: Use address handle in rdmavt and remove from qibDennis Dalessandro7-143/+20
2016-03-10IB/qib: Remove qp and mr functionality from qibDennis Dalessandro17-1314/+308
2016-03-10IB/qib: Add device specific info printsDennis Dalessandro3-0/+20
2016-03-10IB/qib: Remove driver specific members from qib qp typeDennis Dalessandro8-89/+145
2016-03-10IB/qib: Use rdmavt lid defines in qibDennis Dalessandro3-4/+3
2016-03-10IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASEDennis Dalessandro5-11/+13
2016-03-10IB/qib: Use rdmavt protection domainDennis Dalessandro5-79/+12
2016-03-10IB/qib: Remove dma.c and use rdmavt version of dma functionsDennis Dalessandro3-4/+3
2016-03-10IB/qib: Begin to use rdmavt for verbsDennis Dalessandro8-23/+39
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-92/+56
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-19IB/qib: Improve ipoib UD performanceMike Marciniszyn1-3/+8
2016-01-19IB/qib: Support creating qps with GFP_NOIO flagVinit Agnihotri1-14/+32
2016-01-19IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-55/+1
2015-12-07IB/qib: Minor fixes to qib per SFF 8636Easwar Hariharan1-2/+2
2015-12-07IB/qib: Fix qib_mr structureIra Weiny1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-10-28IB/qib: Remove old FRWR APISagi Grimberg4-102/+1
2015-10-28IB/qib: Support the new memory registration APISagi Grimberg4-1/+104
2015-10-08IB: split struct ib_send_wrChristoph Hellwig8-56/+81
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov2-2/+2
2015-09-03IB/core: Move SM class defines from ib_mad.h to ib_smi.hIra Weiny1-0/+1
2015-08-30qib: Support ib_alloc_mr verbSagi Grimberg3-4/+11
2015-08-28ipath,qib: Expose max_sge_rd correctlySteve Wise1-0/+1
2015-08-28IB/core: Add core header changes needed for OPADennis Dalessandro1-139/+8
2015-08-28IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn3-4/+16
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny1-2/+3
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny2-2/+11
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+1
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny2-2/+4
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+4
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak2-5/+11
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny2-7/+7
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+7
2015-05-12IB/qib: fix test of unsigned variableMike Marciniszyn2-2/+3
2015-05-05IB/qib: use arch_phys_wc_add()Luis R. Rodriguez7-79/+39
2015-05-05IB/qib: add acounting for MTRRLuis R. Rodriguez1-1/+1
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-10/+10
2015-04-11infinibad: weird APIs switched to ->write_iter()Al Viro1-8/+12
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+0