1. 743f4da drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen() by Dan Carpenter · 5 years ago
  2. bcebb44 drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings by Dan Carpenter · 4 years, 10 months ago
  3. 506e0ce rapidio: fix a NULL pointer dereference when create_workqueue() fails by Kangjie Lu · 5 years ago
  4. e967247 drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in 'rio_dma_transfer()' by Christophe JAILLET · 6 years ago
  5. 07b6534 drivers/rapidio/devices/tsi721.c: make module parameter variable name unique by Randy Dunlap · 7 years ago
  6. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  7. 7836a2d rapidio/rio_cm: use memdup_user() instead of duplicating code by Alexandre Bounine · 8 years ago
  8. b92ae13 rapidio/rio_cm: avoid GFP_KERNEL in atomic context by Alexandre Bounine · 8 years ago
  9. b300692 rapidio/tsi721: fix incorrect detection of address translation condition by Alexandre Bounine · 8 years ago
  10. 7398413 rapidio: dereferencing an error pointer by Dan Carpenter · 8 years ago
  11. 0b9364b rapidio/switches: add driver for IDT gen3 switches by Alexandre Bounine · 8 years ago
  12. 1ae842d rapidio: modify for rev.3 specification changes by Alexandre Bounine · 8 years ago
  13. a057a52 rapidio: change inbound window size type to u64 by Alexandre Bounine · 8 years ago
  14. 60e377b5c rapidio/idt_gen2: fix locking warning by Alexandre Bounine · 8 years ago
  15. 06e1b24 rapidio: fix error handling in mbox request/release functions by Alexandre Bounine · 8 years ago
  16. f5485eb rapidio/tsi721_dma: advance queue processing from transfer submit call by Alexandre Bounine · 8 years ago
  17. e519685 rapidio/tsi721: add messaging mbox selector parameter by Alexandre Bounine · 8 years ago
  18. cb782cd rapidio/tsi721: add PCIe MRRS override parameter by Alexandre Bounine · 8 years ago
  19. 4498c31 rapidio/tsi721_dma: add channel mask and queue size parameters by Alexandre Bounine · 8 years ago
  20. f8e3a68 rapidio: fix return value description for dma_prep functions by Alexandre Bounine · 8 years ago
  21. ea87b8e rapidio: remove unnecessary 0x prefixes before %pa extension uses by Joe Perches · 8 years ago
  22. b6e8d4a rapidio: add RapidIO channelized messaging driver by Alexandre Bounine · 8 years ago
  23. 4e1016d rapidio/mport_cdev: fix uapi type definitions by Alexandre Bounine · 8 years ago
  24. 99f23c2 rapidio: fix potential NULL pointer dereference by Vladimir Zapolskiy · 8 years ago
  25. cb10716 Convert straggling drivers to new six-argument get_user_pages() by Linus Torvalds · 8 years ago
  26. e8de370 rapidio: add mport char device driver by Alexandre Bounine · 8 years ago
  27. 458bdf6 rapidio/tsi721_dma: fix hardware error handling by Alexandre Bounine · 8 years ago
  28. e680b67 rapidio/tsi721_dma: fix synchronization issues by Alexandre Bounine · 8 years ago
  29. 8347245 rapidio/tsi721_dma: update error reporting from prep_sg callback by Alexandre Bounine · 8 years ago
  30. 72d8a0d rapidio/tsi721: add filtered debug output by Alexandre Bounine · 8 years ago
  31. 1679e8d rapidio/tsi721: add outbound windows mapping support by Alexandre Bounine · 8 years ago
  32. 93bdaca rapidio: add outbound window support by Alexandre Bounine · 8 years ago
  33. 2ece1ca rapidio/tsi721: fix locking in OB_MSG processing by Alexandre Bounine · 8 years ago
  34. 9a0b062 rapidio: add global inbound port write interfaces by Alexandre Bounine · 8 years ago
  35. b6cb95e rapidio: move rio_pw_enable into core code by Alexandre Bounine · 8 years ago
  36. 5024622 rapidio: move rio_local_set_device_id function to the common core by Alexandre Bounine · 8 years ago
  37. a7b4c63 rapidio: add lock protection for doorbell list by Alexandre Bounine · 8 years ago
  38. 748353c rapidio/tsi721: add HW specific mport removal by Alexandre Bounine · 8 years ago
  39. b77a203 rapidio: add core mport removal support by Alexandre Bounine · 8 years ago
  40. e6b585c rapidio: move net allocation into core code by Alexandre Bounine · 8 years ago
  41. b74ec56 rapidio: rework common RIO device add/delete routines by Alexandre Bounine · 8 years ago
  42. e3dd8cd rapidio/tsi721: add shutdown notification callback by Alexandre Bounine · 8 years ago
  43. 83dc2cbc rapidio: add shutdown notification for RapidIO devices by Alexandre Bounine · 8 years ago
  44. dbe74af rapidio/tsi721: add query_mport callback by Alexandre Bounine · 8 years ago
  45. 8b189fd rapidio: add query_mport operation by Alexandre Bounine · 8 years ago
  46. d2a321f rapidio/tsi721_dma: fix pending transaction queue handling by Alexandre Bounine · 8 years ago
  47. 9673b88 rapidio/tsi721: add option to configure direct mapping of IB window by Alexandre Bounine · 8 years ago
  48. ba5d141 rapidio/tsi721: add check for overlapped IB window mappings by Alexandre Bounine · 8 years ago
  49. 174f1a7 rapidio/tsi721: fix hardcoded MRRS setting by Alexandre Bounine · 8 years ago
  50. 9a975be drivers: Initialize resource entry to zero by Toshi Kani · 8 years ago
  51. a253f1e rapidio: use kobj_to_dev() by Geliang Tang · 8 years ago
  52. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  53. 7667928 rapidio: Fix kerneldoc and comment by Masanari Iida · 9 years ago
  54. ce1d3fd Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  55. b33f87c rapidio/tsi721: use PCI define for Max_Read_Request_Size by Rafał Miłecki · 9 years ago
  56. 7664cfe dmaengine: rapidio: tsi721: Rename device_control by Maxime Ripard · 9 years ago
  57. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  58. 50835e9 rapidio/tsi721_dma: rework scatter-gather list handling by Alexandre Bounine · 10 years ago
  59. 4aff1ce rapidio: add new RapidIO DMA interface routines by Alexandre Bounine · 10 years ago
  60. 0193ed8 rapidio/tsi721_dma: fix failure to obtain transaction descriptor by Alexandre Bounine · 10 years ago
  61. 1c92ab1 rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  62. 2aaf308 rapidio: rework device hierarchy and introduce mport class of devices by Alexandre Bounine · 10 years ago
  63. 40f847b drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors by Alexandre Bounine · 10 years ago
  64. 04379df rapidio/tsi721: fix tasklet termination in dma channel release by Alexandre Bounine · 10 years ago
  65. 6d39c80 rapidio: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  66. ed1d2da rapidio: convert bus code to use bus_groups by Greg Kroah-Hartman · 11 years ago
  67. f93f3c4 rapidio: fix use after free in rio_unregister_scan() by Dan Carpenter · 11 years ago
  68. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  69. 6ca40c2 rapidio: change endpoint device name format by Alexandre Bounine · 11 years ago
  70. 3bdbb62 rapidio: add udev notification by Alexandre Bounine · 11 years ago
  71. fdf90ab rapidio: add modular build option for the subsystem core by Alexandre Bounine · 11 years ago
  72. 94d9bd4 rapidio/tsi721: convert to modular mport driver by Alexandre Bounine · 11 years ago
  73. 9edbc30b rapidio: update enumerator registration mechanism by Alexandre Bounine · 11 years ago
  74. 2ec3ba6 rapidio: convert switch drivers to modules by Alexandre Bounine · 11 years ago
  75. 36f0efb drivers/rapidio/rio-scan.c: make functions static by Wu Fengguang · 11 years ago
  76. e350cd1 rapidio/switches: remove tsi500 driver by Alexandre Bounine · 11 years ago
  77. 27f62b9 RAPIDIO: IDT_GEN2: Fix build error. by Ralf Baechle · 11 years ago
  78. 1ccc819 rapidio/tsi721: fix bug in MSI interrupt handling by Alexandre Bounine · 11 years ago
  79. bc8fcfe rapidio: add enumeration/discovery start from user space by Alexandre Bounine · 11 years ago
  80. a11650e rapidio: make enumeration/discovery configurable by Alexandre Bounine · 11 years ago
  81. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  82. 305c891 rapidio: remove use of __devinit by Bill Pemberton · 11 years ago
  83. 2ca3cb5 rapidio: fix kernel-doc warnings by Randy Dunlap · 11 years ago
  84. 4ed134b rapidio: update for destination ID allocation by Alexandre Bounine · 12 years ago
  85. 2574740 rapidio: update asynchronous discovery initialization by Alexandre Bounine · 12 years ago
  86. f4c9c0e rapidio: use msleep in discovery wait by Alexandre Bounine · 12 years ago
  87. de74e00 rapidio: add destination ID allocation mechanism by Alexandre Bounine · 12 years ago
  88. 005842e rapidio: run discovery as an asynchronous process by Alexandre Bounine · 12 years ago
  89. a7071ef rapidio: use device lists handling on per-net basis by Alexandre Bounine · 12 years ago
  90. fa3dbaa rapidio: fix blocking wait for discovery ready by Alexandre Bounine · 12 years ago
  91. 8d4630d rapidio: apply RX/TX enable to active switch ports only by Alexandre Bounine · 12 years ago
  92. 71afe34 rapidio/tsi721: add inbound memory mapping callbacks by Alexandre Bounine · 12 years ago
  93. da1589f rapidio: add inbound memory mapping interface by Alexandre Bounine · 12 years ago
  94. 18f6287 drivers/rapidio/devices/tsi721.c: fix error return code by Peter Senna Tschudin · 12 years ago
  95. ed43f44 rapidio/tsi721: modify mport name assignment by Alexandre Bounine · 12 years ago
  96. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  97. 5cdaaf8 rapdio/tsi721: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  98. 9a9a9a7 rapidio/tsi721: fix unused variable compiler warning by Alexandre Bounine · 12 years ago
  99. 3670e7e rapidio/tsi721: fix inbound doorbell interrupt handling by Alexandre Bounine · 12 years ago
  100. 9eaa3d9 rapidio/tsi721: add DMA engine support by Alexandre Bounine · 12 years ago