aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/unisys
AgeCommit message (Expand)AuthorFilesLines
2015-09-17staging: unisys: remove reference of visorutilGravatar Sudip Mukherjee 1-1/+0
2015-09-13staging: unisys: visornic: handle error return from device registrationGravatar Benjamin Romer 1-2/+3
2015-09-13staging: unisys: stop device registration before visorbus registrationGravatar Benjamin Romer 1-4/+7
2015-09-13staging: unisys: visorbus: Unregister driver on errorGravatar David Kershner 1-0/+2
2015-09-13staging: unisys: visornic: Fix receive bytes statisticsGravatar David Kershner 1-4/+4
2015-09-13staging: unisys: unregister netdev when create debugfs failsGravatar David Kershner 1-1/+4
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-15/+18
2015-08-14staging: unisys: make visorbus_dev_groups staticGravatar Michał Kępień 1-1/+1
2015-08-14drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS ...Gravatar Prarit Bhargava 1-0/+9
2015-08-14Staging: unisys: Remove useless cast on void pointerGravatar Shraddha Barke 1-1/+1
2015-08-14visorbus: switch from ioremap_cache to memremapGravatar Dan Williams 2-15/+18
2015-08-05staging: unisys: visornic: Convert to using napiGravatar Neil Horman 1-120/+82
2015-08-03staging: unisys: visorchannel: Add peek functionGravatar Neil Horman 2-0/+23
2015-07-31staging: unisys: visornic - consolidate+simplify xmit watermark checksGravatar Tim Sell 1-39/+75
2015-07-31staging: unisys: visornic: enable skb->len error-check, remove DEBUG blocksGravatar Tim Sell 1-23/+3
2015-07-31staging: unisys: visornic_resume needs to mirror _serverdown_completeGravatar Tim Sell 1-30/+26
2015-07-31staging: unisys: visornic - correctly reset flag prior to send_enbdis()Gravatar Tim Sell 1-0/+1
2015-07-31staging: unisys: visornic - prevent lock recursion after IO recoveryGravatar Tim Sell 1-2/+3
2015-07-31staging: unisys: avoid format string parsingGravatar Kees Cook 1-1/+1
2015-07-31drivers, staging, unisys Add modalias files to visorbus devicesGravatar Prarit Bhargava 1-3/+42
2015-07-31staging: unisys: add UUID strings to channel_guid.hGravatar Prarit Bhargava 1-0/+4
2015-07-31drivers, staging, unisys, cleanup channel_guid.hGravatar Prarit Bhargava 1-15/+5
2015-07-24staging: unisys: visornic - prevent NETDEV WATCHDOG timeouts after IO recoveryGravatar Tim Sell 1-0/+2
2015-07-24staging: unisys: visornic - check visorchannel_signalinsert/remove failuresGravatar Tim Sell 1-7/+14
2015-07-24staging: unisys: visornic - ensure proper net locking in tx reset logicGravatar Tim Sell 1-0/+9
2015-07-24staging: unisys: Process more than one response per checkGravatar David Kershner 1-81/+83
2015-07-22staging: unisys: remove bogus error checkingGravatar Neil Horman 1-12/+0
2015-07-22staging: unisys: remove visornic_ioctlGravatar Neil Horman 1-16/+0
2015-07-22staging: unisys: Remove trans_startGravatar Neil Horman 1-6/+0
2015-07-22staging: unisys: Fix improper use of NETDEV_TX_BUSYGravatar Neil Horman 1-6/+11
2015-07-22staging: unisys: Remove some extraneous start/stop queue operationsGravatar Neil Horman 1-8/+1
2015-07-22staging: unisys: Change enable/disable to wait foreverGravatar Neil Horman 1-7/+9
2015-07-22staging: unisys: Make serverdown synchronousGravatar Neil Horman 1-23/+2
2015-07-22staging: unisys: simplify visornic_serverdown_completeGravatar Neil Horman 1-28/+8
2015-07-22staging: unisys: Guard against task leakageGravatar Neil Horman 1-2/+7
2015-07-22staging: unisys: Clean up kthread usageGravatar Neil Horman 1-96/+86
2015-07-22staging: unisys: Linarize skbsGravatar Neil Horman 1-0/+16
2015-07-22staging: unisys: BUG halt on error in I/O channelGravatar Neil Horman 1-2/+10
2015-07-22staging: unisys: Check return code properly on visor_copy_fragsinfo_from_skbGravatar Neil Horman 1-1/+1
2015-07-22staging: unisys: Remove num_visornic_open arrayGravatar Neil Horman 1-187/+154
2015-07-16staging: unisys: fix copyright statementsGravatar Benjamin Romer 12-59/+47
2015-07-14staging: unisys: fix random hangs with network stress in visornicGravatar Tim Sell 1-4/+6
2015-07-14staging: unisys: Lock visorchannels associated with devicesGravatar David Kershner 1-4/+5
2015-07-14staging: unisys: Reduce indentGravatar Christophe JAILLET 1-25/+24
2015-07-14staging: unisys: Use kzalloc instead of kmalloc/memsetGravatar Christophe JAILLET 1-2/+1
2015-07-14staging: unisys: fix random memory corruption in visorchannel_write()Gravatar Tim Sell 1-1/+2
2015-07-14staging: unisys: correctly NULL-terminate visorbus sysfs attribute arrayGravatar Tim Sell 1-0/+1
2015-07-14staging: unisys: Fix broken build when ARCH=umGravatar Ken Cox 1-1/+1
2015-07-14staging: unisys: Allow visorbus to autoloadGravatar David Kershner 1-0/+3
2015-07-14staging: unisys: visornic: prevent erroneous kfree of devdata pointerGravatar Tim Sell 1-14/+6