aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/user_sdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-26IB/hfi1: Fix bug that blocks process on exit after port bounceJianxin Xiong1-1/+4
2016-05-26IB/hfi1: Fix an interval RB node reference count leakMitko Haralanov1-7/+6
2016-04-28IB/hfi1: Check P_KEY for all sent packets from user modeSebastian Sanchez1-0/+7
2016-04-28IB/hfi1: Fix buffer cache races which may cause corruptionMitko Haralanov1-14/+42
2016-04-28IB/hfi1: Extract and reinsert MMU RB node on lookupMitko Haralanov1-19/+14
2016-04-28IB/hfi1: Correctly compute node intervalMitko Haralanov1-1/+1
2016-04-28IB/hfi1: Fix memory leak in user ExpRcv and SDMAMitko Haralanov1-1/+2
2016-04-28IB/hfi1: Don't remove list entries if they are not in a listMitko Haralanov1-2/+4
2016-04-28IB/hfi1: Prevent unpinning of wrong pagesMitko Haralanov1-5/+8
2016-04-28IB/hfi1: Prevent NULL pointer deferences in caching codeMitko Haralanov1-8/+16
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-271/+350
2016-03-21IB/hfi1: Add SDMA cache eviction algorithmMitko Haralanov1-2/+59
2016-03-21IB/hfi1: Specify mm when releasing pagesMitko Haralanov1-6/+13
2016-03-21IB/hfi1: Implement SDMA-side buffer cachingMitko Haralanov1-101/+154
2016-03-11staging: rdma: hfi1: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla1-2/+1
2016-03-11staging: rdma: hfi1: user_sdma.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-10staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John1-2/+4
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John1-1/+1
2016-03-10staging/rdma/hfi1: Fix block commentsJubin John1-14/+28
2016-03-10staging/rdma/hfi1: Remove blank line before close braceJubin John1-2/+0
2016-03-10staging/rdma/hfi1: Remove space after castJubin John1-1/+1
2016-03-10staging/rdma/hfi1: Add spaces around binary operatorsJubin John1-1/+1
2016-03-10staging/rdma/hfi: fix CQ completion order issueMike Marciniszyn1-4/+3
2016-03-10staging/rdma/hfi1: Fix bug that could block the process on context exitMitko Haralanov1-1/+4
2016-03-10staging/rdma/hfi1: Improve performance of user SDMAMitko Haralanov1-36/+19
2016-03-10staging/rdma/hfi1: Properly determine error status of SDMA slotsMitko Haralanov1-4/+11
2016-03-10staging/rdma/hfi1: Improve performance of SDMA transfersMitko Haralanov1-167/+126
2016-02-22staging: rdma: hfi1: Remove header fileAmitoj Kaur Chawla1-1/+0
2016-02-20staging: rdma: hfi1: Use offset_in_page macroAmitoj Kaur Chawla1-2/+2
2016-02-14Staging: rdma: hfi1: Delete NULL check before vfreeBhumika Goyal1-2/+1
2015-12-21staging/rdma/hfi1: Detect SDMA transmission error earlyMitko Haralanov1-0/+6
2015-12-21staging/rdma/hfi1: Clean-up unnecessary goto statementsMitko Haralanov1-23/+14
2015-12-21staging/rdma/hfi1: Add page lock limit check for SDMA requestsMitko Haralanov1-109/+167
2015-11-15staging: rdma: hfi1 : Prefer using the BIT macroSunny Kumar1-5/+5
2015-11-15staging/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-12staging: rdma: hfi1: remove unnecessary out of memory messagesAlison Schofield1-20/+7
2015-10-12Staging: 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-28IB/hfi1: add driver filesMike Marciniszyn1-0/+1444