1. eaa004a staging/vme: Fix module parameters by Gerard Snitselaar · 12 years ago
  2. bf3a85b staging: vme: fix section mismatches in linux-next 20120314 by Gerard Snitselaar · 12 years ago
  3. 77974a3 staging: vme: code convention fix by Sam Hansen · 13 years ago
  4. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  5. 16772a4 Staging: VME: PIO2: Add GPIOLIB dependancy by Martyn Welch · 13 years ago
  6. 6af04b0 Staging: VME: Remove typedefs by Martyn Welch · 13 years ago
  7. c1fcc4c Staging: VME: PIO2: Correct irq reset by Martyn Welch · 13 years ago
  8. 9dc367b Driver for GE PIO2 VME Card by Martyn Welch · 13 years ago
  9. 8cdc081 staging: vme: fix comment for struct vme_dev by Manohar Vanga · 13 years ago
  10. 5b93c2a staging: vme: remove vme_add_bus() and vme_remove_bus() by Manohar Vanga · 13 years ago
  11. c26f611 staging: vme: fix comment in __vme_register_driver() by Manohar Vanga · 13 years ago
  12. 3fe0a87 Staging: VME: Update TODO file by Martyn Welch · 13 years ago
  13. b91a936 staging: vme: fix address cast warnings for 64 bit architectures by Manohar Vanga · 13 years ago
  14. 0a4b6b0 staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX by Manohar Vanga · 13 years ago
  15. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  16. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  17. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  18. f6c39d4 staging: vme: change static device array to pointers by Manohar Vanga · 13 years ago
  19. 733e3ef staging: vme: keep track of registered buses by Manohar Vanga · 13 years ago
  20. 7f58f02 staging: vme: make [alloc|free]_consistent bridge specific by Manohar Vanga · 13 years ago
  21. 34a6781 staging: vme_user: change kmalloc+memset to kzalloc by Manohar Vanga · 13 years ago
  22. dca2218 Staging: VME: Introduce IOCTL to generate VME interrupts. by Vincent Bossier · 13 years ago
  23. 54b4a77 Staging: VME: Fix ca91cx42 VME interrupt generation. by Vincent Bossier · 13 years ago
  24. 05614fb Staging: VME: Make vme/ctl device available for IOCTL operations only. by Vincent Bossier · 13 years ago
  25. 56fc508 Staging: VME: Fix Universe II int ack logic. by Vincent Bossier · 13 years ago
  26. 584721c Staging VME: Fix remaining checkpatch.pl errors. by Vincent Bossier · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 794a894 staging: vme: Remove NULL check before kfree by Ilia Mirkin · 13 years ago
  29. 5bfcf90 staging: vme: remove unreachable code by Manohar Vanga · 13 years ago
  30. b004646 staging: vme: remove unreachable code by Manohar Vanga · 13 years ago
  31. da1bbd1 staging: vme: fix loop condition by Manohar Vanga · 13 years ago
  32. 6012795 staging: vme: remove unreachable code by Manohar Vanga · 13 years ago
  33. 5f92acc8 Delete zero-length drivers/staging/vme/bridges/Module.symvers by Jeff Garzik · 14 years ago
  34. 270b64b Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLE by Namhyung Kim · 14 years ago
  35. 2cea0cf Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLE by Namhyung Kim · 14 years ago
  36. b62c99b staging/vme_user: add missing calls to vme_master_free calls in .remove by Emilio G. Cota · 14 years ago
  37. 4740a08 staging/vme/vme_user: use __dev{init, exit} for .probe and .remove by Emilio G. Cota · 14 years ago
  38. 1daa38d staging/vme_user: fix usage of the slave resources after they've been freed by Emilio G. Cota · 14 years ago
  39. e08e02f staging: vme: ca91cx42: mark the registers' base address pointer as __iomem by Emilio G. Cota · 14 years ago
  40. e20cbcf staging: vme: tsi148: mark the registers' base address pointer as __iomem by Emilio G. Cota · 14 years ago
  41. 0599726 staging: vme: mark struct vme_master_resource's base address pointer as __iomem by Emilio G. Cota · 14 years ago
  42. 1a85f20 staging: vme_user: mark user-space buffers with __user by Emilio G. Cota · 14 years ago
  43. 0a81a0f staging: vme_user: remove __iomem marking from kern_buf and derivates by Emilio G. Cota · 14 years ago
  44. c949231 staging: vme_user: use an unsigned int for counting the number of kparams by Emilio G. Cota · 14 years ago
  45. b9cc293 staging: vme_user: declare private variables as static by Emilio G. Cota · 14 years ago
  46. efbb979 staging: vme: ca91cx42: declare static functions as such by Emilio G. Cota · 14 years ago
  47. 5ade6c4 staging: vme: tsi148: declare static functions as such by Emilio G. Cota · 14 years ago
  48. 84295e0 staging: vme: tsi148: remove unreachable line by Emilio G. Cota · 14 years ago
  49. a82ad05 staging: vme: tsi148: fix warning in free_irq by Emilio G. Cota · 14 years ago
  50. b12ef0b staging: vme: tsi148: remove double freeing of the IRQ in .remove by Emilio G. Cota · 14 years ago
  51. b558ba2 staging: vme: tsi148: use list_for_each_safe when deleting resources in .remove by Emilio G. Cota · 14 years ago
  52. db6d8fc staging: vme: fix bogus clearing of the bus number in vme_free_bus_num by Emilio G. Cota · 14 years ago
  53. c0779fd staging: vme_user: remove unreachable line by Emilio G. Cota · 14 years ago
  54. 55db502 staging: vme_user: return the appropriate error code when module_init fails by Emilio G. Cota · 14 years ago
  55. 886953e staging: vme: style: convert '&(foo)' to '&foo' by Emilio G. Cota · 14 years ago
  56. 53059aa Staging: vme: Assure D16 cycle if required in master_read and master_write by Arthur Benilov · 14 years ago
  57. 0f0800f staging: Bulk convert the semaphore mess by Thomas Gleixner · 14 years ago
  58. 8e2394a Staging: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  59. feffce4 Staging: vme: vme_ca91cx42: remove casts from void* by Kulikov Vasiliy · 14 years ago
  60. c4d82fb Staging: vme: vme_tsi148: remove casts from void* by Kulikov Vasiliy · 14 years ago
  61. 7c0ace5 Staging: vme: bridges: Add missing unlocks by Julia Lawall · 14 years ago
  62. 45f9f01 Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues. by Nanakos Chrysostomos · 14 years ago
  63. 0aa3f13 staging: Use GFP_ATOMIC when a lock is held by Julia Lawall · 14 years ago
  64. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  65. 7a6cb0d Staging: Use kcalloc or kzalloc by Julia Lawall · 14 years ago
  66. 3241487 Staging: Drop memory allocation cast by Julia Lawall · 14 years ago
  67. b1a5fad Staging: vme: declare vme_calc_slot() as static by Bill Pemberton · 14 years ago
  68. 1fe923e Staging: vme: declare vme_bus_num_mtx static by Bill Pemberton · 14 years ago
  69. 7946328 Staging: vme: Correct checkpatch errors by Martyn Welch · 14 years ago
  70. 48d9356 Staging: vme: Use dev_err rather than printk by Martyn Welch · 14 years ago
  71. b1f2ac0 Staging: push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  72. 773cde9 Staging: remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  73. 4839737 Staging: vme: Re-introduce necessary brackets by Martyn Welch · 14 years ago
  74. 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
  75. 3c2aabc Staging: vme: VMIVME-7805 board support by Arthur Benilov · 15 years ago
  76. 33e920d Staging: vme: Allocate memory buffers for master windows by Arthur Benilov · 15 years ago
  77. 5188d74 Staging: vme: Use A24 when requesting slave resource by Arthur Benilov · 15 years ago
  78. 877de4b Staging: vme: llseek support in user driver by Arthur Benilov · 15 years ago
  79. bb9ea89 Staging: vme: Remove legacy unsupported code by Martyn Welch · 15 years ago
  80. 25331ba Staging: vme: ca91cx42 slot detection by Martyn Welch · 15 years ago
  81. 04e10e1 Staging: vme: Add ca91cx42 rmw support by Martyn Welch · 15 years ago
  82. 21e0cf6 Staging: vme: Correct ca91cx42 resource handling by Martyn Welch · 15 years ago
  83. 4860ab7 Staging: vme: add ca91cx42 dma support by Martyn Welch · 15 years ago
  84. 2b82beb Staging: vme: Add location monitor support for ca91cx42 by Martyn Welch · 15 years ago
  85. 8fafb47 Staging: vme: Make vme_master_resource naming bus neutral by Martyn Welch · 15 years ago
  86. 29848ac Staging: vme: Enable drivers to handle more than one bridge by Martyn Welch · 15 years ago
  87. 4f723df Staging: vme: Attribute Testing For Dma Request by Martyn Welch · 15 years ago
  88. 66bd8db Staging: vme: Renaming following split of GE Fanuc joint venture by Martyn Welch · 15 years ago
  89. 362f46e Staging: vme/tsi148: Depend on VIRT_TO_BUS by Jeff Mahoney · 15 years ago
  90. 13ac58d staging: make PCI device id constant by Németh Márton · 15 years ago
  91. 42d4eff Staging: vme: Allow drivers to co-exist by Martyn Welch · 15 years ago
  92. 3cb1b8a Staging: vme: Remove old structures for implemented features by Martyn Welch · 15 years ago
  93. ead1f3e Staging: vme: Fix checkpatch errors on VME core. by Martyn Welch · 15 years ago
  94. 12b2d5c Staging: vme: Allow override of geographical address on ca91c142 by Martyn Welch · 15 years ago
  95. 638f199 Staging: vme: Allow override of geographical address on tsi148 by Martyn Welch · 15 years ago
  96. 51616e2 Staging: vme: Correct vme_user error message typo by Martyn Welch · 15 years ago
  97. a5c330f staging: vme: Fix mutex locking by Martyn Welch · 15 years ago
  98. 58e5079 Staging: vme: Rename VME DMA functions by Martyn Welch · 15 years ago
  99. a4b0295 Staging: vme: Clean up tsi148 driver by Martyn Welch · 15 years ago
  100. 8be9226 Staging: vme: Correct operation of vme_lm_free by Martyn Welch · 15 years ago