1. e4aea6a staging: vme_user: remove forward declarations by Dmitry Kalinkin · 9 years ago
  2. d884dd8 staging: vme_user: remove unused counters by Dmitry Kalinkin · 9 years ago
  3. 615c40d staging: vme_user: refactor llseek to switch(){} by Dmitry Kalinkin · 9 years ago
  4. c74a804 staging: vme: mmap() support for vme_user by Dmitry Kalinkin · 9 years ago
  5. 0cd189a staging: vme: use image mutex for ioctl() by Dmitry Kalinkin · 9 years ago
  6. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  7. 5948229 vme: don't open-code fixed_size_llseek() by Al Viro · 10 years ago
  8. fc489a5 Staging: vme: devices: Merges two lines of code and removes unused variable by Mahati Chamarthy · 10 years ago
  9. e20487e staging: vme: removed useless breaks in vme_user.c by Tom Jorquera · 10 years ago
  10. 3eb9992 Merge 3.15-rc2 into staging-next by Greg Kroah-Hartman · 10 years ago
  11. f1552cb staging: vme: Simplfy string usage in vme_user_probe() by Bojan Prtvar · 10 years ago
  12. 938acb99 staging: vme: Fix a small coding style issue in vme_user.c by Bojan Prtvar · 10 years ago
  13. 1a52489 staging: vme: fix memory leak in vme_user_probe() by Daeseok Youn · 10 years ago
  14. 89b1cc2 vme_user: Enable compat_ioctl for mixed environment by Aaron Sierra · 11 years ago
  15. d7729f0 VME: Rename vme_slot_get to avoid confusion with reference counting by Martyn Welch · 11 years ago
  16. 978f47d VME: Provide access to VME bus enumeration and fix vme_user match function by Martyn Welch · 11 years ago
  17. 465ff28 staging: vme: fix error return code in vme_user_probe() by Wei Yongjun · 11 years ago
  18. f827c16 vme/devices: Fixed camel-case variable names by Lisa Nguyen · 11 years ago
  19. d4113a6 staging: vme: fix for a potential NULL pointer dereference by Kumar Amit Mehta · 11 years ago
  20. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  22. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  23. f21a824 staging: vme: remove use of __devexit by Bill Pemberton · 12 years ago
  24. d7e530d staging: vme: remove use of __devinit by Bill Pemberton · 12 years ago
  25. 3893075 staging: vme: remove use of __devexit_p by Bill Pemberton · 12 years ago
  26. 0093e5f staging/vme: Use dev_ or pr_ printks in devices/vme_user.c by YAMANE Toshiaki · 12 years ago
  27. 538a697 Staging: vme: Fix a white space issue by Toshiaki Yamane · 12 years ago
  28. 9560533 staging "vme" Fix typos. by Justin P. Mattock · 12 years ago
  29. be408d7 vme_user.c: remove duplicated include by Duan Jiong · 12 years ago
  30. a7f3943 Staging: vme: silence a Sparse warning by Dan Carpenter · 12 years ago
  31. db3b9e9 Staging: VME: move VME drivers out of staging by Greg Kroah-Hartman · 12 years ago
  32. ecb3b80 Staging: vme: Replace semaphore by mutex. by Santosh Nayak · 12 years ago
  33. 0a4b6b0 staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX by Manohar Vanga · 13 years ago
  34. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  35. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  36. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  37. 34a6781 staging: vme_user: change kmalloc+memset to kzalloc by Manohar Vanga · 13 years ago
  38. dca2218 Staging: VME: Introduce IOCTL to generate VME interrupts. by Vincent Bossier · 13 years ago
  39. 05614fb Staging: VME: Make vme/ctl device available for IOCTL operations only. by Vincent Bossier · 13 years ago
  40. 584721c Staging VME: Fix remaining checkpatch.pl errors. by Vincent Bossier · 13 years ago
  41. b62c99b staging/vme_user: add missing calls to vme_master_free calls in .remove by Emilio G. Cota · 14 years ago
  42. 4740a08 staging/vme/vme_user: use __dev{init, exit} for .probe and .remove by Emilio G. Cota · 14 years ago
  43. 1daa38d staging/vme_user: fix usage of the slave resources after they've been freed by Emilio G. Cota · 14 years ago
  44. 1a85f20 staging: vme_user: mark user-space buffers with __user by Emilio G. Cota · 14 years ago
  45. 0a81a0f staging: vme_user: remove __iomem marking from kern_buf and derivates by Emilio G. Cota · 14 years ago
  46. c949231 staging: vme_user: use an unsigned int for counting the number of kparams by Emilio G. Cota · 14 years ago
  47. b9cc293 staging: vme_user: declare private variables as static by Emilio G. Cota · 14 years ago
  48. c0779fd staging: vme_user: remove unreachable line by Emilio G. Cota · 14 years ago
  49. 55db502 staging: vme_user: return the appropriate error code when module_init fails by Emilio G. Cota · 14 years ago
  50. 886953e staging: vme: style: convert '&(foo)' to '&foo' by Emilio G. Cota · 14 years ago
  51. 0f0800f staging: Bulk convert the semaphore mess by Thomas Gleixner · 14 years ago
  52. 8e2394a Staging: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  53. 45f9f01 Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues. by Nanakos Chrysostomos · 14 years ago
  54. b1f2ac0 Staging: push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  55. 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
  56. 33e920d Staging: vme: Allocate memory buffers for master windows by Arthur Benilov · 14 years ago
  57. 5188d74 Staging: vme: Use A24 when requesting slave resource by Arthur Benilov · 14 years ago
  58. 877de4b Staging: vme: llseek support in user driver by Arthur Benilov · 14 years ago
  59. 66bd8db Staging: vme: Renaming following split of GE Fanuc joint venture by Martyn Welch · 14 years ago
  60. 51616e2 Staging: vme: Correct vme_user error message typo by Martyn Welch · 15 years ago
  61. beb9ccc staging: vme: correct array overflow by Martyn Welch · 15 years ago
  62. 6884bb0 Staging: vme: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  63. 238add5 Staging: Update VME vme_user module by Martyn Welch · 15 years ago
  64. f00a86d Staging: vme: add VME userspace driver by Martyn Welch · 15 years ago