summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorhba/visorhba_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-281-13/+1
|\
| * staging: unisys: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-13/+1
* | scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* drivers: visorbus: move driver out of stagingDavid Kershner2017-12-081-1/+1
* staging: unisys: Remove redundant license textGreg Kroah-Hartman2017-11-281-11/+0
* staging: unisys: add SPDX identifiers to all unisys driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: unisys: visorhba: clean up parenthesisDavid Kershner2017-09-281-4/+4
* staging: unisys: check the whole channel instead of just guid for matchSameer Wadgaonkar2017-09-281-1/+2
* staging: unisys: only include a file where it is used.David Kershner2017-09-281-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-071-72/+54
|\
| * scsi: visorhba: sanitze private device data allocationHannes Reinecke2017-08-251-70/+53
* | staging: unisys: visorhba: Adjust top comment formattingDavid Binder2017-08-221-1/+2
* | staging: unisys: include: iochannel needs to include skbuffDavid Kershner2017-08-221-1/+0
* | staging: unisys: include: fix improper use of dma_data_directionSteven Matthews2017-08-221-1/+25
* | staging: unisys: Switch to use new generic UUID APIAndy Shevchenko2017-08-221-3/+3
* | staging: unisys: visorhba: fix multi-line function definitionCharles Daniels2017-07-181-19/+17
* | staging: unisys: visorhba: viosrhba_main.c: Remove unnecessary checksDavid Binder2017-07-181-4/+1
* | staging: unisys: visorhba: visorhba_main.c: Adjust whitespace usageDavid Binder2017-07-181-7/+0
* | staging: unisys: visorhba: Fix up existing function commentsDavid Binder2017-07-161-155/+170
* | staging: unisys: visorhba: visorhba_main.c: fixed comment formatting issuesSameer Wadgaonkar2017-07-161-11/+22
|/
* staging: unisys: visorhba - octal permissionsDerek Robson2017-06-251-1/+1
* staging: unisys: include: renamed structure spar_io_channel_protocol in iocha...Sameer Wadgaonkar2017-05-251-4/+3
* staging: unisys: include: renamed #defines in channel.h to match driver names...Sameer Wadgaonkar2017-05-251-4/+4
* staging: unisys: Solve sparse warningMarcos Paulo de Souza2017-05-151-1/+1
* staging: unisys: visorhba: fix s-Par to boot with option CONFIG_VMAP_STACK se...Sameer Wadgaonkar2017-04-281-1/+7
* staging: unisys: visorhba: visorhba_main.c: Fix #define formattingDavid Binder2017-03-211-6/+6
* staging: unisys: visorhba: remove inline keywordSameer Wadgaonkar2017-03-211-2/+2
* staging: unisys: visorhba: visorhba_main.c: Remove kernel-doc commentsDavid Binder2017-03-061-32/+32
* staging: unisys: visorhba: Make miscellaneous comment correctionsDavid Binder2017-03-061-3/+4
* staging: unisys: visorhba: Remove unused MAX_BUF defineBryan Thompson2017-01-031-4/+0
* staging: unisys: visorbus: Convert visorchannel_signalinsert() return valDavid Binder2016-09-271-6/+6
* staging: unisys: visorbus: Convert visorchannel_signalremove() return valDavid Binder2016-09-271-3/+3
* staging: unisys: make MODULE_DESCRIPTIONs consistentJon Frisch2016-09-271-1/+1
* staging: unisys: visorhba: remove prototypes for visorhba_main.cDavid Kershner2016-09-211-29/+21
* staging: unisys: visorhba change -1 return valueErik Arfvidson2016-06-071-2/+2
* staging: unisys: visorhba: "Prefer 'unsigned int'" checkpatch warningsTim Sell2016-06-071-3/+3
* staging: unisys: visorhba: return 0 literalDavid Binder2016-06-071-1/+1
* staging: unisys: visorhba: visorhbas_open[] no longer used, so deletedTim Sell2016-06-071-11/+1
* staging: unisys: visorhba: simplify and enhance debugfs interfaceTim Sell2016-06-071-71/+65
* staging: unisys: visorhba: remove unused (and broken) logicTim Sell2016-06-071-74/+4
* staging: unisys: visorhba: correct scsi task mgmt completion handlingTim Sell2016-06-071-27/+111
* staging: unisys: visorhba: delete processing of vdiskmgmt commandsTim Sell2016-06-071-22/+0
* 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: visorhba: fail gracefully for thread creation failuresTim Sell2016-05-091-26/+28
* staging: unisys: visorhba: replace functionlike macro with functionAlexander Curtin2016-05-091-4/+22
* staging: unisys: Modify boolean assignmentJanani Ravichandran2016-02-111-1/+1
* staging: unisys: Remove parentheses around right hand side of assignmentJanani Ravichandran2016-02-111-2/+2
* Staging: unisys: fix potential format string leakKees Cook2016-02-071-1/+1