summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma
Commit message (Expand)AuthorAgeFilesLines
* staging/rdma/hfi1: select CRC32Markus Böhme2016-04-041-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-2268-10715/+11625
|\
| * IB/hfi1: Add SDMA cache eviction algorithmMitko Haralanov2016-03-212-2/+62
| * IB/hfi1: Switch to using the pin query functionMitko Haralanov2016-03-212-1/+8
| * IB/hfi1: Specify mm when releasing pagesMitko Haralanov2016-03-214-14/+22
| * IB/hfi1: Add pin query functionMitko Haralanov2016-03-212-6/+47
| * IB/hfi1: Implement SDMA-side buffer cachingMitko Haralanov2016-03-212-101/+155
| * IB/hfi1: Adjust last address values for intervalsMitko Haralanov2016-03-211-3/+3
| * IB/hfi1: Add filter callbackMitko Haralanov2016-03-212-5/+15
| * IB/hfi1: Remove compare callbackMitko Haralanov2016-03-213-17/+1Star
| * IB/hfi1: Add MMU tracingMitko Haralanov2016-03-213-0/+12
| * IB/hfi1: Use interval RB treesMitko Haralanov2016-03-212-75/+34Star
| * IB/hfi1: Notify remove MMU/RB callback of calling contextMitko Haralanov2016-03-213-10/+11
| * IB/hfi1: Remove the use of add/remove RB function pointersMitko Haralanov2016-03-212-13/+14
| * IB/hfi1: Allow remove MMU callbacks to free nodesMitko Haralanov2016-03-211-5/+7
| * IB/hfi1: Prevent NULL pointer dereferenceMitko Haralanov2016-03-211-0/+3
| * IB/hfi1: Allow MMU function execution in IRQ contextMitko Haralanov2016-03-211-15/+21
| * IB/hfi1: Re-factor MMU notification codeMitko Haralanov2016-03-216-259/+471
| * IB/hfi1: Enable adaptive pio by defaultMike Marciniszyn2016-03-171-1/+1
| * IB/hfi1: Fix adaptive pio packet corruptionMike Marciniszyn2016-03-171-6/+13
| * IB/hfi1: Fix panic in adaptive pioMike Marciniszyn2016-03-172-5/+3Star
| * IB/hfi1: Fix PIO wakeup timing holeMike Marciniszyn2016-03-171-5/+7
| * IB/hfi1: Fix ordering of trace for accuracyMike Marciniszyn2016-03-171-3/+6
| * IB/hfi1: Add unique trace point for pio and sdma sendMike Marciniszyn2016-03-173-6/+14
| * IB/hfi1: Fix issues with qp_stats printMike Marciniszyn2016-03-171-1/+1
| * IB/hfi1: Report pid in qp_stats to aid debugMike Marciniszyn2016-03-171-2/+3
| * IB/hfi1: Improve LED beaconingEaswar Hariharan2016-03-173-51/+38Star
| * IB/hfi1: Don't call cond_resched in atomic mode when sending packetsKaike Wan2016-03-171-2/+5
| * IB/hfi1: Add adaptive cacheless verbs copyDean Luick2016-03-173-2/+211
| * IB/hfi1: Handle host handshake timeoutJubin John2016-03-172-2/+4
| * IB/hfi1: Add ASIC flag view/clearDean Luick2016-03-171-0/+125
| * IB/hfi1: Hold i2c resource across debugfs open/closeDean Luick2016-03-171-21/+124
| * IB/hfi1: Reduce hardware mutex timeoutDean Luick2016-03-171-1/+1
| * IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flagDean Luick2016-03-172-13/+0Star
| * IB/hfi1: Change thermal init to use resource reservationDean Luick2016-03-171-1/+7
| * IB/hfi1: Change QSFP functions to use resource reservationDean Luick2016-03-178-56/+142
| * IB/hfi1: Change SBus handling to use resource reservationDean Luick2016-03-174-29/+42
| * IB/hfi1: Change EPROM handling to use resource reservationDean Luick2016-03-171-23/+13Star
| * IB/hfi1: Add ASIC resource reservation functionsDean Luick2016-03-173-0/+219
| * IB/hfi1: Add shared ASIC structureDean Luick2016-03-173-3/+54
| * IB/hfi1: Remove ASIC block clearDean Luick2016-03-172-88/+3Star
| * IB/hfi1: Replace kmalloc and memcpy with a kmemdupHarish Chegondi2016-03-171-2/+1Star
| * IB/hfi1: Move constant to the right in bitwise operationsHarish Chegondi2016-03-173-6/+6
| * IB/hfi1: Add the break statement that was removed in an earlier patchHarish Chegondi2016-03-171-0/+1
| * staging/rdma/hfi1: Fix memory leaksJubin John2016-03-113-2/+4
| * staging/rdma/hfi1: Fix reporting of LED status in Get(LedInfo) and Get(PortInfo)Easwar Hariharan2016-03-112-7/+30
| * staging/rdma/hfi1: Check interrupt registers mappingKaike Wan2016-03-111-0/+56
| * staging/rdma/hfi1: Avoid using upstream component if it is not accessibleKaike Wan2016-03-112-5/+36
| * staging/rdma/hfi1: Fix header size calculation for RC/UC QPs with GRH enabledJianxin Xiong2016-03-112-6/+6
| * staging/rdma/hfi1: Fix counter read for cpDean Luick2016-03-113-36/+11Star