summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+58
| * | | 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/+0
| * | | staging: unisys: visorchannel: correct variable misspellingDavid Binder2016-05-091-1/+1
| * | | staging: unisys: visorhba: replace functionlike macro with functionAlexander Curtin2016-05-092-46/+22
| * | | staging: dgnc: Need to check for NULL of chDaeseok Youn2016-05-091-1/+1
| * | | staging: dgnc: remove redundant condition checkDaeseok Youn2016-05-091-6/+0
| * | | staging: dgnc: fix 'line over 80 characters'Daeseok Youn2016-05-091-9/+11
| * | | staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn2016-05-091-11/+1
| * | | staging: lustre: lnet: enable configuration per NI interfaceAmir Shehata2016-05-091-0/+42
| * | | staging: lustre: o2iblnd: properly set ibr_whyAmir Shehata2016-05-091-1/+1
| * | | staging: lustre: o2iblnd: remove last of kiblnd_tunables_finiAmir Shehata2016-05-091-1/+0
| * | | staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata2016-05-094-73/+125
| * | | staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunablesAmir Shehata2016-05-093-34/+34
| * | | staging: lustre: o2iblnd: create default o2iblnd tunable settingsAmir Shehata2016-05-093-8/+20
| * | | staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata2016-05-094-35/+61
| * | | staging: lustre: lnet: add per NI configuration structuresAmir Shehata2016-05-093-1/+33
| * | | staging: lustre: lnet: use struct lnet_ioctl_config_data for NI queryAmir Shehata2016-05-092-46/+18
| * | | staging: lustre: lnet: use struct lnet_ioctl_config_data for NI bring upAmir Shehata2016-05-093-25/+24
| * | | staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin2016-05-093-55/+257
| * | | staging: lustre: o2iblnd: add IBLND_WID_MRDmitry Eremin2016-05-091-1/+2
| * | | staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin2016-05-092-7/+11
| * | | staging: lustre: o2iblnd: cache FMR key in kib_fmr_tDmitry Eremin2016-05-093-10/+14
| * | | staging: lustre: o2iblnd: break up kiblnd_create_fmr_poolDmitry Eremin2016-05-091-14/+41
| * | | staging: lustre: o2iblnd: create union to contain FMRDmitry Eremin2016-05-092-9/+13
| * | | staging: lustre: o2iblnd: Use list_for_each_entry_safe in kiblnd_destroy_fmr_...Dmitry Eremin2016-05-091-3/+2
| * | | staging: lustre: o2iblnd: rename kib_fmr_pool_tDmitry Eremin2016-05-091-11/+11
| * | | staging: lustre: lov: remove unused lov obd functionsJohn L. Hammond2016-05-095-67/+0
| * | | staging: lustre: fid: init FID client for OSP on MDT.wang di2016-05-091-2/+5
| * | | staging: lustre: ptlrpc: fix nrs cleanupNiu Yawei2016-05-091-1/+5
| * | | staging: lustre: debug: clean up console messagesAndreas Dilger2016-05-092-4/+2
| * | | staging: lustre: fid: packing ost_idx in IDIFFan Yong2016-05-092-41/+57
| * | | staging: lustre: mdt: extra checking for getattr RPC.wang di2016-05-092-3/+2
| * | | staging: lustre: lov: remove lov and lod stuff from obd.hJohn L. Hammond2016-05-094-80/+18
| * | | staging: lustre: osc: Allow lock to be canceled at ENQ timeAlexander Boyko2016-05-092-0/+4
| * | | staging: lustre: nfs: don't panic NFS server if MDS fails to find FIDBobi Jam2016-05-091-5/+8
| * | | Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman2016-05-098-108/+128
| |\ \ \
| * | | | staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn2016-05-031-5/+5
| * | | | staging: wilc1000: fix infoleak in wilc_wfi_cfgoperationsKangjie Lu2016-05-031-0/+1
| * | | | staging: comedi: mite: tidy up module init/exitH Hartley Sweeten2016-05-031-2/+1
| * | | | staging: comedi: mite: document the remaining exported functionsH Hartley Sweeten2016-05-032-4/+28
| * | | | staging: comedi: mite: move the mite dma arm/disarm/reset functionsH Hartley Sweeten2016-05-032-36/+45
| * | | | staging: comedi: mite: move mite_prep_dma()H Hartley Sweeten2016-05-032-86/+92
| * | | | staging: comedi: mite: tidy up mite dma channel request/releaseH Hartley Sweeten2016-05-032-67/+91
| * | | | staging: comedi: mite: move the mite ring functionsH Hartley Sweeten2016-05-032-132/+150
| * | | | staging: comedi: mite: tidy up kernel messages in mite_steup()H Hartley Sweeten2016-05-031-29/+21
| * | | | staging: comedi: mite: do mite_steup() as part of mite_attach()H Hartley Sweeten2016-05-035-110/+101
| * | | | staging: comedi: mite: document mite_alloc()/mite_detach()H Hartley Sweeten2016-05-035-37/+53
| * | | | staging: comedi: mite: use prefered form for passing a struct sizeH Hartley Sweeten2016-05-031-5/+6