summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-082-15/+18
|\
| * visorbus: switch from ioremap_cache to memremapDan Williams2015-08-142-15/+18
* | staging: unisys: make visorbus_dev_groups staticMichał Kępień2015-08-151-1/+1
* | drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS ...Prarit Bhargava2015-08-151-0/+9
* | Staging: unisys: Remove useless cast on void pointerShraddha Barke2015-08-151-1/+1
* | staging: unisys: visornic: Convert to using napiNeil Horman2015-08-051-120/+82Star
* | staging: unisys: visorchannel: Add peek functionNeil Horman2015-08-042-0/+23
* | staging: unisys: visornic - consolidate+simplify xmit watermark checksTim Sell2015-08-011-39/+75
* | staging: unisys: visornic: enable skb->len error-check, remove DEBUG blocksTim Sell2015-08-011-23/+3Star
* | staging: unisys: visornic_resume needs to mirror _serverdown_completeTim Sell2015-08-011-30/+26Star
* | staging: unisys: visornic - correctly reset flag prior to send_enbdis()Tim Sell2015-08-011-0/+1
* | staging: unisys: visornic - prevent lock recursion after IO recoveryTim Sell2015-08-011-2/+3
* | staging: unisys: avoid format string parsingKees Cook2015-08-011-1/+1
* | drivers, staging, unisys Add modalias files to visorbus devicesPrarit Bhargava2015-08-011-3/+42
* | staging: unisys: add UUID strings to channel_guid.hPrarit Bhargava2015-08-011-0/+4
* | drivers, staging, unisys, cleanup channel_guid.hPrarit Bhargava2015-08-011-15/+5Star
* | staging: unisys: visornic - prevent NETDEV WATCHDOG timeouts after IO recoveryTim Sell2015-07-241-0/+2
* | staging: unisys: visornic - check visorchannel_signalinsert/remove failuresTim Sell2015-07-241-7/+14
* | staging: unisys: visornic - ensure proper net locking in tx reset logicTim Sell2015-07-241-0/+9
* | staging: unisys: Process more than one response per checkDavid Kershner2015-07-241-81/+83
* | staging: unisys: remove bogus error checkingNeil Horman2015-07-231-12/+0Star
* | staging: unisys: remove visornic_ioctlNeil Horman2015-07-231-16/+0Star
* | staging: unisys: Remove trans_startNeil Horman2015-07-231-6/+0Star
* | staging: unisys: Fix improper use of NETDEV_TX_BUSYNeil Horman2015-07-231-6/+11
* | staging: unisys: Remove some extraneous start/stop queue operationsNeil Horman2015-07-231-8/+1Star
* | staging: unisys: Change enable/disable to wait foreverNeil Horman2015-07-231-7/+9
* | staging: unisys: Make serverdown synchronousNeil Horman2015-07-231-23/+2Star
* | staging: unisys: simplify visornic_serverdown_completeNeil Horman2015-07-231-28/+8Star
* | staging: unisys: Guard against task leakageNeil Horman2015-07-231-2/+7
* | staging: unisys: Clean up kthread usageNeil Horman2015-07-231-96/+86Star
* | staging: unisys: Linarize skbsNeil Horman2015-07-231-0/+16
* | staging: unisys: BUG halt on error in I/O channelNeil Horman2015-07-231-2/+10
* | staging: unisys: Check return code properly on visor_copy_fragsinfo_from_skbNeil Horman2015-07-231-1/+1
* | staging: unisys: Remove num_visornic_open arrayNeil Horman2015-07-231-187/+154Star
* | staging: unisys: fix copyright statementsBenjamin Romer2015-07-1612-59/+47Star
* | staging: unisys: fix random hangs with network stress in visornicTim Sell2015-07-151-4/+6
* | staging: unisys: Lock visorchannels associated with devicesDavid Kershner2015-07-151-4/+5
* | staging: unisys: Reduce indentChristophe JAILLET2015-07-151-25/+24Star
* | staging: unisys: Use kzalloc instead of kmalloc/memsetChristophe JAILLET2015-07-151-2/+1Star
* | staging: unisys: fix random memory corruption in visorchannel_write()Tim Sell2015-07-151-1/+2
* | staging: unisys: correctly NULL-terminate visorbus sysfs attribute arrayTim Sell2015-07-151-0/+1
* | staging: unisys: Fix broken build when ARCH=umKen Cox2015-07-151-1/+1
* | staging: unisys: Allow visorbus to autoloadDavid Kershner2015-07-151-0/+3
* | staging: unisys: visornic: prevent erroneous kfree of devdata pointerTim Sell2015-07-151-14/+6Star
* | staging: unisys: visornic: use preferred interface for setting netdev's parentTim Sell2015-07-151-1/+1
* | staging: unisys: visornic: delay start of worker thread until netdev createdTim Sell2015-07-151-9/+6Star
* | staging: unisys: visornic: don't destroy global workqueues until devs destroyedTim Sell2015-07-151-1/+2
* | staging: unisys: visornic: correctly clean up device on removalTim Sell2015-07-151-2/+63
* | staging: unisys: visornic: correct obvious double-allocation of workqueuesTim Sell2015-07-151-12/+0Star
* | staging: unisys: add error messages to visornicTim Sell2015-07-151-11/+80