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. 51d7ff0 drivers: staging: vme: devices: Remove unneeded include version.h by Marcos Paulo de Souza · 12 years ago
  28. 73e2918 staging: Fix typo in multiple files by Masanari Iida · 12 years ago
  29. ecb3b80 Staging: vme: Replace semaphore by mutex. by Santosh Nayak · 12 years ago
  30. eaa004a staging/vme: Fix module parameters by Gerard Snitselaar · 12 years ago
  31. bf3a85b staging: vme: fix section mismatches in linux-next 20120314 by Gerard Snitselaar · 12 years ago
  32. 16772a4 Staging: VME: PIO2: Add GPIOLIB dependancy by Martyn Welch · 13 years ago
  33. 6af04b0 Staging: VME: Remove typedefs by Martyn Welch · 13 years ago
  34. c1fcc4c Staging: VME: PIO2: Correct irq reset by Martyn Welch · 13 years ago
  35. 9dc367b Driver for GE PIO2 VME Card by Martyn Welch · 13 years ago
  36. 0a4b6b0 staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX by Manohar Vanga · 13 years ago
  37. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  38. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  39. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  40. 34a6781 staging: vme_user: change kmalloc+memset to kzalloc by Manohar Vanga · 13 years ago
  41. dca2218 Staging: VME: Introduce IOCTL to generate VME interrupts. by Vincent Bossier · 13 years ago
  42. 05614fb Staging: VME: Make vme/ctl device available for IOCTL operations only. by Vincent Bossier · 13 years ago
  43. 584721c Staging VME: Fix remaining checkpatch.pl errors. by Vincent Bossier · 13 years ago
  44. b62c99b staging/vme_user: add missing calls to vme_master_free calls in .remove by Emilio G. Cota · 14 years ago
  45. 4740a08 staging/vme/vme_user: use __dev{init, exit} for .probe and .remove by Emilio G. Cota · 14 years ago
  46. 1daa38d staging/vme_user: fix usage of the slave resources after they've been freed by Emilio G. Cota · 14 years ago
  47. 1a85f20 staging: vme_user: mark user-space buffers with __user by Emilio G. Cota · 14 years ago
  48. 0a81a0f staging: vme_user: remove __iomem marking from kern_buf and derivates by Emilio G. Cota · 14 years ago
  49. c949231 staging: vme_user: use an unsigned int for counting the number of kparams by Emilio G. Cota · 14 years ago
  50. b9cc293 staging: vme_user: declare private variables as static by Emilio G. Cota · 14 years ago
  51. c0779fd staging: vme_user: remove unreachable line by Emilio G. Cota · 14 years ago
  52. 55db502 staging: vme_user: return the appropriate error code when module_init fails by Emilio G. Cota · 14 years ago
  53. 886953e staging: vme: style: convert '&(foo)' to '&foo' by Emilio G. Cota · 14 years ago
  54. 0f0800f staging: Bulk convert the semaphore mess by Thomas Gleixner · 14 years ago
  55. 8e2394a Staging: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  56. 45f9f01 Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues. by Nanakos Chrysostomos · 14 years ago
  57. b1f2ac0 Staging: push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. 33e920d Staging: vme: Allocate memory buffers for master windows by Arthur Benilov · 14 years ago
  60. 5188d74 Staging: vme: Use A24 when requesting slave resource by Arthur Benilov · 14 years ago
  61. 877de4b Staging: vme: llseek support in user driver by Arthur Benilov · 14 years ago
  62. 66bd8db Staging: vme: Renaming following split of GE Fanuc joint venture by Martyn Welch · 14 years ago
  63. 51616e2 Staging: vme: Correct vme_user error message typo by Martyn Welch · 15 years ago
  64. beb9ccc staging: vme: correct array overflow by Martyn Welch · 15 years ago
  65. 6884bb0 Staging: vme: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  66. 238add5 Staging: Update VME vme_user module by Martyn Welch · 15 years ago
  67. f00a86d Staging: vme: add VME userspace driver by Martyn Welch · 15 years ago