summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* staging/hfi1: Remove unneeded variable indexDean Luick2016-03-111-12/+7Star
* 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/+131Star
* 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/+4Star
* 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 tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-073-3/+12
|\
| * Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-011-0/+1
| |\
| | * staging: iio: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-0/+1
| * | Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-011-2/+10
| |\ \
| | * | iio: ade7753: avoid uninitialized dataArnd Bergmann2016-01-301-2/+10
| * | | Staging: speakup: Fix allyesconfig build on mn10300Samuel Thibault2016-02-011-1/+1
* | | | staging/rdma: remove deprecated ipath driverDoug Ledford2016-02-0340-30434/+0Star
* | | | staging/rdma: remove deprecated ehca driverDoug Ledford2016-02-0334-13575/+0Star
* | | | staging/rdma: remove deprecated amso1100 driverDoug Ledford2016-02-0326-9057/+0Star
|/ / /
* | | Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-011-1/+4
|\ \ \
| * | | staging/speakup: Use tty_ldisc_ref() for paste kworkerPeter Hurley2016-01-271-1/+4
* | | | Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-013-28/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Staging: speakup: fix read scrolled-back VTSamuel Thibault2016-01-291-8/+13
| * | | Staging: speakup: Fix getting port informationSamuel Thibault2016-01-291-1/+12
| * | | Revert "Staging: panel: usleep_range is preferred over udelay"Sudip Mukherjee2016-01-291-19/+15Star
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-2415-658/+62Star
|\ \ \ \
| * | | | IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig2015-12-231-1/+0Star
| * | | | ehca: stop using struct ib_phys_bufChristoph Hellwig2015-12-232-53/+46Star
| * | | | amso1100: fold c2_reg_phys_mr into c2_get_dma_mrChristoph Hellwig2015-12-231-57/+14Star
| * | | | IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-235-20/+0Star
| * | | | IB: remove support for phys MRsChristoph Hellwig2015-12-2311-455/+1Star
| * | | | IB: remove ib_query_mrChristoph Hellwig2015-12-233-52/+0Star
| * | | | staging/o2iblnd: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-20/+1Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-2311-33/+31Star
|\ \ \ \ \
| * | | | | wrappers for ->i_mutex accessAl Viro2016-01-2310-31/+31
| * | | | | lustre: remove unused declarationAl Viro2016-01-221-2/+0Star
* | | | | | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-231-6/+2Star
|/ / / / /