aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-02staging: unisys: Convert pending_msg_hdr to a pointerDon Zickus2-71/+118
2015-06-02staging: unisys: Move channel creation up the stackDon Zickus3-95/+63
2015-06-01staging: unisys: visorbus: add static declarationsDrew Fustini1-15/+10
2015-05-24staging: unisys: Convert device functions to pass dev_info pointer aroundDon Zickus3-88/+98
2015-05-24staging: unisys: Convert bus functions to pass bus_info pointer aroundDon Zickus3-52/+42
2015-05-24staging: unisys: Convert the device attributes to visor_deviceDon Zickus1-52/+28
2015-05-24staging: unisys: Remove unused intrDon Zickus2-2/+0
2015-05-24staging: unisys: Add checks for creationDon Zickus1-0/+3
2015-05-24staging: unisys: Add a function to set the clientpartitionDon Zickus1-0/+9
2015-05-24staging: unisys: Add visor device find routineDon Zickus1-0/+39
2015-05-24staging: unisys: Prep for removing 'info' structsDon Zickus3-10/+5
2015-05-24staging: unisys: Clean up device sysfs attributesDon Zickus1-157/+68
2015-05-24staging: unisys: Remove dead kobj structsDon Zickus1-32/+0
2015-05-24staging: unisys: Properly move version file into bus attrDon Zickus1-36/+30
2015-05-24staging: unisys: Move the visorbus device underneath devicesDon Zickus1-0/+1
2015-05-24staging: unisys: Wire up proper device attr for busDon Zickus1-211/+55