summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
AgeCommit message (Expand)AuthorFilesLines
2014-04-16Staging: unisys: use after free in list_for_each()Dan Carpenter2-6/+6
2014-04-16staging: unisys: use after free in error messagesDan Carpenter1-2/+2
2014-04-07Staging: unisys: mark drivers as BROKENGreg Kroah-Hartman1-1/+1
2014-04-07Staging: unisys: verify that a control channel existsSasha Levin1-0/+18
2014-04-07staging: unisys: Add missing close parentheses in filexfer.cMasanari Iida1-1/+1
2014-03-20staging: unisys: replace kzalloc/kfree with UISMALLOC/UISFREEDaeseok Youn3-105/+13
2014-03-19Staging: unisys: Remove RETINT macroKen Cox6-61/+68
2014-03-19Staging: unisys: Remove FAIL macroKen Cox4-65/+103
2014-03-19Staging: unisys: Remove RETVOID macroKen Cox4-13/+6
2014-03-19Staging: unisys: Remove RETPTR macroKen Cox8-39/+55
2014-03-19Staging: unisys: Remove RETBOOL macroKen Cox4-32/+32
2014-03-19Staging: unisys: Remove FAIL_WPOSTCODE_1 macroKen Cox2-24/+33
2014-03-19Staging: unisys: Cleanup macros to get rid of goto statementsKen Cox2-92/+18
2014-03-19Staging: unisys: include: Remove unused macros from timskmod.hKen Cox1-118/+0
2014-03-18staging: unisys: kmalloc/memset to kzalloc conversationSilvio F5-20/+9
2014-03-17Staging: unisys: visorutil: Clean up sparse warnings in visorutil codeKen Cox4-115/+11
2014-03-17Staging: unisys: visorchipset: Clean up sparse warnings in visorchipset code.Ken Cox3-8/+10
2014-03-17Staging: unisys: visorchannel: Clean up sparse warnings in visorchannel codeKen Cox2-137/+1
2014-03-17Staging: unisys: uislib: Cleanup sparse warnings in uislibKen Cox3-54/+22
2014-03-17Staging: unisys: Clean multiple sparse warningsKen Cox8-243/+209
2014-03-17Staging: unisys: channels: Cleanup sparse warningsKen Cox4-133/+49
2014-03-17staging: unisys: remove incorrect error handling after queue_delayed_workDaeseok Youn1-10/+4
2014-03-16Staging: unisys: Replace kmalloc/memset with kzallocAndreea-Cristina Bernat5-14/+11
2014-03-13staging: unisys: visorutil: Use kzalloc instead of kmalloc with memsetIulia Manda1-16/+8
2014-03-08Staging: unisys: Fix multiple variable length array declarationsKen Cox3-10/+39
2014-03-08staging: unisys: update MAINTAINERS and TODOBenjamin Romer1-1/+2
2014-03-08Staging: unisys: uislib: Fix locking in info_proc_read_helper()Ken Cox1-40/+55
2014-03-08Staging: unisys: virthba: Fix variable length arrayKen Cox1-1/+4
2014-03-08staging: unisys/uislib: kthread_create() returns an ERR_PTRDan Carpenter1-1/+1
2014-03-06Staging: unisys: virthba: Add dependency on SCSIKen Cox1-1/+1
2014-03-06staging: unisys: Give exported symbols unique namesKen Cox24-276/+308
2014-03-06staging: unisys: remove unreferenced utility functions.Ken Cox2-663/+1
2014-03-04staging: s-Par driver documentationKen Cox4-0/+293
2014-03-04staging: virthba driver to access shared SCSI hbaKen Cox6-0/+1872
2014-03-04staging: virtpci driverKen Cox6-0/+1884
2014-03-04staging: visoruislib driver used to handle requests from virtpciKen Cox9-1/+3195
2014-03-04staging: visorchannelstub driver to provide channel support routinesKen Cox7-0/+425
2014-03-04staging: visorchipset driver to provide registration and other servicesKen Cox33-0/+9062
2014-03-04staging: visorchannel moduleKen Cox12-0/+2035
2014-03-04staging: visorutil driver to provide common functionality to other s-Par driversKen Cox18-0/+3254