aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-09-18IB/hfi1: fix sdma_descq_cnt parameter parsingMike Marciniszyn1-1/+1
2015-09-18IB/hfi1: fix copy_to/from_user() error handlingDan Carpenter1-16/+15
2015-09-18IB/hfi1: fix pstateinfo from returning improperly byteswapped valueIra Weiny1-2/+2
2015-09-15IB/hfi1: fix copy_to/from_user() error handlingDan Carpenter1-16/+15
2015-09-15hfi1: drop null test before destroy functionsJulia Lawall1-2/+1
2015-09-03IB/hfi1: Add CSRs for CONFIG_SDMA_VERBOSITYJubin John2-2/+5
2015-08-30IB/hfi1: Support ib_alloc_mr verbMike Marciniszyn3-3/+11
2015-08-28staging/hfi1: replace indent spaces with tabsJeff Becker1-5/+5
2015-08-28IB/hfi1: add driver filesMike Marciniszyn56-0/+57451