aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-55/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds9-136/+60
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-10-29IB/hfi1: Remove fast registration from the codeSagi Grimberg4-102/+3
2015-10-27staging/rdma/hfi1: Update driver version string to 0.9-294Jubin John1-1/+1
2015-10-27staging/rdma/hfi1: add additional rc tracesMike Marciniszyn3-14/+42
2015-10-27staging/rdma/hfi1: Add unit # to verbs txreq cache nameJubin John1-1/+6
2015-10-27staging/rdma/hfi1: Load SBus firmware once per ASICEaswar Hariharan2-27/+14
2015-10-27staging/rdma/hfi1: Thread the receive interrupt.Dean Luick4-46/+154
2015-10-27staging/rdma/hfi1: Add irqsaves in the packet processing pathDean Luick6-22/+29
2015-10-27staging/rdma/hfi1: Increase SDMA descriptor queue sizeIgnacio Hernandez1-1/+1
2015-10-27staging/rdma/hfi1: Allow tuning of SDMA interrupt rateMitko Haralanov1-1/+9
2015-10-27staging/rdma/hfi1: Wrong cast breaks desired pointer arithmeticMitko Haralanov1-3/+3
2015-10-27staging/rdma/hfi1: Prevent silent data corruption with user SDMAMitko Haralanov1-38/+52
2015-10-27staging/rdma/hfi1: Fix port bounce issues with 0.22 DC firmwareEaswar Hariharan1-0/+2
2015-10-27staging/rdma/hfi1: Add a schedule in send threadDean Luick4-0/+24
2015-10-27staging/rdma/hfi1: Reset firmware instead of reloading SbusCaz Yokoyama3-4/+14
2015-10-27staging/rdma/hfi1: close shared context security holeJareer Abdel-Qader1-0/+1
2015-10-27staging/rdma/hfi1: Add coalescing support for SDMA TX descriptorsNiranjana Vishwanathapura2-30/+168
2015-10-27staging/rdma/hfi1: Remove QSFP_ENABLED from HFI capability maskEaswar Hariharan3-13/+5
2015-10-27staging/rdma/hfi1: Prevent host software lock upVennila Megavannan2-6/+23
2015-10-27staging/rdma/hfi1: Extend the offline timeoutDean Luick1-1/+1
2015-10-27staging/rdma/hfi1: Fix code to reset ASIC CSRs on FLREaswar Hariharan2-20/+19
2015-10-27staging/rdma/hfi1: Fix regression in send performanceMike Marciniszyn3-15/+15
2015-10-27staging: hfi1: sdma: Use setup_timerMuhammad Falak R Wani1-4/+2
2015-10-27staging: hfi1: driver: Use setup_timerMuhammad Falak R Wani1-3/+3
2015-10-26staging: rdma: hfi1: chip: Use setup_timerMuhammad Falak R Wani1-6/+3
2015-10-17staging: IB/hfi1: use TASK_COMM_LEN in hfi1_ctxtdataGeliang Tang1-1/+1
2015-10-16staging: rdma: hfi1: Prefer using BIT MacroAmitoj Kaur Chawla1-1/+1
2015-10-16staging: rdma: hfi1: delete unneeded tabs in conditional statement blockAlison Schofield1-14/+14
2015-10-16Staging: rdma: mad: Remove explicit castShivani Bhardwaj1-4/+4
2015-10-16staging: rdma: hfi1: diag: Remove useless initialisationAmitoj Kaur Chawla1-2/+2
2015-10-16staging: rdma: hfi1: sysfs: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2015-10-16Staging: rdma: hfi1: Remove unnecessary cast on void pointerShraddha Barke3-20/+20
2015-10-12staging: rdma: hfi1: remove unnecessary out of memory messagesAlison Schofield4-36/+10
2015-10-12Staging: rdma: hfi1: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke3-11/+12
2015-10-08IB: split struct ib_send_wrChristoph Hellwig8-50/+73
2015-10-04IB/hfi1: use offset_in_page macroGeliang Tang1-4/+4
2015-09-29staging: rdma: add a blank line after functionGeliang Tang3-0/+3
2015-09-29IB/hfi1: class_name_user() should be staticGeliang Tang1-1/+1
2015-09-29IB/hfi1: use kvfree() in sdma.cGeliang Tang1-4/+1
2015-09-29staging/rdma/hfi1: do not use u8 to store a 32-bit integerNicolas Iooss1-1/+1
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman9-40/+90
2015-09-18IB/hfi: Properly set permissions for user device filesIra Weiny4-12/+59
2015-09-18IB/hfi1: mask vs shift confusionDan Carpenter1-2/+2
2015-09-18IB/hfi1: clean up some definesDan Carpenter1-18/+18
2015-09-18IB/hfi1: info leak in get_ctxt_info()Dan Carpenter1-0/+1
2015-09-18IB/hfi1: fix a locking bugDan Carpenter1-2/+2
2015-09-18IB/hfi1: checking for NULL instead of IS_ERRDan Carpenter1-3/+5