summaryrefslogtreecommitdiff
path: root/drivers/staging/rdma/hfi1/user_sdma.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-11staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-11staging/rdma/hfi1: Add braces on all arms of statementJubin John1-2/+4
2016-03-11staging/rdma/hfi1: Fix code alignmentJubin John1-1/+1
2016-03-11staging/rdma/hfi1: Fix block commentsJubin John1-14/+28
2016-03-11staging/rdma/hfi1: Remove blank line before close braceJubin John1-2/+0
2016-03-11staging/rdma/hfi1: Remove space after castJubin John1-1/+1
2016-03-11staging/rdma/hfi1: Add spaces around binary operatorsJubin John1-1/+1
2016-03-11staging/rdma/hfi: fix CQ completion order issueMike Marciniszyn1-4/+3
2016-03-11staging/rdma/hfi1: Fix bug that could block the process on context exitMitko Haralanov1-1/+4
2016-03-11staging/rdma/hfi1: Improve performance of user SDMAMitko Haralanov1-36/+19
2016-03-11staging/rdma/hfi1: Properly determine error status of SDMA slotsMitko Haralanov1-4/+11
2016-03-11staging/rdma/hfi1: Improve performance of SDMA transfersMitko Haralanov1-167/+126
2015-12-22staging/rdma/hfi1: Detect SDMA transmission error earlyMitko Haralanov1-0/+6
2015-12-22staging/rdma/hfi1: Clean-up unnecessary goto statementsMitko Haralanov1-23/+14
2015-12-22staging/rdma/hfi1: Add page lock limit check for SDMA requestsMitko Haralanov1-109/+167
2015-11-16staging: rdma: hfi1 : Prefer using the BIT macroSunny Kumar1-5/+5
2015-11-16staging/rdma/hfi1: Remove file pointer macrosIra Weiny1-15/+19
2015-10-27staging/rdma/hfi1: Prevent silent data corruption with user SDMAMitko Haralanov1-38/+52
2015-10-13staging: rdma: hfi1: remove unnecessary out of memory messagesAlison Schofield1-20/+7
2015-10-13Staging: rdma: hfi1: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke1-2/+2
2015-09-15hfi1: drop null test before destroy functionsJulia Lawall1-2/+1
2015-08-29IB/hfi1: add driver filesMike Marciniszyn1-0/+1444