1. fbafd39 drivers: staging: vme: convert to octal notation for permission bits by Andrew Kanner · 8 years ago
  2. 65f5c3e staging: vme/devices: vme_user.c: fix: converted decimal permissions to octal by Ryan Swan · 8 years ago
  3. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  4. cbc3f10 staging: vme: use gpiochip data pointer by Linus Walleij · 8 years ago
  5. 148e45d staging: vme: fix bare use of 'unsigned' by Clifton Barnes · 8 years ago
  6. 0c56665 staging: vme: devices: Replace kzalloc with devm_kzalloc by Amitoj Kaur Chawla · 8 years ago
  7. 6e23ec4a drivers: staging: vme: Deleted casting to (void *) by Egor Uleyskiy · 8 years ago
  8. 59a04f1 drivers: staging: vme: Fixed checking NULL and 0 code style by Egor Uleyskiy · 8 years ago
  9. 48a4220 drivers: staging: vme: Deleted extra bracking by Egor Uleyskiy · 8 years ago
  10. 93a2866 drivers: staging: vme: Fixed the using of sizeof by Egor Uleyskiy · 8 years ago
  11. cad5636 drivers: staging: vme: Deleted extra empty lines by Egor Uleyskiy · 8 years ago
  12. 24e394b drivers: staging: vme: Fixed indention by Egor Uleyskiy · 8 years ago
  13. bda9e24 staging: vme: devices: add spaces around '-' by Junsu Shin · 9 years ago
  14. a8f401f staging: vme: devices: fix NULL comparison style by Junsu Shin · 9 years ago
  15. 6c37e74 staging: vme: devices: remove blank line after open brace by Junsu Shin · 9 years ago
  16. d5f0a90 staging: vme: devices: remove multiple blank lines by Junsu Shin · 9 years ago
  17. 44ae5443e Staging: vme: remove an unnecessary and wrong warning message by Navy Cheng · 9 years ago
  18. 32491f5 staging: vme_user: remove okcount variable by Dmitry Kalinkin · 9 years ago
  19. 18f8bee staging: vme_user: remove distracting comment by Dmitry Kalinkin · 9 years ago
  20. 457ab28 staging: vme_user: remove unused variable by Dmitry Kalinkin · 9 years ago
  21. 7c78e0c staging: vme_user: switch to returning -EFAULT on __copy_*_user errors by Dmitry Kalinkin · 9 years ago
  22. 8e4d138 staging: vme_user: allow large read()/write() by Dmitry Kalinkin · 9 years ago
  23. 1f0622d staging: vme_user: fix kmalloc style by Dmitry Kalinkin · 9 years ago
  24. f99b71b staging: vme_user: fix NULL comparison style by Dmitry Kalinkin · 9 years ago
  25. cd974d3 staging: vme_user: fix blank lines by Dmitry Kalinkin · 9 years ago
  26. 86eadac staging: vme_user: fix code alignment by Dmitry Kalinkin · 9 years ago
  27. 625a9e0 staging: vme_user: remove buf_unalloc helper by Dmitry Kalinkin · 9 years ago
  28. 0b029cb staging: vme_user: remove open/release by Dmitry Kalinkin · 9 years ago
  29. e4aea6a staging: vme_user: remove forward declarations by Dmitry Kalinkin · 9 years ago
  30. d884dd8 staging: vme_user: remove unused counters by Dmitry Kalinkin · 9 years ago
  31. 615c40d staging: vme_user: refactor llseek to switch(){} by Dmitry Kalinkin · 9 years ago
  32. c74a804 staging: vme: mmap() support for vme_user by Dmitry Kalinkin · 9 years ago
  33. 0cd189a staging: vme: use image mutex for ioctl() by Dmitry Kalinkin · 9 years ago
  34. 0b5c85e staging: Remove <linux/moduleparam.h> header. by Navya Sri Nizamkari · 9 years ago
  35. e31a0e6 Staging: vme: devices: Use kasprintf by Vaishali Thakkar · 10 years ago
  36. a7a4f87 staging: vme: devices: Added a paragraph to describe Kconfig symbol by Kumari Radha · 10 years ago
  37. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  38. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  39. 5948229 vme: don't open-code fixed_size_llseek() by Al Viro · 10 years ago
  40. fc489a5 Staging: vme: devices: Merges two lines of code and removes unused variable by Mahati Chamarthy · 10 years ago
  41. 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 10 years ago
  42. 1a3c883 staging: vme: remove redundant else condition by Fred Chou · 10 years ago
  43. e20487e staging: vme: removed useless breaks in vme_user.c by Tom Jorquera · 10 years ago
  44. fbeca3c staging: vme: Add missing CR in printk messages in vme_pio2_core.c by Masanari Iida · 10 years ago
  45. 115eed8 staging: vme: Add missing CR in error message by Masanari Iida · 10 years ago
  46. bb62686 staging: vme: Fix typo in vme_pio2_gpio.c by Masanari Iida · 10 years ago
  47. 3eb9992 Merge 3.15-rc2 into staging-next by Greg Kroah-Hartman · 10 years ago
  48. f1552cb staging: vme: Simplfy string usage in vme_user_probe() by Bojan Prtvar · 10 years ago
  49. 938acb99 staging: vme: Fix a small coding style issue in vme_user.c by Bojan Prtvar · 10 years ago
  50. 1a52489 staging: vme: fix memory leak in vme_user_probe() by Daeseok Youn · 10 years ago
  51. 7e4290c vme_user: Use __u64 and __u32 in userspace structs by Aaron Sierra · 10 years ago
  52. 89b1cc2 vme_user: Enable compat_ioctl for mixed environment by Aaron Sierra · 10 years ago
  53. 66a01f1 vme_user: Update API to work in mixed environments by Aaron Sierra · 10 years ago
  54. d7729f0 VME: Rename vme_slot_get to avoid confusion with reference counting by Martyn Welch · 11 years ago
  55. 978f47d VME: Provide access to VME bus enumeration and fix vme_user match function by Martyn Welch · 11 years ago
  56. 465ff28 staging: vme: fix error return code in vme_user_probe() by Wei Yongjun · 11 years ago
  57. f827c16 vme/devices: Fixed camel-case variable names by Lisa Nguyen · 11 years ago
  58. d4113a6 staging: vme: fix for a potential NULL pointer dereference by Kumar Amit Mehta · 11 years ago
  59. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  60. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  61. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  62. 17cb3be Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 11 years ago
  63. 2cc1dd9 staging: vme: Fix URL in Kconfig by Masanari Iida · 11 years ago
  64. 9349f8a staging: vme_pio2: fix oops on module unloading by Konstantin Khlebnikov · 11 years ago
  65. f21a824 staging: vme: remove use of __devexit by Bill Pemberton · 12 years ago
  66. d7e530d staging: vme: remove use of __devinit by Bill Pemberton · 12 years ago
  67. 3893075 staging: vme: remove use of __devexit_p by Bill Pemberton · 12 years ago
  68. 0093e5f staging/vme: Use dev_ or pr_ printks in devices/vme_user.c by YAMANE Toshiaki · 12 years ago
  69. 736f5d0 staging/vme: Use pr_ printks in vme_pio2_core.c by Toshiaki Yamane · 12 years ago
  70. 538a697 Staging: vme: Fix a white space issue by Toshiaki Yamane · 12 years ago
  71. 9560533 staging "vme" Fix typos. by Justin P. Mattock · 12 years ago
  72. be408d7 vme_user.c: remove duplicated include by Duan Jiong · 12 years ago
  73. a7f3943 Staging: vme: silence a Sparse warning by Dan Carpenter · 12 years ago
  74. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  75. db3b9e9 Staging: VME: move VME drivers out of staging by Greg Kroah-Hartman · 12 years ago
  76. 25958ce staging: vme: vme.c: fix minor coding style issues by Greg Kroah-Hartman · 12 years ago
  77. 51d7ff0 drivers: staging: vme: devices: Remove unneeded include version.h by Marcos Paulo de Souza · 12 years ago
  78. ac1a4f2 Staging: VME: Ensure TSI148 link list descriptors are written big endian by Martyn Welch · 12 years ago
  79. 3abc48a Staging: VME: Convert TSI148 to use dma_map_single by Martyn Welch · 12 years ago
  80. 73e2918 staging: Fix typo in multiple files by Masanari Iida · 12 years ago
  81. ecb3b80 Staging: vme: Replace semaphore by mutex. by Santosh Nayak · 12 years ago
  82. eaa004a staging/vme: Fix module parameters by Gerard Snitselaar · 12 years ago
  83. bf3a85b staging: vme: fix section mismatches in linux-next 20120314 by Gerard Snitselaar · 12 years ago
  84. 77974a3 staging: vme: code convention fix by Sam Hansen · 12 years ago
  85. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  86. 16772a4 Staging: VME: PIO2: Add GPIOLIB dependancy by Martyn Welch · 12 years ago
  87. 6af04b0 Staging: VME: Remove typedefs by Martyn Welch · 12 years ago
  88. c1fcc4c Staging: VME: PIO2: Correct irq reset by Martyn Welch · 12 years ago
  89. 9dc367b Driver for GE PIO2 VME Card by Martyn Welch · 13 years ago
  90. 8cdc081 staging: vme: fix comment for struct vme_dev by Manohar Vanga · 13 years ago
  91. 5b93c2a staging: vme: remove vme_add_bus() and vme_remove_bus() by Manohar Vanga · 13 years ago
  92. c26f611 staging: vme: fix comment in __vme_register_driver() by Manohar Vanga · 13 years ago
  93. 3fe0a87 Staging: VME: Update TODO file by Martyn Welch · 13 years ago
  94. b91a936 staging: vme: fix address cast warnings for 64 bit architectures by Manohar Vanga · 13 years ago
  95. 0a4b6b0 staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX by Manohar Vanga · 13 years ago
  96. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  97. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  98. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  99. f6c39d4 staging: vme: change static device array to pointers by Manohar Vanga · 13 years ago
  100. 733e3ef staging: vme: keep track of registered buses by Manohar Vanga · 13 years ago