summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* IB/rdmavt: Add query gid stubDennis Dalessandro2016-03-111-0/+22
* IB/rdmavt: Add pkey query stubDennis Dalessandro2016-03-111-0/+21
* IB/rdmavt: Add query and modify port stubsDennis Dalessandro2016-03-111-0/+48
* IB/rdmavt: Add query and modify device stubsDennis Dalessandro2016-03-111-0/+31
* IB/rdmavt: Macroize override checks during driver registrationDennis Dalessandro2016-03-111-13/+9
* IB/rdmavt: Add ib core device attributes to rvt driver params listDennis Dalessandro2016-03-111-1/+1
* IB/rdmavt: Add protection domain to rdmavt.Dennis Dalessandro2016-03-115-1/+176
* IB/rdmavt: Consolidate dma ops in rdmavt.Dennis Dalessandro2016-03-115-1/+249
* IB/rdmavt: Create module framework and handle driver registrationDennis Dalessandro2016-03-117-0/+156
* staging/hfi1: check for ARMED->ACTIVE change in recv intJim Snow2016-03-115-2/+89
* staging/hfi1: Fix Xmit Wait calculationIra Weiny2016-03-111-13/+20
* staging/hfi1: Clean up commentsEdward Mascarenhas2016-03-115-6/+5
* staging/hfi1: Remove unneeded variable indexDean Luick2016-03-111-12/+7
* staging/hfi1: add per SDMA engine stats to hfistatsVennila Megavannan2016-03-116-15/+139
* staging/hfi1: Change default krcvqsjubin.john@intel.com2016-03-011-1/+1
* staging/hfi1: change krcvqs mod param from byte to uintMark F. Brown2016-03-012-3/+3
* staging/hfi1: Move s_sde to read mostly section of hfi1_qpHarish Chegondi2016-03-011-1/+1
* staging/hfi1: Use BIT macrojubin.john@intel.com2016-03-018-50/+50
* staging/hfi1: set Gen3 half-swing for integrated devicesDean Luick2016-03-012-4/+89
* staging/hfi1: add dd_dev_dbgIra Weiny2016-03-011-0/+4
* staging/hfi1: Enable TID caching featureMitko Haralanov2016-02-296-492/+131
* staging/hfi1: Add TID entry program function bodyMitko Haralanov2016-02-291-4/+259
* staging/hfi1: Add TID free/clear function bodiesMitko Haralanov2016-02-291-6/+85
* staging/hfi1: Add MMU notifier callback functionMitko Haralanov2016-02-291-2/+65
* staging/hfi1: Add TID cache receive init and free funcsMitko Haralanov2016-02-291-10/+144
* staging/hfi1: Convert lock to mutexMitko Haralanov2016-02-293-8/+8
* staging/hfi1: Add building blocks for TID cachingMitko Haralanov2016-02-291-0/+337
* staging/hfi1: TID group definitions and support funcsMitko Haralanov2016-02-291-0/+64
* staging/hfi1: Remove un-needed variableMitko Haralanov2016-02-291-7/+4
* staging/hfi1: Add definitions needed for TID cacheMitko Haralanov2016-02-291-0/+20
* uapi/hfi1_user: Add command and event for TID cachingMitko Haralanov2016-02-291-0/+1
* staging/hfi1: Add function stubs for TID cachingMitko Haralanov2016-02-295-1/+278
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-11/+7
|\
| * irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni2016-02-171-5/+6
| * irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar2016-02-111-6/+1
* | Merge tag 'staging-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-281-1/+1
|\ \
| * | drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BIN...Lisa Du2016-02-211-1/+1
* | | Merge tag 'usb-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-2818-70/+125
|\ \ \
| * \ \ Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2016-02-2413-63/+106
| |\ \ \
| | * | | usb: musb: fix DMA for host modeCristian Birsan2016-02-231-4/+2
| | * | | usb: phy: msm: Trigger USB state detection work in DRD modeIvan T. Ivanov2016-02-231-16/+4
| | * | | usb: gadget: net2280: fix endpoint max packet for super speed connectionsSimon Appleby2016-02-231-2/+13
| | * | | usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski2016-02-231-2/+5
| | * | | usb: gadget: remove driver from pending list on probe errorMarek Szyprowski2016-02-231-1/+2
| | * | | usb: musb: Fix DMA desired mode for Mentor DMA engineCristian Birsan2016-02-171-1/+1
| | * | | usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usageAndrzej Hajda2016-02-171-1/+1
| | * | | usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven2016-02-171-0/+1
| | * | | usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang2016-02-172-1/+9
| | * | | usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan2016-02-171-11/+10
| | * | | usb: dwc3: Fix assignment of EP transfer resourcesJohn Youn2016-02-173-24/+52