aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28IB/hfi1: Always turn on CDRs for low power QSFP modulesEaswar Hariharan1-1/+0
2016-04-28IB/rdmavt,hfi1,qib: Fix memory leakJubin John1-2/+2
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-69/+114
2016-03-17IB/hfi1: Add adaptive cacheless verbs copyDean Luick1-0/+6
2016-03-17IB/hfi1: Change QSFP functions to use resource reservationDean Luick1-1/+0
2016-03-17IB/hfi1: Add shared ASIC structureDean Luick1-0/+20
2016-03-11staging: rdma: hfi1: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla1-4/+4
2016-03-11staging: rdma: hfi1: Remove unnecessary kfreeAmitoj Kaur Chawla1-1/+0
2016-03-10staging/rdma/hfi1: Fix memory leaksJubin John1-0/+2
2016-03-10staging/rdma/hfi1: Fix debugfs access raceDean Luick1-3/+6
2016-03-10staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John1-1/+2
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John1-12/+12
2016-03-10staging/rdma/hfi1: Fix block commentsJubin John1-4/+8
2016-03-10staging/rdma/hfi1: Fix comparison to NULLJubin John1-2/+2
2016-03-10staging/rdma/hfi1: Remove multiple blank linesJubin John1-1/+0
2016-03-10staging/rdma/hfi1: Add qp to send context mapping for PIOJubin John1-0/+2
2016-03-10staging/rdma/hfi1: Fetch platform configuration data from EFI variableEaswar Hariharan1-0/+1
2016-03-10staging/rdma/hfi1: Implement LED beaconing for maintenanceEaswar Hariharan1-2/+4
2016-03-10staging/rdma/hfi1: Fix for module parameter rcvhdrcnt when it's 2097152Sebastian Sanchez1-0/+8
2016-03-10staging/rdma/hfi1: Change send_schedule counter to a per cpu counterVennila Megavannan1-0/+9
2016-03-10staging/rdma/hfi1: Verbs Mem affinity supportMitko Haralanov1-1/+2
2016-03-10staging/rdma/hfi1: Consolidate CPU/IRQ affinity supportMitko Haralanov1-6/+5
2016-03-10staging/rdma/hfi1: Remove unnecessary duplicated variableMitko Haralanov1-5/+0
2016-03-10staging/rdma/hfi1: Remove unused codeMitko Haralanov1-7/+0
2016-03-10staging/rdma/hfi1: Add support for enabling/disabling PCIe ASPMAshutosh Dixit1-0/+7
2016-03-10staging/rdma/hfi1: Correctly set RcvCtxtCtrl registerMitko Haralanov1-1/+1
2016-03-10staging/rdma/hfi1: Support external device configuration requests from 8051Easwar Hariharan1-0/+1
2016-03-10staging/rdma/hfi1: Add active and optical cable supportEaswar Hariharan1-7/+3
2016-03-10staging/rdma/hfi1: Use rdmavt device allocation functionDennis Dalessandro1-4/+7
2016-03-10staging/rdma/hfi1: Remove CQ data structures and functions from hfi1Dennis Dalessandro1-2/+0
2016-03-10staging/rdma/hfi1: Begin to use rdmavt for verbsDennis Dalessandro1-2/+3
2016-03-10staging/hfi1: check for ARMED->ACTIVE change in recv intJim Snow1-0/+1
2016-03-01staging/hfi1: change krcvqs mod param from byte to uintMark F. Brown1-2/+2
2016-03-01staging/hfi1: Use BIT macrojubin.john@intel.com1-1/+1
2016-02-29staging/hfi1: Enable TID caching featureMitko Haralanov1-3/+0
2016-02-29staging/hfi1: Convert lock to mutexMitko Haralanov1-1/+1
2015-12-21staging/rdma/hfi1: Fix module parameter spellingJubin John1-1/+1
2015-12-21staging/rdma/hfi1: Change num_rcv_contexts to num_user_contexts and its meaningSebastian Sanchez1-3/+3
2015-12-21staging/rdma/hfi1: Fix for module parameter hdrq_entsize when it's 0Sebastian Sanchez1-0/+1
2015-12-21staging/rdma/hfi1: Destroy workqueues if hfi1_register_ib_device() call returns errorHarish Chegondi1-1/+8
2015-12-21staging/rdma/hfi1: rework is_a0() and is_bx()Mike Marciniszyn1-1/+1
2015-11-19staging/rdma/hfi1: Handle packets with invalid RHF on context 0Niranjana Vishwanathapura1-1/+8
2015-11-19staging/rdma/hfi1: Workaround to prevent corruption during packet deliveryMark F. Brown1-0/+28
2015-11-19staging/rdma/hfi1: Use parallel workqueue for SDMA enginesMike Marciniszyn1-7/+6
2015-11-15staging/rdma/hfi1: Convert dd_dev_info() to hfi1_cdbg() in process startupSebastian Sanchez1-13/+18
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-10-27staging/rdma/hfi1: Add irqsaves in the packet processing pathDean Luick1-2/+3
2015-10-12staging: rdma: hfi1: remove unnecessary out of memory messagesAlison Schofield1-9/+2
2015-10-12Staging: rdma: hfi1: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke1-6/+8