summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-2867-63514/+0Star
|\
| * staging/rdma: Remove the entire rdma subdirectory of stagingDoug Ledford2016-05-264-29/+0Star
| * IB/hfi1: Move driver out of stagingDennis Dalessandro2016-05-2664-60978/+0Star
| * IB/hfi1: Do not free hfi1 cdev parent structure earlyDennis Dalessandro2016-05-265-6/+31
| * IB/hfi1: Add trace message in user IOCTL handlingDennis Dalessandro2016-05-263-0/+3
| * IB/hfi1: Remove write(), use ioctl() for user cmdsDennis Dalessandro2016-05-261-226/+0Star
| * IB/hfi1: Add ioctl() interface for user commandsDennis Dalessandro2016-05-262-1/+208
| * IB/hfi1: Remove unused user commandDennis Dalessandro2016-05-261-3/+0Star
| * IB/hfi1: Remove snoop/diag interfaceDennis Dalessandro2016-05-263-1934/+2Star
| * IB/hfi1: Remove EPROM functionality from data deviceDennis Dalessandro2016-05-262-392/+0Star
| * IB/hfi1: Remove UI char deviceDennis Dalessandro2016-05-261-167/+1Star
| * IB/hfi1: Remove multiple device cdevDennis Dalessandro2016-05-261-83/+19Star
| * IB/hfi1: Remove anti-pattern in cdev initDennis Dalessandro2016-05-261-7/+7
| * IB/hfi1: Fix bug that blocks process on exit after port bounceJianxin Xiong2016-05-261-1/+4
| * IB/hfi1: Remove unnecessary commentIra Weiny2016-05-261-3/+0Star
| * IB/hfi1: Fix sdma_event_names[] build warningJubin John2016-05-261-0/+2
| * IB/hfi1: Fix an interval RB node reference count leakMitko Haralanov2016-05-261-7/+6Star
| * staging/rdma/hfi1: use RCU_INIT_POINTER() when NULLing.Muhammad Falak R Wani2016-05-141-1/+1
| * IB/hfi1: Change hfi1_init loop to preserve error returnsAshutosh Dixit2016-05-141-3/+3
| * IB/hfi1: Keep SC_USER as the last send context typeJianxin Xiong2016-05-141-4/+4
| * IB/hfi1: Immediately apply congestion setting MADDean Luick2016-05-141-33/+60
| * IB/hfi1: Correct log message stringsJakub Pawlak2016-05-144-7/+6Star
| * IB/hfi1: Fix hfi_rcvhdr tracepointJubin John2016-05-141-1/+1
| * IB/hfi1: Remove unnecessary headerJubin John2016-05-142-2/+0Star
| * IB/hfi1: Improve performance of interval RB treesMitko Haralanov2016-05-141-11/+11
| * IB/hfi1: Fix potential panic with sdma drained mechanismMike Marciniszyn2016-05-141-1/+1
| * IB/hfi1: Fix pio wait counter double incrementMike Marciniszyn2016-05-141-1/+0Star
| * IB/hfi1: Remove no-op QSFP reset codeDean Luick2016-05-141-3/+0Star
| * IB/hfi1: Correct external device configuration shiftEaswar Hariharan2016-05-141-2/+2
| * IB/hfi1: Wait for QSFP modules to initializeEaswar Hariharan2016-05-143-7/+21
| * IB/hfi1: Ignore non-temperature warnings on a downed linkEaswar Hariharan2016-05-143-7/+13
* | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-282-6/+4Star
* | Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2016-05-241-18/+31
|\ \
| * | staging: mt29f_spinand: set ECC algorithm explicitlyRafał Miłecki2016-05-051-0/+1
| * | staging: mt29f_spinand: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-18/+30
* | | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-21525-24397/+16479Star
|\ \ \
| * | | Staging: emxx_udc: emxx_udc: fixed coding style issueShyam Saini2016-05-091-2/+2
| * | | staging/gdm724x: fix "alignment should match open parenthesis" issuesBruno Carvalho2016-05-092-3/+5
| * | | staging/gdm724x: Fix avoid CamelCaseBruno Carvalho2016-05-092-4/+4
| * | | staging: unisys: rename misleading var ii with fragErik Arfvidson2016-05-091-5/+5
| * | | staging: unisys: visorhba: switch success handling to error handlingDavid Binder2016-05-091-8/+9
| * | | staging: unisys: visorhba: main path needs to flow down the left marginTim Sell2016-05-091-8/+9
| * | | staging: unisys: visorinput: handle_locking_key() simplificationsTim Sell2016-05-091-11/+7Star
| * | | staging: unisys: visorhba: fail gracefully for thread creation failuresTim Sell2016-05-091-26/+28
| * | | staging: unisys: visornic: comment restructuring and removing bad dictionErik Arfvidson2016-05-091-94/+58Star
| * | | staging: unisys: fix format string %Lx to %llx for u64Erik Arfvidson2016-05-091-5/+5
| * | | staging: unisys: remove unused struct membersErik Arfvidson2016-05-091-6/+0Star
| * | | staging: unisys: visorchannel: correct variable misspellingDavid Binder2016-05-091-1/+1
| * | | staging: unisys: visorhba: replace functionlike macro with functionAlexander Curtin2016-05-092-46/+22Star
| * | | staging: dgnc: Need to check for NULL of chDaeseok Youn2016-05-091-1/+1