summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-2/+2
|\
| * mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-072-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-0717-204/+148Star
|\ \ | |/ |/|
| * IB/ipath: Remove fast registration from the codeSagi Grimberg2015-10-292-4/+0Star
| * IB/hfi1: Remove fast registration from the codeSagi Grimberg2015-10-294-102/+3Star
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-0816-118/+165
* | staging: rdma: ipath: Remove unneeded vairable.Muhammad Falak R Wani2015-10-291-2/+1Star
* | staging/rdma/hfi1: Update driver version string to 0.9-294Jubin John2015-10-271-1/+1
* | staging/rdma/hfi1: add additional rc tracesMike Marciniszyn2015-10-273-14/+42
* | staging/rdma/hfi1: Add unit # to verbs txreq cache nameJubin John2015-10-271-1/+6
* | staging/rdma/hfi1: Load SBus firmware once per ASICEaswar Hariharan2015-10-272-27/+14Star
* | staging/rdma/hfi1: Thread the receive interrupt.Dean Luick2015-10-274-46/+154
* | staging/rdma/hfi1: Add irqsaves in the packet processing pathDean Luick2015-10-276-22/+29
* | staging/rdma/hfi1: Increase SDMA descriptor queue sizeIgnacio Hernandez2015-10-271-1/+1
* | staging/rdma/hfi1: Allow tuning of SDMA interrupt rateMitko Haralanov2015-10-271-1/+9
* | staging/rdma/hfi1: Wrong cast breaks desired pointer arithmeticMitko Haralanov2015-10-271-3/+3
* | staging/rdma/hfi1: Prevent silent data corruption with user SDMAMitko Haralanov2015-10-271-38/+52
* | staging/rdma/hfi1: Fix port bounce issues with 0.22 DC firmwareEaswar Hariharan2015-10-271-0/+2
* | staging/rdma/hfi1: Add a schedule in send threadDean Luick2015-10-274-0/+24
* | staging/rdma/hfi1: Reset firmware instead of reloading SbusCaz Yokoyama2015-10-273-4/+14
* | staging/rdma/hfi1: close shared context security holeJareer Abdel-Qader2015-10-271-0/+1
* | staging/rdma/hfi1: Add coalescing support for SDMA TX descriptorsNiranjana Vishwanathapura2015-10-272-30/+168
* | staging/rdma/hfi1: Remove QSFP_ENABLED from HFI capability maskEaswar Hariharan2015-10-273-13/+5Star
* | staging/rdma/hfi1: Prevent host software lock upVennila Megavannan2015-10-272-6/+23
* | staging/rdma/hfi1: Extend the offline timeoutDean Luick2015-10-271-1/+1
* | staging/rdma/hfi1: Fix code to reset ASIC CSRs on FLREaswar Hariharan2015-10-272-20/+19Star
* | staging/rdma/hfi1: Fix regression in send performanceMike Marciniszyn2015-10-273-15/+15
* | staging: hfi1: sdma: Use setup_timerMuhammad Falak R Wani2015-10-271-4/+2Star
* | staging: hfi1: driver: Use setup_timerMuhammad Falak R Wani2015-10-271-3/+3
* | staging: rdma: amso1100: Drop unnecessary gotoAmitoj Kaur Chawla2015-10-251-3/+0Star
* | staging: rdma: hfi1: chip: Use setup_timerMuhammad Falak R Wani2015-10-251-6/+3Star
* | staging: ipath: ipath_init_chip: Use setup_timerMuhammad Falak R Wani2015-10-251-11/+7Star
* | staging: ipath: ipath_sdma: Use setup_timerMuhammad Falak R Wani2015-10-251-3/+3
* | staging: ipath: ipath_verbs: Use setup_timerMuhammad Falak R Wani2015-10-251-3/+2Star
* | staging: ipath: ipath_driver: Use setup_timerMuhammad Falak R Wani2015-10-251-4/+3Star
* | staging: IB/ipath: remove sched.h headerGeliang Tang2015-10-258-8/+0Star
* | staging: IB/ipath: use TASK_COMM_LEN in ipath_portdataGeliang Tang2015-10-251-1/+2
* | staging: rdma: Replace kmalloc with kmalloc_arrayCristina Moraru2015-10-252-3/+3
* | staging: IB/hfi1: use TASK_COMM_LEN in hfi1_ctxtdataGeliang Tang2015-10-181-1/+1
* | staging: rdma: amso1100: Prefer using BIT MacroAmitoj Kaur Chawla2015-10-171-3/+3
* | staging: rdma: hfi1: Prefer using BIT MacroAmitoj Kaur Chawla2015-10-171-1/+1
* | staging: rdma: hfi1: delete unneeded tabs in conditional statement blockAlison Schofield2015-10-171-14/+14
* | Staging: rdma: mad: Remove explicit castShivani Bhardwaj2015-10-171-4/+4
* | staging: rdma: ipath: ipath_eeprom: Remove useless intialisationAmitoj Kaur Chawla2015-10-171-1/+1
* | staging: rdma: ipath: ipath_init_chip: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-1/+1
* | staging: rdma: hfi1: diag: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-2/+2
* | staging: rdma: hfi1: sysfs: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-1/+1
* | Staging: rdma: amso1100: Remove unnecessary cast on void pointerShraddha Barke2015-10-173-5/+5
* | Staging: rdma: hfi1: Remove unnecessary cast on void pointerShraddha Barke2015-10-173-20/+20
* | staging: rdma: hfi1: remove unnecessary out of memory messagesAlison Schofield2015-10-134-36/+10Star