1. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  2. 2adc75f vme: make remove callback return void by Uwe Kleine-König · 4 years ago
  3. 8bd1606 vme: fix two kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  4. 6a80467 vme: remove unneeded break by Tom Rix · 4 years, 2 months ago
  5. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  6. a71bcc1 vme: remove unneeded kfree by Ding Xiang · 6 years ago
  7. 9778461 vme: Fix a possible sleep-in-atomic bug in vme_tsi148 by Jia-Ju Bai · 7 years ago
  8. f13d1a8 VME: Return -EBUSY when DMA list in use by Martyn Welch · 7 years ago
  9. ad146e3 Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux into char-misc-next by Greg Kroah-Hartman · 7 years ago
  10. 8af70cd9 vme: Return directly in two functions by Markus Elfring · 7 years ago
  11. 61282c0 vme: Adjust 48 checks for null pointers by Markus Elfring · 7 years ago
  12. a384b2c vme: Move an assignment in vme_new_dma_list() by Markus Elfring · 7 years ago
  13. 1ff0a19 vme: Improve 11 size determinations by Markus Elfring · 7 years ago
  14. 94eefcc vme: Delete 11 error messages for a failed memory allocation by Markus Elfring · 7 years ago
  15. bd14798 vme: Fix integer overflow checking in vme_check_window() by Dan Carpenter · 7 years ago
  16. b5bc980 docs: Add kernel-doc comments to VME driver API by Martyn Welch · 8 years ago
  17. 9797484 VME: restore bus_remove function causing incomplete module unload by Stefano Babic · 8 years ago
  18. 6ad3756 vme: vme_get_size potentially returning incorrect value on failure by Martyn Welch · 8 years ago
  19. 050c3d5 vme: make core vme support explicitly non-modular by Paul Gortmaker · 8 years ago
  20. fa54b32 vme: change LM callback argument to void pointer by Aaron Sierra · 9 years ago
  21. 326071b vme: add vme_init_bridge for common bridge init by Aaron Sierra · 9 years ago
  22. f56c3d4 vme: trivial spelling and capitalization fixes by Aaron Sierra · 9 years ago
  23. 448535a vme: print unhandled VME access errors by Dmitry Kalinkin · 9 years ago
  24. 0b04966 vme: change bus error handling scheme by Dmitry Kalinkin · 9 years ago
  25. 472f16f vme: include address space in error filtering by Dmitry Kalinkin · 9 years ago
  26. e2c6393 vme: move tsi148 error handling into VME subsystem by Dmitry Kalinkin · 9 years ago
  27. ef73f88 vme: export vme_check_window() by Dmitry Kalinkin · 10 years ago
  28. e7fd80c vme: check for A64 overflow in vme_check_window() by Dmitry Kalinkin · 10 years ago
  29. c74a804 staging: vme: mmap() support for vme_user by Dmitry Kalinkin · 10 years ago
  30. c103830 vme: fix misspelling of current function in string by Julia Lawall · 10 years ago
  31. c326cc0 vme: Convert VME core to register as a subsystem by Aaron Sierra · 11 years ago
  32. d7729f0 VME: Rename vme_slot_get to avoid confusion with reference counting by Martyn Welch · 11 years ago
  33. 978f47d VME: Provide access to VME bus enumeration and fix vme_user match function by Martyn Welch · 11 years ago
  34. fd5c256 vme: Free DMA resource allocation structure by Martyn Welch · 12 years ago
  35. def1820 vme: add missing put_device() after device_register() fails by Emilio G. Cota · 12 years ago
  36. db3b9e9 Staging: VME: move VME drivers out of staging by Greg Kroah-Hartman · 13 years ago[Renamed (99%) from drivers/staging/vme/vme.c]
  37. 25958ce staging: vme: vme.c: fix minor coding style issues by Greg Kroah-Hartman · 13 years ago
  38. 6af04b0 Staging: VME: Remove typedefs by Martyn Welch · 13 years ago
  39. 5b93c2a staging: vme: remove vme_add_bus() and vme_remove_bus() by Manohar Vanga · 13 years ago
  40. c26f611 staging: vme: fix comment in __vme_register_driver() by Manohar Vanga · 13 years ago
  41. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  42. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  43. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  44. f6c39d4 staging: vme: change static device array to pointers by Manohar Vanga · 13 years ago
  45. 733e3ef staging: vme: keep track of registered buses by Manohar Vanga · 13 years ago
  46. 7f58f02 staging: vme: make [alloc|free]_consistent bridge specific by Manohar Vanga · 13 years ago
  47. b004646 staging: vme: remove unreachable code by Manohar Vanga · 14 years ago
  48. da1bbd1 staging: vme: fix loop condition by Manohar Vanga · 14 years ago
  49. 6012795 staging: vme: remove unreachable code by Manohar Vanga · 14 years ago
  50. db6d8fc staging: vme: fix bogus clearing of the bus number in vme_free_bus_num by Emilio G. Cota · 14 years ago
  51. 886953e staging: vme: style: convert '&(foo)' to '&foo' by Emilio G. Cota · 14 years ago
  52. b1a5fad4 Staging: vme: declare vme_calc_slot() as static by Bill Pemberton · 15 years ago
  53. 1fe923e Staging: vme: declare vme_bus_num_mtx static by Bill Pemberton · 15 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  55. bb9ea89 Staging: vme: Remove legacy unsupported code by Martyn Welch · 15 years ago
  56. 29848ac Staging: vme: Enable drivers to handle more than one bridge by Martyn Welch · 15 years ago
  57. 4f723df Staging: vme: Attribute Testing For Dma Request by Martyn Welch · 15 years ago
  58. 66bd8db Staging: vme: Renaming following split of GE Fanuc joint venture by Martyn Welch · 15 years ago
  59. ead1f3e Staging: vme: Fix checkpatch errors on VME core. by Martyn Welch · 15 years ago
  60. a5c330f staging: vme: Fix mutex locking by Martyn Welch · 15 years ago
  61. 58e5079 Staging: vme: Rename VME DMA functions by Martyn Welch · 15 years ago
  62. 8be9226 Staging: vme: Correct operation of vme_lm_free by Martyn Welch · 15 years ago
  63. c813f59 Staging: vme: Pull common VME interrupt handling into core code by Martyn Welch · 15 years ago
  64. 6884bb0 Staging: vme: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  65. 42fb503 Staging: vme: add VME Location Monitor management mechanism by Martyn Welch · 15 years ago
  66. 400822f Staging: Use proper mutexes in the tsi-148 VME driver by Martyn Welch · 15 years ago
  67. 51a569f Staging: vme: fix {master,slave}_get check bug by Emilio G. Cota · 15 years ago
  68. a37b0da Staging: vme: Extend VME core probing for special matches by Martyn Welch · 15 years ago
  69. a17a75e Staging: VME Framework for the Linux Kernel by Martyn Welch · 15 years ago