1. 5662084 vme: ca91cx42: remove redundant variable i by Colin Ian King · 6 years ago
  2. 9778461 vme: Fix a possible sleep-in-atomic bug in vme_tsi148 by Jia-Ju Bai · 7 years ago
  3. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  4. f13d1a8 VME: Return -EBUSY when DMA list in use by Martyn Welch · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. 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
  7. a75dc63 vme: tsi148: Adjust 14 checks for null pointers by Markus Elfring · 7 years ago
  8. 6d011dd vme: tsi148: Improve 17 size determinations by Markus Elfring · 7 years ago
  9. 9766095 vme: tsi148: Delete nine error messages for a failed memory allocation by Markus Elfring · 7 years ago
  10. 8d97931 vme: ca91cx42: Adjust 14 checks for null pointers by Markus Elfring · 7 years ago
  11. 3d9b1e5 vme: ca91cx42: Improve 12 size determinations by Markus Elfring · 7 years ago
  12. 85fd493 vme: ca91cx42: Delete eight error messages for a failed memory allocation by Markus Elfring · 7 years ago
  13. 2444d37 vme: fake: Adjust 11 checks for null pointers by Markus Elfring · 7 years ago
  14. 2467406 vme: fake: Improve five size determinations in fake_init() by Markus Elfring · 7 years ago
  15. ef544fb vme: fake: Delete an error message for a failed memory allocation in fake_init() by Markus Elfring · 7 years ago
  16. 8af70cd9 vme: Return directly in two functions by Markus Elfring · 7 years ago
  17. 61282c0 vme: Adjust 48 checks for null pointers by Markus Elfring · 7 years ago
  18. a384b2c vme: Move an assignment in vme_new_dma_list() by Markus Elfring · 7 years ago
  19. 1ff0a19 vme: Improve 11 size determinations by Markus Elfring · 7 years ago
  20. 94eefcc vme: Delete 11 error messages for a failed memory allocation by Markus Elfring · 7 years ago
  21. bd14798 vme: Fix integer overflow checking in vme_check_window() by Dan Carpenter · 7 years ago
  22. b5bc980 docs: Add kernel-doc comments to VME driver API by Martyn Welch · 8 years ago
  23. 9797484 VME: restore bus_remove function causing incomplete module unload by Stefano Babic · 8 years ago
  24. c8a6a09 vme: Fix wrong pointer utilization in ca91cx42_slave_get by Augusto Mecking Caringi · 8 years ago
  25. 6ad3756 vme: vme_get_size potentially returning incorrect value on failure by Martyn Welch · 8 years ago
  26. db08948 vme: fake: remove unexpected unlock in fake_master_set() by Wei Yongjun · 8 years ago
  27. 58ccaae vme: fake: mark symbols static where possible by Baoyou Xie · 8 years ago
  28. 4b7b948 vme: fake: fix build for 64-bit dma_addr_t by Arnd Bergmann · 8 years ago
  29. 658bcda vme: Adding Fake VME driver by Martyn Welch · 8 years ago
  30. 050c3d5 vme: make core vme support explicitly non-modular by Paul Gortmaker · 8 years ago
  31. 553ebb8 vme: Fix module autoload by Alessio Igor Bogani · 8 years ago
  32. fa54b32 vme: change LM callback argument to void pointer by Aaron Sierra · 8 years ago
  33. 326071b vme: add vme_init_bridge for common bridge init by Aaron Sierra · 8 years ago
  34. f56c3d4 vme: trivial spelling and capitalization fixes by Aaron Sierra · 8 years ago
  35. 445f824 vme: vme_ca91cx42.c: use to_pci_dev() by Geliang Tang · 9 years ago
  36. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  37. ad1bfe4 vme: 8-bit status/id takes 256 values, not 255 by Dmitry Kalinkin · 9 years ago
  38. d3337eb vme: tsi148: silence uninitialized variable warning by Dmitry Kalinkin · 9 years ago
  39. 448535a vme: print unhandled VME access errors by Dmitry Kalinkin · 9 years ago
  40. 0b04966 vme: change bus error handling scheme by Dmitry Kalinkin · 9 years ago
  41. 472f16f vme: include address space in error filtering by Dmitry Kalinkin · 9 years ago
  42. e2c6393 vme: move tsi148 error handling into VME subsystem by Dmitry Kalinkin · 9 years ago
  43. da5ae8a vme: lower alignment requirement in pci bridge drivers by Dmitry Kalinkin · 9 years ago
  44. 5c10439 vme: tsi148: depend on HAS_DMA for Kconfig by Dmitry Kalinkin · 9 years ago
  45. 5a2f883 vme: ca91cx42: fix LM_CTL address mask by Dmitry Kalinkin · 9 years ago
  46. 1cfb645 vme: ca91cx42: return error code on DMA error by Dmitry Kalinkin · 9 years ago
  47. ef73f88 vme: export vme_check_window() by Dmitry Kalinkin · 9 years ago
  48. e7fd80c vme: check for A64 overflow in vme_check_window() by Dmitry Kalinkin · 9 years ago
  49. 75c66b6 vme: stop DMA transfer on interruption by Dmitry Kalinkin · 9 years ago
  50. b2383c9 vme: tsi148: fix first DMA item mapping by Dmitry Kalinkin · 9 years ago
  51. f656eaee vme: tsi148: fix DMA lists longer that one item by Dmitry Kalinkin · 9 years ago
  52. 08e03c2 vme: tsi148: Master windows support USERx and CR/CSR accesses, not slaves by Martyn Welch · 10 years ago
  53. c74a804 staging: vme: mmap() support for vme_user by Dmitry Kalinkin · 10 years ago
  54. c103830 vme: fix misspelling of current function in string by Julia Lawall · 10 years ago
  55. 88b2608 vme: bridges: use pci_zalloc_consistent by Joe Perches · 10 years ago
  56. 3915fc8 VME: remove duplicate CA91CX42_DCTL_VDW_M define by Dan Carpenter · 10 years ago
  57. 177581fa vme_tsi148: Utilize to_pci_dev() macro by Aaron Sierra · 10 years ago
  58. 226572b vme_tsi148: Fix PCI address mapping assumption by Joe Schultz · 10 years ago
  59. 098ced8 vme_tsi148: Fix typo in tsi148_slave_get() by Joe Schultz · 10 years ago
  60. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  61. a2a720e VME: Stop using memcpy_[to|from]io() due to unwanted behaviour by Martyn Welch · 11 years ago
  62. f0342e6 VME: Correct read/write alignment algorithm by Martyn Welch · 11 years ago
  63. c326cc0 vme: Convert VME core to register as a subsystem by Aaron Sierra · 11 years ago
  64. c3a09c1 vme: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  65. d7729f0 VME: Rename vme_slot_get to avoid confusion with reference counting by Martyn Welch · 11 years ago
  66. 978f47d VME: Provide access to VME bus enumeration and fix vme_user match function by Martyn Welch · 11 years ago
  67. ef22d57 vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq() by Wei Yongjun · 11 years ago
  68. a84a322 vme: vme_vmivme7805.c: add missing __iomem annotation by Jingoo Han · 11 years ago
  69. d90f32c vme: vme_ca91cx42.c: add missing __iomem annotation by Jingoo Han · 11 years ago
  70. 4e8764d vme: vme_tsi148.c: add missing __iomem annotation by Jingoo Han · 11 years ago
  71. 0686ab7 vme: vme_tsi148.c: fix error return code in tsi148_probe() by Wei Yongjun · 11 years ago
  72. c36c573 vme: tsi148: Window reserved for accessing CR/CSR does not need attributes set by Martyn Welch · 11 years ago
  73. 2981795 vme: tsi148: CR/CSR logic arround the wrong way by Martyn Welch · 11 years ago
  74. e31c51e vme: tsi148: Only store VME bus errors if they will be checked by Martyn Welch · 11 years ago
  75. fd5c256 vme: Free DMA resource allocation structure by Martyn Welch · 11 years ago
  76. def1820 vme: add missing put_device() after device_register() fails by Emilio G. Cota · 12 years ago
  77. 01c0714 vme: vme_tsi148.c: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  78. c7b50a2 vme: vme_ca91cx42.c: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  79. 5f1e779 vme: vme_vmivme7805.c: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  80. 43f5e46 vme: vme_ca91cx42.c: use list_for_each_safe() when delete list items by Wei Yongjun · 12 years ago
  81. b49c32b vme: vme_tsi148.c: fix to use list_for_each_safe() when delete list items by Wei Yongjun · 12 years ago
  82. 363e2e6 VME: Prevent D16 cycles being split into 8-bit blocks by Martyn Welch · 12 years ago
  83. cc47298 VME: Move API documentation to Documentation folder by Martyn Welch · 12 years ago
  84. a11cfdf vme: vme_ca91cx42.c: local functions should not be exposed globally by H Hartley Sweeten · 12 years ago
  85. 8a508ff vme: vme_tsi148.c: local functions should not be exposed globally by H Hartley Sweeten lin · 12 years ago
  86. db3b9e9 Staging: VME: move VME drivers out of staging by Greg Kroah-Hartman · 12 years ago