1. 9eaa3d9 rapidio/tsi721: add DMA engine support by Alexandre Bounine · 12 years ago
  2. e42d98e rapidio: add DMA engine support for RIO data transfers by Alexandre Bounine · 12 years ago
  3. 9bbad7d rapidio/tsi721: fix bug in register offset definitions by Alexandre Bounine · 12 years ago
  4. b24823e rapidio/tsi721: fix queue wrapping bug in inbound doorbell handler by Alexandre Bounine · 12 years ago
  5. 1cee22b rapidio/tsi721: modify PCIe capability settings by Alexandre Bounine · 13 years ago
  6. b439e66 rapidio/tsi721: fix mailbox resource reporting by Alexandre Bounine · 13 years ago
  7. ceb9639 rapidio/tsi721: switch to dma_zalloc_coherent by Alexandre Bounine · 13 years ago
  8. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  9. 166c050 RapidIO: fix potential null deref in rio_setup_device() by Alexandre Bounine · 13 years ago
  10. 48618fb RapidIO: add mport driver for Tsi721 bridge by Alexandre Bounine · 13 years ago
  11. a571259 drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is complete by Liu Gang · 13 years ago
  12. 0a422f2 drivers/rapidio: idt_gen2.c is implicitly relying on getting stat.h by Paul Gortmaker · 13 years ago
  13. 284fb68 rapidio: fix use of non-compatible registers by Alexandre Bounine · 13 years ago
  14. 0bf2461 rapidio: fix default routing initialization by Alexandre Bounine · 13 years ago
  15. 59f9996 RapidIO/mpc85xx: fix possible mport registration problems by Alexandre Bounine · 13 years ago
  16. 13209c2 RapidIO: add IDT CPS-1432 switch definitions by Alexandre Bounine · 13 years ago
  17. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  18. ad4ac17 rapidio: fix potential null deref on failure path by Dan Carpenter · 13 years ago
  19. c1256eb rapidio: remove mport resource reservation from common RIO code by Alexandre Bounine · 13 years ago
  20. 569fccb rapidio: modify mport ID assignment by Alexandre Bounine · 13 years ago
  21. 2f80998 rapidio: modify subsystem and driver initialization sequence by Alexandre Bounine · 13 years ago
  22. 388b78a rapidio: modify configuration to support PCI-SRIO controller by Alexandre Bounine · 13 years ago
  23. f8f0626 rapidio: add architecture specific callbacks by Alexandre Bounine · 13 years ago
  24. cd8b974 rapidio: add new sysfs attributes by Alexandre Bounine · 13 years ago
  25. 4ebdd58 rapidio: change to new flag variable by matt mooney · 13 years ago
  26. fe41947 rapidio: fix sysfs config attribute to access 16MB of maint space by Alexandre Bounine · 13 years ago
  27. 9b310ac rapidio: fix new kernel-doc warnings by Randy Dunlap · 13 years ago
  28. 2e9d4d8 rapidio: add new idt sRIO switches by Alexandre Bounine · 13 years ago
  29. 558bda6 rapidio: use Component Tag for unified switch identification by Alexandre Bounine · 13 years ago
  30. 17e9620 rapidio: add device object linking into discovery by Alexandre Bounine · 13 years ago
  31. e653692 rapidio: add definitions of Component Tag fields by Alexandre Bounine · 13 years ago
  32. ded0578 rapidio: integrate rio_switch into rio_dev by Alexandre Bounine · 13 years ago
  33. a93192a rapidio: use common destid storage for endpoints and switches by Alexandre Bounine · 13 years ago
  34. 88cf81f rapidio: use resource_size() by Dan Carpenter · 14 years ago
  35. 1548bf3 rapidio: fix destructive port EM initialization for Tsi568 by Alexandre Bounine · 14 years ago
  36. 2d4da0f rapidio: fix maximum port number in tsi57x EM initialization by Alexandre Bounine · 14 years ago
  37. 388c45c rapidio: fix IDLE2 bits corruption by Alexandre Bounine · 14 years ago
  38. af84ca3 rapidio: add handling of redundant routes by Alexandre Bounine · 14 years ago
  39. a3725c4 rapidio: add support for IDT CPS Gen2 switches by Alexandre Bounine · 14 years ago
  40. e274e0e rapidio: add device access check into the enumeration by Alexandre Bounine · 14 years ago
  41. 6429cd4 rapidio: add handling of orphan port-write message by Alexandre Bounine · 14 years ago
  42. ac38d72 rapidio: modify sysfs initialization for switches by Alexandre Bounine · 14 years ago
  43. dd5648c rapidio: add default handler for error-stopped state by Alexandre Bounine · 14 years ago
  44. 68fe4df rapidio: add relation links between RIO device structures by Alexandre Bounine · 14 years ago
  45. ae05cbd rapidio: use stored ingress port number instead of register read by Alexandre Bounine · 14 years ago
  46. 2c70f02 rapidio: fix RapidIO sysfs hierarchy by Alexandre Bounine · 14 years ago
  47. 638c594 fix typos concerning "associate" by Uwe Kleine-König · 14 years ago
  48. 97ef6f7 rapidio: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  49. 679395f rapidio: use default route value for CPS switches by Alexandre Bounine · 14 years ago
  50. 7a88d62 rapidio: add switch domain routines by Alexandre Bounine · 14 years ago
  51. 058f88d6 rapidio: modify initialization of switch operations by Alexandre Bounine · 14 years ago
  52. 011507e rapidio: add debug configuration option by Alexandre Bounine · 14 years ago
  53. 68b04cd rapidio: fix typos and minor edits by Alexandre Bounine · 14 years ago
  54. 933af4a rapidio: add enabling SRIO port RX and TX by Thomas Moll · 14 years ago
  55. e5cabeb rapidio: add Port-Write handling for EM by Alexandre Bounine · 14 years ago
  56. 818a04a rapidio: add switch locking during discovery by Alexandre Bounine · 14 years ago
  57. 07590ff rapidio: add IDT CPS/TSI switches by Alexandre Bounine · 14 years ago
  58. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  59. 5f28c52 rio: warn_unused_result warnings fix by Yang Li · 15 years ago
  60. 181a6ff rapidio: fix section mismatch warnings by Li Yang · 15 years ago
  61. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  62. 37f1054 rapidio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  63. d3635ab rapidio: remove excess kernel-doc notation by Randy Dunlap · 15 years ago
  64. b53c7583 rapidio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  65. 37d33d1 rapidio section noise by Al Viro · 16 years ago
  66. a7de390 rapidio: fix device reference counting by Eugene Surovegin · 16 years ago
  67. e042323 [RAPIDIO] Auto-probe the RapidIO system size by Zhang Wei · 16 years ago
  68. ad1e938 [RAPIDIO] Add RapidIO multi mport support by Zhang Wei · 16 years ago
  69. 7b089c8 docbook: fix rapidio source files by Randy Dunlap · 16 years ago
  70. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  71. 3ff6eec remove __attribute_used__ by Adrian Bunk · 16 years ago
  72. 5febf1c [RAPIDIO] Fix compile error and warning by Kumar Gala · 16 years ago
  73. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  74. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  75. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  76. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  77. c70555b [PATCH] rapidio: fix multi-switch enumeration by Alexandre Bounine · 17 years ago
  78. 0950960 Fix several typos in drivers/ by Matt LaPlante · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  81. fc3d3dd [PATCH] Add rio_bus_type probe and remove methods by Russell King · 18 years ago
  82. de25968 [PATCH] fix more missing includes by Tim Schmielau · 18 years ago
  83. 6978bbc [PATCH] rapidio: message interface updates by Matt Porter · 19 years ago
  84. fa78cc5 [PATCH] rapidio: core updates by Matt Porter · 19 years ago
  85. eb188d0 [PATCH] RapidIO support: core enum by Matt Porter · 19 years ago
  86. 394b701 [PATCH] RapidIO support: core base by Matt Porter · 19 years ago