1. 1a52489 staging: vme: fix memory leak in vme_user_probe() by Daeseok Youn · 10 years ago
  2. 7e4290c vme_user: Use __u64 and __u32 in userspace structs by Aaron Sierra · 11 years ago
  3. 89b1cc2 vme_user: Enable compat_ioctl for mixed environment by Aaron Sierra · 11 years ago
  4. 66a01f1 vme_user: Update API to work in mixed environments by Aaron Sierra · 11 years ago
  5. d7729f0 VME: Rename vme_slot_get to avoid confusion with reference counting by Martyn Welch · 11 years ago
  6. 978f47d VME: Provide access to VME bus enumeration and fix vme_user match function by Martyn Welch · 11 years ago
  7. 465ff28 staging: vme: fix error return code in vme_user_probe() by Wei Yongjun · 11 years ago
  8. f827c16 vme/devices: Fixed camel-case variable names by Lisa Nguyen · 11 years ago
  9. d4113a6 staging: vme: fix for a potential NULL pointer dereference by Kumar Amit Mehta · 11 years ago
  10. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  11. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  12. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  13. 17cb3be Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  14. 2cc1dd9 staging: vme: Fix URL in Kconfig by Masanari Iida · 12 years ago
  15. 9349f8a staging: vme_pio2: fix oops on module unloading by Konstantin Khlebnikov · 12 years ago
  16. f21a824 staging: vme: remove use of __devexit by Bill Pemberton · 12 years ago
  17. d7e530d staging: vme: remove use of __devinit by Bill Pemberton · 12 years ago
  18. 3893075 staging: vme: remove use of __devexit_p by Bill Pemberton · 12 years ago
  19. 0093e5f staging/vme: Use dev_ or pr_ printks in devices/vme_user.c by YAMANE Toshiaki · 12 years ago
  20. 736f5d0 staging/vme: Use pr_ printks in vme_pio2_core.c by Toshiaki Yamane · 12 years ago
  21. 538a697 Staging: vme: Fix a white space issue by Toshiaki Yamane · 12 years ago
  22. 9560533 staging "vme" Fix typos. by Justin P. Mattock · 12 years ago
  23. be408d7 vme_user.c: remove duplicated include by Duan Jiong · 12 years ago
  24. a7f3943 Staging: vme: silence a Sparse warning by Dan Carpenter · 12 years ago
  25. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  26. db3b9e9 Staging: VME: move VME drivers out of staging by Greg Kroah-Hartman · 12 years ago
  27. 25958ce staging: vme: vme.c: fix minor coding style issues by Greg Kroah-Hartman · 12 years ago
  28. 51d7ff0 drivers: staging: vme: devices: Remove unneeded include version.h by Marcos Paulo de Souza · 12 years ago
  29. ac1a4f2 Staging: VME: Ensure TSI148 link list descriptors are written big endian by Martyn Welch · 12 years ago
  30. 3abc48a Staging: VME: Convert TSI148 to use dma_map_single by Martyn Welch · 12 years ago
  31. 73e2918 staging: Fix typo in multiple files by Masanari Iida · 12 years ago
  32. ecb3b80 Staging: vme: Replace semaphore by mutex. by Santosh Nayak · 12 years ago
  33. eaa004a staging/vme: Fix module parameters by Gerard Snitselaar · 12 years ago
  34. bf3a85b staging: vme: fix section mismatches in linux-next 20120314 by Gerard Snitselaar · 12 years ago
  35. 77974a3 staging: vme: code convention fix by Sam Hansen · 12 years ago
  36. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  37. 16772a4 Staging: VME: PIO2: Add GPIOLIB dependancy by Martyn Welch · 13 years ago
  38. 6af04b0 Staging: VME: Remove typedefs by Martyn Welch · 13 years ago
  39. c1fcc4c Staging: VME: PIO2: Correct irq reset by Martyn Welch · 13 years ago
  40. 9dc367b Driver for GE PIO2 VME Card by Martyn Welch · 13 years ago
  41. 8cdc081 staging: vme: fix comment for struct vme_dev by Manohar Vanga · 13 years ago
  42. 5b93c2a staging: vme: remove vme_add_bus() and vme_remove_bus() by Manohar Vanga · 13 years ago
  43. c26f611 staging: vme: fix comment in __vme_register_driver() by Manohar Vanga · 13 years ago
  44. 3fe0a87 Staging: VME: Update TODO file by Martyn Welch · 13 years ago
  45. b91a936 staging: vme: fix address cast warnings for 64 bit architectures by Manohar Vanga · 13 years ago
  46. 0a4b6b0 staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX by Manohar Vanga · 13 years ago
  47. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  48. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  49. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  50. f6c39d4 staging: vme: change static device array to pointers by Manohar Vanga · 13 years ago
  51. 733e3ef staging: vme: keep track of registered buses by Manohar Vanga · 13 years ago
  52. 7f58f02 staging: vme: make [alloc|free]_consistent bridge specific by Manohar Vanga · 13 years ago
  53. 34a6781 staging: vme_user: change kmalloc+memset to kzalloc by Manohar Vanga · 13 years ago
  54. dca2218 Staging: VME: Introduce IOCTL to generate VME interrupts. by Vincent Bossier · 13 years ago
  55. 54b4a77 Staging: VME: Fix ca91cx42 VME interrupt generation. by Vincent Bossier · 13 years ago
  56. 05614fb Staging: VME: Make vme/ctl device available for IOCTL operations only. by Vincent Bossier · 13 years ago
  57. 56fc508 Staging: VME: Fix Universe II int ack logic. by Vincent Bossier · 13 years ago
  58. 584721c Staging VME: Fix remaining checkpatch.pl errors. by Vincent Bossier · 13 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  60. 794a894 staging: vme: Remove NULL check before kfree by Ilia Mirkin · 13 years ago
  61. 5bfcf90 staging: vme: remove unreachable code by Manohar Vanga · 13 years ago
  62. b004646 staging: vme: remove unreachable code by Manohar Vanga · 13 years ago
  63. da1bbd1 staging: vme: fix loop condition by Manohar Vanga · 13 years ago
  64. 6012795 staging: vme: remove unreachable code by Manohar Vanga · 13 years ago
  65. 5f92acc8 Delete zero-length drivers/staging/vme/bridges/Module.symvers by Jeff Garzik · 13 years ago
  66. 270b64b Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLE by Namhyung Kim · 14 years ago
  67. 2cea0cf Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLE by Namhyung Kim · 14 years ago
  68. b62c99b staging/vme_user: add missing calls to vme_master_free calls in .remove by Emilio G. Cota · 14 years ago
  69. 4740a08 staging/vme/vme_user: use __dev{init, exit} for .probe and .remove by Emilio G. Cota · 14 years ago
  70. 1daa38d staging/vme_user: fix usage of the slave resources after they've been freed by Emilio G. Cota · 14 years ago
  71. e08e02f staging: vme: ca91cx42: mark the registers' base address pointer as __iomem by Emilio G. Cota · 14 years ago
  72. e20cbcf staging: vme: tsi148: mark the registers' base address pointer as __iomem by Emilio G. Cota · 14 years ago
  73. 0599726 staging: vme: mark struct vme_master_resource's base address pointer as __iomem by Emilio G. Cota · 14 years ago
  74. 1a85f20 staging: vme_user: mark user-space buffers with __user by Emilio G. Cota · 14 years ago
  75. 0a81a0f staging: vme_user: remove __iomem marking from kern_buf and derivates by Emilio G. Cota · 14 years ago
  76. c949231 staging: vme_user: use an unsigned int for counting the number of kparams by Emilio G. Cota · 14 years ago
  77. b9cc293 staging: vme_user: declare private variables as static by Emilio G. Cota · 14 years ago
  78. efbb979 staging: vme: ca91cx42: declare static functions as such by Emilio G. Cota · 14 years ago
  79. 5ade6c4 staging: vme: tsi148: declare static functions as such by Emilio G. Cota · 14 years ago
  80. 84295e0 staging: vme: tsi148: remove unreachable line by Emilio G. Cota · 14 years ago
  81. a82ad05 staging: vme: tsi148: fix warning in free_irq by Emilio G. Cota · 14 years ago
  82. b12ef0b staging: vme: tsi148: remove double freeing of the IRQ in .remove by Emilio G. Cota · 14 years ago
  83. b558ba2 staging: vme: tsi148: use list_for_each_safe when deleting resources in .remove by Emilio G. Cota · 14 years ago
  84. db6d8fc staging: vme: fix bogus clearing of the bus number in vme_free_bus_num by Emilio G. Cota · 14 years ago
  85. c0779fd staging: vme_user: remove unreachable line by Emilio G. Cota · 14 years ago
  86. 55db502 staging: vme_user: return the appropriate error code when module_init fails by Emilio G. Cota · 14 years ago
  87. 886953e staging: vme: style: convert '&(foo)' to '&foo' by Emilio G. Cota · 14 years ago
  88. 53059aa Staging: vme: Assure D16 cycle if required in master_read and master_write by Arthur Benilov · 14 years ago
  89. 0f0800f staging: Bulk convert the semaphore mess by Thomas Gleixner · 14 years ago
  90. 8e2394a Staging: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  91. feffce4 Staging: vme: vme_ca91cx42: remove casts from void* by Kulikov Vasiliy · 14 years ago
  92. c4d82fb Staging: vme: vme_tsi148: remove casts from void* by Kulikov Vasiliy · 14 years ago
  93. 7c0ace5 Staging: vme: bridges: Add missing unlocks by Julia Lawall · 14 years ago
  94. 45f9f01 Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues. by Nanakos Chrysostomos · 14 years ago
  95. 0aa3f13 staging: Use GFP_ATOMIC when a lock is held by Julia Lawall · 14 years ago
  96. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  97. 7a6cb0d Staging: Use kcalloc or kzalloc by Julia Lawall · 14 years ago
  98. 3241487 Staging: Drop memory allocation cast by Julia Lawall · 14 years ago
  99. b1a5fad4 Staging: vme: declare vme_calc_slot() as static by Bill Pemberton · 14 years ago
  100. 1fe923e Staging: vme: declare vme_bus_num_mtx static by Bill Pemberton · 14 years ago