summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
Commit message (Expand)AuthorAgeFilesLines
* staging: unisys: fix copyright statementsBenjamin Romer2015-07-1612-59/+47
* staging: unisys: fix random hangs with network stress in visornicTim Sell2015-07-141-4/+6
* staging: unisys: Lock visorchannels associated with devicesDavid Kershner2015-07-141-4/+5
* staging: unisys: Reduce indentChristophe JAILLET2015-07-141-25/+24
* staging: unisys: Use kzalloc instead of kmalloc/memsetChristophe JAILLET2015-07-141-2/+1
* staging: unisys: fix random memory corruption in visorchannel_write()Tim Sell2015-07-141-1/+2
* staging: unisys: correctly NULL-terminate visorbus sysfs attribute arrayTim Sell2015-07-141-0/+1
* staging: unisys: Fix broken build when ARCH=umKen Cox2015-07-141-1/+1
* staging: unisys: Allow visorbus to autoloadDavid Kershner2015-07-141-0/+3
* staging: unisys: visornic: prevent erroneous kfree of devdata pointerTim Sell2015-07-141-14/+6
* staging: unisys: visornic: use preferred interface for setting netdev's parentTim Sell2015-07-141-1/+1
* staging: unisys: visornic: delay start of worker thread until netdev createdTim Sell2015-07-141-9/+6
* staging: unisys: visornic: don't destroy global workqueues until devs destroyedTim Sell2015-07-141-1/+2
* staging: unisys: visornic: correctly clean up device on removalTim Sell2015-07-141-2/+63
* staging: unisys: visornic: correct obvious double-allocation of workqueuesTim Sell2015-07-141-12/+0
* staging: unisys: add error messages to visornicTim Sell2015-07-141-11/+80
* staging: unisys: neglect to NULL rcvbuf pointerTim Sell2015-07-141-1/+1
* staging: unisys: prevent faults in visornic_pauseTim Sell2015-07-141-0/+1
* staging: unisys: visornic: correct visornic_pauseTim Sell2015-07-141-4/+10
* staging: unisys: prevent faults processing messagesTim Sell2015-07-141-1/+2
* staging: unisys: respond to msgs post device_createTim Sell2015-07-141-0/+1
* staging: unisys: visorchannel_write() fix potential memory corruptionJes Sorensen2015-06-161-1/+1
* staging: unisys: Add s-Par visornic ethernet driverDavid Kershner2015-06-165-0/+2167
* staging: unisys: define structures outside of iochannelDavid Kershner2015-06-161-11/+13
* staging: unisys: Remove visorchannel stubDavid Kershner2015-06-164-94/+0
* staging: unisys: s-Par video channel includes EFI framebufferDavid Kershner2015-06-161-7/+33
* staging: unisys: fix "missing a blank line" coding styleAlessandro Parini2015-06-131-0/+1
* staging: unisys: fix braces coding styleAlessandro Parini2015-06-131-2/+1
* staging: unisys: cleanup iochannel includesDavid Kershner2015-06-131-6/+0
* staging: unisys: Don't hold device responses until driver loadsDavid Kershner2015-06-121-21/+7
* staging: unisys: convert pack pragma to __packedDavid Kershner2015-06-121-27/+18
* staging: unisys: Move phys_info to iochannel.hDavid Kershner2015-06-122-12/+6
* staging: unisys: Remove unneeded variableAbdul Hussain2015-06-121-2/+1
* staging: unisys: Add the bus device to the visor device list.David Kershner2015-06-081-0/+1
* staging: unisys: Fix clean up pathDon Zickus2015-06-082-1/+7
* staging: unisys: Fix double sysfs create for module versionDon Zickus2015-06-081-5/+0
* staging: unisys: Clean up diag_serverity enumDavid Kershner2015-06-081-20/+12
* staging: unisys: Remove unneeded fields in diagchannel.hDavid Kershner2015-06-082-409/+2
* staging: unisys: Update diag serverity enumDavid Kershner2015-06-081-24/+10
* staging: unisys: Removed unused entries from struct visor_channeltype_descriptorJes Sorensen2015-06-081-2/+0
* staging: unisys: Convert device creation to use visor_deviceDon Zickus2015-06-084-280/+80
* staging: unisys: Convert bus creation to use visor_deviceDon Zickus2015-06-084-186/+77
* staging: unisys: Do not use 0 as the default bus root device numberDon Zickus2015-06-083-5/+7
* staging: unisys: Remove server flagsDon Zickus2015-06-083-66/+7
* staging: unisys: Remove unused cruftDon Zickus2015-06-082-84/+0
* staging: unisys: Migrate bus from devdata to visor_deviceDon Zickus2015-06-081-70/+57
* staging: unisys: use schedule_timeout_interruptible()Nicholas Mc Guire2015-06-021-2/+1
* staging: unisys: Prepare vbus_hdr_info to be publicDon Zickus2015-06-021-22/+30
* staging: unisys: Convert pending_msg_hdr to a pointerDon Zickus2015-06-022-71/+118
* staging: unisys: Move channel creation up the stackDon Zickus2015-06-023-95/+63
OpenPOWER on IntegriCloud