1. 8a1cca3 staging: unisys: fix format string %Lx to %llx for u64 by Erik Arfvidson · 8 years ago
  2. 38d56c2 staging: unisys: added display string size define by Erik Arfvidson · 8 years ago
  3. 6493818 staging: unisys: remove wmb() in visordriver_remove_device by David Kershner · 8 years ago
  4. a22f57c staging: unisys: visorbus: replaced use of vague 'x' variable by Alexander Curtin · 8 years ago
  5. 8d7da1d staging: unisys: visorbus: replaced vague 'p' variable with 'pos' by Alexander Curtin · 8 years ago
  6. 62f3dc8 staging: unisys: visorbus: replaced vague variable name in zoneguid_show by Alexander Curtin · 8 years ago
  7. 48f5714 staging: unisys: visorbus: replaced vague variable name in typeguid_show by Alexander Curtin · 8 years ago
  8. 0b2acf3 staging: unisys: visorbus: rename create_visor_device gotos by David Kershner · 8 years ago
  9. 8e33f48 staging: unisys: visorbus: Remove gotos in visorbus_match by David Kershner · 8 years ago
  10. 78af1ae staging: unisys: visorbus: fix up gotos in visorbus_init by David Kershner · 8 years ago
  11. b750b05 staging: unisys: visorbus: remove unused sysfs attribute devmajorminor/* by Tim Sell · 8 years ago
  12. 4000622 staging: unisys: visorbus: Fix up visordriver_probe by David Kershner · 8 years ago
  13. 2cda64c staging: unisys: visorbus: Remove useless return variables by Bhaktipriya Shridhar · 8 years ago
  14. 8247bcb staging: unisys: visorbus: Remove unnecessary dev_set_drvdata() by Amitoj Kaur Chawla · 8 years ago
  15. 03b93f0 staging: unisys: clean up initiate_chipset_device_pause_resume() by Benjamin Romer · 8 years ago
  16. 7a9749b staging: unisys: remove pointless init of rc in chipset_device_create() by Benjamin Romer · 8 years ago
  17. c2c667d staging: unisys: get rid of goto in create_bus_instance() by Benjamin Romer · 8 years ago
  18. f99d330 staging: unisys: cleanup rc -1 in create_visor_device() by Benjamin Romer · 8 years ago
  19. f748f64 staging: unisys: remove goto in get_vbus_header_info by Benjamin Romer · 8 years ago
  20. a5cff2b staging: unisys: fix return value for visorbus pci probe by Benjamin Romer · 8 years ago
  21. 7005c16 staging: unisys: fix comments in visorbus_main.c by Erik Arfvidson · 8 years ago
  22. 4811789 staging: unisys: visorbus: visorbus_main.c: made checkpatch warning-free by Gavin O'Leary · 9 years ago
  23. 6155a3c staging: unisys: stop device registration before visorbus registration by Benjamin Romer · 9 years ago
  24. 418627d staging: unisys: visorbus: Unregister driver on error by David Kershner · 9 years ago
  25. cf7281c staging: unisys: make visorbus_dev_groups static by Michał Kępień · 9 years ago
  26. 0df4e3e Staging: unisys: Remove useless cast on void pointer by Shraddha Barke · 9 years ago
  27. 59fd2c8 drivers, staging, unisys Add modalias files to visorbus devices by Prarit Bhargava · 9 years ago
  28. 6f14cc1 staging: unisys: fix copyright statements by Benjamin Romer · 9 years ago
  29. 216c3e2 staging: unisys: Reduce indent by Christophe JAILLET · 9 years ago
  30. 0aa5ae1 staging: unisys: Use kzalloc instead of kmalloc/memset by Christophe JAILLET · 9 years ago
  31. fd012d0 staging: unisys: correctly NULL-terminate visorbus sysfs attribute array by Tim Sell · 9 years ago
  32. 86ea8ac staging: unisys: Don't hold device responses until driver loads by David Kershner · 9 years ago
  33. df7f46e staging: unisys: Remove unneeded variable by Abdul Hussain · 9 years ago
  34. 04dacac staging: unisys: Fix clean up path by Don Zickus · 9 years ago
  35. 75439a1 staging: unisys: Fix double sysfs create for module version by Don Zickus · 9 years ago
  36. a298bc0 staging: unisys: Convert device creation to use visor_device by Don Zickus · 9 years ago
  37. d32517e staging: unisys: Convert bus creation to use visor_device by Don Zickus · 9 years ago
  38. 65bd6e4 staging: unisys: Do not use 0 as the default bus root device number by Don Zickus · 9 years ago
  39. ee983d9 staging: unisys: Remove server flags by Don Zickus · 9 years ago
  40. 52c4cbd staging: unisys: Remove unused cruft by Don Zickus · 9 years ago
  41. 343506b staging: unisys: Migrate bus from devdata to visor_device by Don Zickus · 9 years ago
  42. 7726f81 staging: unisys: Prepare vbus_hdr_info to be public by Don Zickus · 9 years ago
  43. b32c499 staging: unisys: Move channel creation up the stack by Don Zickus · 9 years ago
  44. f6758e7 staging: unisys: visorbus: add static declarations by Drew Fustini · 9 years ago
  45. b4b598f staging: unisys: Convert device functions to pass dev_info pointer around by Don Zickus · 9 years ago
  46. 3032aed staging: unisys: Convert bus functions to pass bus_info pointer around by Don Zickus · 9 years ago
  47. 5ecbd5d staging: unisys: Convert the device attributes to visor_device by Don Zickus · 9 years ago
  48. 1fb3016 staging: unisys: Prep for removing 'info' structs by Don Zickus · 9 years ago
  49. 7957316 staging: unisys: Clean up device sysfs attributes by Don Zickus · 9 years ago
  50. 5ace402 staging: unisys: Remove dead kobj structs by Don Zickus · 9 years ago
  51. 68b04f1 staging: unisys: Properly move version file into bus attr by Don Zickus · 9 years ago
  52. f3aa5fe staging: unisys: Move the visorbus device underneath devices by Don Zickus · 9 years ago
  53. d181dd0 staging: unisys: Wire up proper device attr for bus by Don Zickus · 9 years ago
  54. 03274d3 staging: unisys: Embed struct device for easier handling of attr by Don Zickus · 9 years ago
  55. 0f41c72 staging: unisys: Include missing headers by Jes Sorensen · 9 years ago
  56. df94247 staging: unisys: visorchannel: Make visorchannel_create take a gfp_t by Jes Sorensen · 9 years ago
  57. c0a1464 staging: unisys: remove timskmod.h and procobjecttree.h by Erik Arfvidson · 9 years ago
  58. d5b3f1d staging: unisys: move timskmod.h functionality by Erik Arfvidson · 9 years ago
  59. 55c67dc staging: unisys: add acpi pnp driver by Prarit Bhargava · 9 years ago
  60. 779d075 staging: unisys: remove BOOL,TRUE,FALSE definitions by Prarit Bhargava · 9 years ago
  61. 3307825 staging: unisys: get rid of serialloopbacktest by David Kershner · 9 years ago
  62. 4da3336 staging: unisys: remove server crust from visorchipset. by David Kershner · 9 years ago
  63. c79b28f staging: unisys: move visorchipset files to visorbus by Prarit Bhargava · 9 years ago
  64. 4616881 staging: unisys: move parser.[ch] functionality into visorchipset by Erik Arfvidson · 9 years ago
  65. 4b78000 staging: unisys: remove visorbus_private.h by Prarit Bhargava · 9 years ago
  66. 32710457 staging: unisys: unify devmajorminor attributes into visorbus_main.c by Prarit Bhargava · 9 years ago
  67. 826b6a0 staging: unisys: unify channel attributes into visorbus_main.c by Prarit Bhargava · 9 years ago
  68. a9a7c76 staging: unisys: unify businst attributes into visorbus_main.c by Prarit Bhargava · 9 years ago
  69. 3703987 staging: unisys: add visorbus driver by Erik Arfvidson · 9 years ago