aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25staging: unisys: better config switch commentsBenjamin Romer1-1/+6
2015-11-17staging: unisys: fix vbuschannel.h commentsErik Arfvidson1-4/+5
2015-11-17staging: unisys: controlvmcompletionstatus.h fix block commentsErik Arfvidson1-8/+16
2015-11-17staging: unisys: Fix periodic_work.c parenthesis alignmentErik Arfvidson1-5/+6
2015-11-17staging: unisys: Fix vmcallerinterface.h block commentsErik Arfvidson1-19/+15
2015-11-17staging: unisys: Fix visorchannel.c block commentsErik Arfvidson1-2/+2
2015-11-15staging: unisys: visorbus: visorbus_main.c: made checkpatch warning-freeGavin O'Leary1-5/+10
2015-10-16Staging: unisys: Remove unnecessary cast on void pointerShraddha Barke1-1/+1
2015-10-13staging: unisys: vmcallinterface.h: convert pragma to __packedDavid Kershner1-7/+1
2015-10-12staging: unisys: vmcallinterface.h: Cleanup unused fieldsDavid Kershner1-46/+0
2015-10-12staging: unisys: visorchannel.c remove unneeded parenthesisDavid Kershner1-1/+1
2015-10-12staging: unisys: visorchannel.c fix spacing around castDavid Kershner1-3/+3
2015-10-02staging: unisys: correctly handle return value from queue_delayed_work()Benjamin Romer1-4/+4
2015-09-17staging: unisys: remove reference of visorutilSudip Mukherjee1-1/+0
2015-09-13staging: unisys: stop device registration before visorbus registrationBenjamin Romer1-4/+7
2015-09-13staging: unisys: visorbus: Unregister driver on errorDavid Kershner1-0/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-15/+18
2015-08-14staging: unisys: make visorbus_dev_groups staticMichał Kępień1-1/+1
2015-08-14Staging: unisys: Remove useless cast on void pointerShraddha Barke1-1/+1
2015-08-14visorbus: switch from ioremap_cache to memremapDan Williams2-15/+18
2015-08-03staging: unisys: visorchannel: Add peek functionNeil Horman1-0/+21
2015-07-31drivers, staging, unisys Add modalias files to visorbus devicesPrarit Bhargava1-3/+42
2015-07-16staging: unisys: fix copyright statementsBenjamin Romer11-55/+44
2015-07-14staging: unisys: fix random hangs with network stress in visornicTim Sell1-4/+6
2015-07-14staging: unisys: Lock visorchannels associated with devicesDavid Kershner1-4/+5
2015-07-14staging: unisys: Reduce indentChristophe JAILLET1-25/+24
2015-07-14staging: unisys: Use kzalloc instead of kmalloc/memsetChristophe JAILLET1-2/+1
2015-07-14staging: unisys: fix random memory corruption in visorchannel_write()Tim Sell1-1/+2
2015-07-14staging: unisys: correctly NULL-terminate visorbus sysfs attribute arrayTim Sell1-0/+1
2015-07-14staging: unisys: Allow visorbus to autoloadDavid Kershner1-0/+3
2015-07-14staging: unisys: respond to msgs post device_createTim Sell1-0/+1
2015-06-16staging: unisys: visorchannel_write() fix potential memory corruptionJes Sorensen1-1/+1
2015-06-16staging: unisys: s-Par video channel includes EFI framebufferDavid Kershner1-7/+33
2015-06-13staging: unisys: fix "missing a blank line" coding styleAlessandro Parini1-0/+1
2015-06-13staging: unisys: fix braces coding styleAlessandro Parini1-2/+1
2015-06-12staging: unisys: Don't hold device responses until driver loadsDavid Kershner1-21/+7
2015-06-12staging: unisys: Move phys_info to iochannel.hDavid Kershner1-12/+0
2015-06-12staging: unisys: Remove unneeded variableAbdul Hussain1-2/+1
2015-06-08staging: unisys: Add the bus device to the visor device list.David Kershner1-0/+1
2015-06-08staging: unisys: Fix clean up pathDon Zickus2-1/+7
2015-06-08staging: unisys: Fix double sysfs create for module versionDon Zickus1-5/+0
2015-06-08staging: unisys: Remove unneeded fields in diagchannel.hDavid Kershner1-45/+0
2015-06-08staging: unisys: Convert device creation to use visor_deviceDon Zickus3-275/+77
2015-06-08staging: unisys: Convert bus creation to use visor_deviceDon Zickus3-186/+74
2015-06-08staging: unisys: Do not use 0 as the default bus root device numberDon Zickus2-3/+5
2015-06-08staging: unisys: Remove server flagsDon Zickus3-66/+7
2015-06-08staging: unisys: Remove unused cruftDon Zickus2-84/+0
2015-06-08staging: unisys: Migrate bus from devdata to visor_deviceDon Zickus1-70/+57
2015-06-02staging: unisys: use schedule_timeout_interruptible()Nicholas Mc Guire1-2/+1
2015-06-02staging: unisys: Prepare vbus_hdr_info to be publicDon Zickus1-22/+30