summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys
AgeCommit message (Expand)Author
2015-07-16staging: unisys: fix copyright statementsBenjamin Romer
2015-07-14staging: unisys: fix random hangs with network stress in visornicTim Sell
2015-07-14staging: unisys: Lock visorchannels associated with devicesDavid Kershner
2015-07-14staging: unisys: Reduce indentChristophe JAILLET
2015-07-14staging: unisys: Use kzalloc instead of kmalloc/memsetChristophe JAILLET
2015-07-14staging: unisys: fix random memory corruption in visorchannel_write()Tim Sell
2015-07-14staging: unisys: correctly NULL-terminate visorbus sysfs attribute arrayTim Sell
2015-07-14staging: unisys: Fix broken build when ARCH=umKen Cox
2015-07-14staging: unisys: Allow visorbus to autoloadDavid Kershner
2015-07-14staging: unisys: visornic: prevent erroneous kfree of devdata pointerTim Sell
2015-07-14staging: unisys: visornic: use preferred interface for setting netdev's parentTim Sell
2015-07-14staging: unisys: visornic: delay start of worker thread until netdev createdTim Sell
2015-07-14staging: unisys: visornic: don't destroy global workqueues until devs destroyedTim Sell
2015-07-14staging: unisys: visornic: correctly clean up device on removalTim Sell
2015-07-14staging: unisys: visornic: correct obvious double-allocation of workqueuesTim Sell
2015-07-14staging: unisys: add error messages to visornicTim Sell
2015-07-14staging: unisys: neglect to NULL rcvbuf pointerTim Sell
2015-07-14staging: unisys: prevent faults in visornic_pauseTim Sell
2015-07-14staging: unisys: visornic: correct visornic_pauseTim Sell
2015-07-14staging: unisys: prevent faults processing messagesTim Sell
2015-07-14staging: unisys: respond to msgs post device_createTim Sell
2015-06-16staging: unisys: visorchannel_write() fix potential memory corruptionJes Sorensen
2015-06-16staging: unisys: Add s-Par visornic ethernet driverDavid Kershner
2015-06-16staging: unisys: define structures outside of iochannelDavid Kershner
2015-06-16staging: unisys: Remove visorchannel stubDavid Kershner
2015-06-16staging: unisys: s-Par video channel includes EFI framebufferDavid Kershner
2015-06-13staging: unisys: fix "missing a blank line" coding styleAlessandro Parini
2015-06-13staging: unisys: fix braces coding styleAlessandro Parini
2015-06-13staging: unisys: cleanup iochannel includesDavid Kershner
2015-06-12staging: unisys: Don't hold device responses until driver loadsDavid Kershner
2015-06-12staging: unisys: convert pack pragma to __packedDavid Kershner
2015-06-12staging: unisys: Move phys_info to iochannel.hDavid Kershner
2015-06-12staging: unisys: Remove unneeded variableAbdul Hussain
2015-06-08staging: unisys: Add the bus device to the visor device list.David Kershner
2015-06-08staging: unisys: Fix clean up pathDon Zickus
2015-06-08staging: unisys: Fix double sysfs create for module versionDon Zickus
2015-06-08staging: unisys: Clean up diag_serverity enumDavid Kershner
2015-06-08staging: unisys: Remove unneeded fields in diagchannel.hDavid Kershner
2015-06-08staging: unisys: Update diag serverity enumDavid Kershner
2015-06-08staging: unisys: Removed unused entries from struct visor_channeltype_descriptorJes Sorensen
2015-06-08staging: unisys: Convert device creation to use visor_deviceDon Zickus
2015-06-08staging: unisys: Convert bus creation to use visor_deviceDon Zickus
2015-06-08staging: unisys: Do not use 0 as the default bus root device numberDon Zickus
2015-06-08staging: unisys: Remove server flagsDon Zickus
2015-06-08staging: unisys: Remove unused cruftDon Zickus
2015-06-08staging: unisys: Migrate bus from devdata to visor_deviceDon Zickus
2015-06-02staging: unisys: use schedule_timeout_interruptible()Nicholas Mc Guire
2015-06-02staging: unisys: Prepare vbus_hdr_info to be publicDon Zickus
2015-06-02staging: unisys: Convert pending_msg_hdr to a pointerDon Zickus
2015-06-02staging: unisys: Move channel creation up the stackDon Zickus