aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11staging: rdma: hfi1: file_ops: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla1-3/+2
2016-03-11staging: rdma: hfi1: driver: Replace IS_ALIGNED with PAGE_ALIGNEDAmitoj Kaur Chawla1-1/+1
2016-03-11staging: rdma: hfi1: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla2-6/+5
2016-03-11Staging: rdma: Use min macro instead of ternary operatorBhumika Goyal1-3/+3
2016-03-11staging: rdma: hfi1: user_sdma.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: rdma: hfi1: Remove unnecessary paranthesesBhaktipriya Shridhar1-5/+5
2016-03-11staging: rdma: hfi1: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-03-11staging: rdma: hfi1: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-11staging: rdma: hfi1: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla1-2/+0
2016-03-11staging: rdma: hfi1: Do not use | with a variable with value 0Janani Ravichandran1-1/+1
2016-03-11staging: rdma: hfi1: Compress return logicBhaktipriya Shridhar1-5/+1
2016-03-11staging: rdma: hfi1: Remove unnecessary kfreeAmitoj Kaur Chawla1-1/+0
2016-03-11staging: rdma: hfi1: Use setup_timerBhaktipriya Shridhar1-3/+1
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-20staging: rdma: hfi1: Use DIV_ROUND_UPAmitoj Kaur Chawla1-3/+3
2016-02-20staging: rdma: hfi1: Replace kmalloc and memcpy with kmemdupAmitoj Kaur Chawla1-2/+1
2016-02-14Staging: rdma: hfi1: Delete NULL check before vfreeBhumika Goyal1-2/+1
2016-02-09staging: rdma: Use kcalloc instead of kzallocJanani Ravichandran1-2/+1
2016-02-07staging/rdma/hfi1: Fix Xmit Wait calculationIra Weiny1-13/+20
2016-02-07staging/rdma/hfi1: Clean up commentsEdward Mascarenhas5-6/+5
2016-02-07staging: rdma: hfi1: diag: constify hfi1_filter_array structureJulia Lawall1-1/+1
2016-02-07staging/rdma/hfi1: add dd_dev_dbgIra Weiny1-0/+4
2016-02-07staging/rdma/hfi1: set Gen3 half-swing for integrated devicesDean Luick2-4/+89
2016-02-03staging/rdma: remove deprecated ipath driverDoug Ledford40-30434/+0
2016-02-03staging/rdma: remove deprecated ehca driverDoug Ledford34-13575/+0
2016-02-03staging/rdma: remove deprecated amso1100 driverDoug Ledford26-9057/+0
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-638/+61
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-1/+0
2015-12-23ehca: stop using struct ib_phys_bufChristoph Hellwig2-53/+46
2015-12-23amso1100: fold c2_reg_phys_mr into c2_get_dma_mrChristoph Hellwig1-57/+14
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig5-20/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig11-455/+1
2015-12-23IB: remove ib_query_mrChristoph Hellwig3-52/+0
2015-12-21staging/rdma/hfi1: Fix module parameter spellingJubin John1-1/+1
2015-12-21staging/rdma/hfi1: Remove incorrect link credit checkDean Luick1-2/+1
2015-12-21staging/rdma/hfi1: Change num_rcv_contexts to num_user_contexts and its meaningSebastian Sanchez3-10/+7
2015-12-21staging/rdma/hfi1: Fix for module parameter hdrq_entsize when it's 0Sebastian Sanchez1-0/+1
2015-12-21staging/rdma/hfi1: Fix a possible null pointer dereferenceEaswar Hariharan1-0/+2
2015-12-21staging/rdma/hfi1: HFI now sends OPA Traps instead of IBTAErik E. Kahn4-75/+79
2015-12-21staging/rdma/hfi1: add definitions for OPA trapsJubin John1-0/+114
2015-12-21Staging: rdma:Delete unnecessary NULL check before calling function "kmem_cache_destroy"Yash Shah6-14/+7
2015-12-21staging/rdma/hfi1: convert buffers allocated atomic to per cpuMike Marciniszyn3-8/+40
2015-12-21staging/rdma/hfi1: fix sdma build failures to always clean upMike Marciniszyn2-6/+11
2015-12-21staging/rdma/hfi1: fix pio progress routine race with allocatorMike Marciniszyn1-3/+6
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 Haralanov2-109/+169
2015-12-21staging/rdma/hfi1: Convert to use get_user_pages_fastMitko Haralanov3-77/+32