1. 8a8c473 firewire: ohci: omit spinlock IRQ flags where possible by Stefan Richter · 13 years ago
  2. d713dfa firewire: ohci: correct signedness of a local variable by Stefan Richter · 13 years ago
  3. fe2af11 firewire: use module_pci_driver by Axel Lin · 13 years ago
  4. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  5. 3469940 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 13 years ago
  6. d1bbd20 firewire: allow explicit flushing of iso packet completions by Clemens Ladisch · 13 years ago
  7. 18d6271 firewire: prevent dropping of completed iso packet header data by Clemens Ladisch · 13 years ago
  8. 910e76c firewire: ohci: factor out iso completion flushing code by Clemens Ladisch · 13 years ago
  9. 7386401 firewire: ohci: simplify iso header pointer arithmetic by Clemens Ladisch · 13 years ago
  10. 90fcc89 firewire: ohci: optimize control bit checks by Clemens Ladisch · 13 years ago
  11. b9b5bbf firewire: ohci: remove unused excess_bytes field by Clemens Ladisch · 13 years ago
  12. 32c507f firewire: ohci: copy_iso_headers(): make comment match the code by Clemens Ladisch · 13 years ago
  13. 0c0efba firewire: ohci: fix too-early completion of IR multichannel buffers by Clemens Ladisch · 13 years ago
  14. cfda62b firewire: ohci: move runtime debug facility out of #ifdef by Stefan Richter · 13 years ago
  15. 98466cc firewire: tone down some diagnostic log messages by Stefan Richter · 13 years ago
  16. 320cfa6 firewire: ohci: disable MSI on Ricoh controllers by Stefan Richter · 13 years ago
  17. d1bb399 firewire: ohci: add reset packet quirk for SB Audigy by Clemens Ladisch · 13 years ago
  18. 64d2172 firewire: ohci: use dev_printk API by Stefan Richter · 13 years ago
  19. a572e68 firewire: ohci: fix isochronous DMA synchronization by Clemens Ladisch · 13 years ago
  20. 32eaeae firewire: ohci: work around selfID junk due to wrong gap count by Clemens Ladisch · 13 years ago
  21. a74477d firewire: net: Use posted writes by Stephan Gatzka · 13 years ago
  22. b810e4a firewire: ohci: optimize TSB41BA3D detection by Stefan Richter · 13 years ago
  23. 28897fb firewire: ohci: TSB41BA3D support tweaks by Stefan Richter · 13 years ago
  24. 25935eb firewire: ohci: Add support for TSB41BA3D phy by Stephan Gatzka · 13 years ago
  25. 2d7a36e firewire: ohci: Move code from the bus reset tasklet into a workqueue by Stephan Gatzka · 13 years ago
  26. f39aa30 firewire: ohci: add no MSI quirk for O2Micro controller by Ming Lei · 13 years ago
  27. 6f02bfc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  28. a01e836 firewire: ohci: fix DMA unmapping in an error path by Stefan Richter · 13 years ago
  29. 441c196 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  30. 7f7e3711 firewire: ohci: do not bind to Pinnacle cards, avert panic by Stefan Richter · 13 years ago
  31. 9f42617 firewire: ohci: skip soft reset retries after card ejection by Stefan Richter · 13 years ago
  32. 215fa44 firewire: ohci: fix PHY reg access after card ejection by Stefan Richter · 13 years ago
  33. b14c369 firewire: ohci: add a comment on PHY reg access serialization by Stefan Richter · 13 years ago
  34. 9ef28cc firewire: ohci: reduce potential context_stop latency by Stefan Richter · 13 years ago
  35. dd6254e firewire: ohci: remove superfluous posted write flushes by Clemens Ladisch · 13 years ago
  36. 13882a8 firewire: optimize iso queueing by setting wake only after the last packet by Clemens Ladisch · 13 years ago
  37. 020abf0 Merge tag 'v2.6.39-rc7' by Stefan Richter · 13 years ago
  38. 2e053a2 firewire: Fix for broken configrom updates in quick succession by B.J. Buchalter · 13 years ago
  39. 0ff8fbc firewire: ohci: optimize find_branch_descriptor() by Clemens Ladisch · 14 years ago
  40. da28947 firewire: ohci: avoid separate DMA mapping for small AT payloads by Clemens Ladisch · 14 years ago
  41. ecf8328 firewire: ohci: do not start DMA contexts before link is enabled by Clemens Ladisch · 14 years ago
  42. d838d2c0 firewire: ohci: Misleading kfree in ohci.c::pci_probe/remove by Oleg Drokin · 14 years ago
  43. b6258fc firewire: ohci: omit IntEvent.busReset check rom AT queueing by Stefan Richter · 14 years ago
  44. 44b74d9 firewire: ohci: prevent starting of iso contexts with empty queue by Clemens Ladisch · 14 years ago
  45. e81cbeb firewire: ohci: prevent iso completion callbacks after context stop by Clemens Ladisch · 14 years ago
  46. f117a3e firewire: ohci: log dead DMA contexts by Clemens Ladisch · 14 years ago
  47. 1427130 firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO by Clemens Ladisch · 14 years ago
  48. 693a50b firewire: ohci: consolidate context status flags by Stefan Richter · 14 years ago
  49. 386a415 firewire: ohci: cache the context run bit by Clemens Ladisch · 14 years ago
  50. 78dec56 firewire: ohci: flush AT contexts after bus reset - addendum by Stefan Richter · 14 years ago
  51. 82b662d firewire: ohci: flush AT contexts after bus reset for OHCI 1.2 by Clemens Ladisch · 14 years ago
  52. dd23736 firewire: ohci: restart iso DMA contexts on resume from low power mode by Maxim Levitsky · 14 years ago
  53. 8662b6b firewire: ohci: restore GUID on resume. by Maxim Levitsky · 14 years ago
  54. ec766a7 firewire: ohci: use common buffer for self IDs and AR descriptors by Clemens Ladisch · 14 years ago
  55. 2dd5bed firewire: ohci: optimize iso context checks in the interrupt handler by Clemens Ladisch · 14 years ago
  56. 5b06db1 firewire: make PHY packet header format consistent by Clemens Ladisch · 14 years ago
  57. 8327b37 firewire: ohci: properly clear posted write errors by Clemens Ladisch · 14 years ago
  58. e597e98 firewire: ohci: flush MMIO writes in the interrupt handler by Clemens Ladisch · 14 years ago
  59. c088ab30 firewire: ohci: fix AT context initialization error handling by Clemens Ladisch · 14 years ago
  60. 7a39d8b firewire: ohci: Asynchronous Reception rewrite by Clemens Ladisch · 14 years ago
  61. 9993e0f firewire: ohci: fix regression with Agere FW643 rev 06, disable MSI by Stefan Richter · 14 years ago
  62. af0cdf4 firewire: ohci: fix regression with VIA VT6315, disable MSI by Stefan Richter · 14 years ago
  63. 693fa77 firewire: ohci: fix race when reading count in AR descriptor by Clemens Ladisch · 14 years ago
  64. 837596a firewire: ohci: avoid reallocation of AR buffers by Clemens Ladisch · 14 years ago
  65. a1f805e firewire: ohci: fix race in AR split packet handling by Clemens Ladisch · 14 years ago
  66. 85f7ffd firewire: ohci: fix buffer overflow in AR split packet handling by Clemens Ladisch · 14 years ago
  67. aa0170f firewire: ohci: fix TI TSB82AA2 regression since 2.6.35 by Stefan Richter · 14 years ago
  68. 970f4be firewire: ohci: activate cycle timer register quirk on Ricoh chips by Heikki Lindholm · 14 years ago
  69. a4dc090 firewire: ohci: work around VIA and NEC PHY packet reception bug by Stefan Richter · 14 years ago
  70. e78483c Merge firewire branches to be released post v2.6.35 by Stefan Richter · 14 years ago
  71. 872e330 firewire: add isochronous multichannel reception by Stefan Richter · 14 years ago
  72. e5b06c0 firewire: ohci: release channel in error path by Stefan Richter · 14 years ago
  73. 071595e firewire: ohci: use memory barriers to order descriptor updates by Stefan Richter · 14 years ago
  74. cc55021 firewire: cdev: add PHY pinging by Stefan Richter · 14 years ago
  75. bf54e14 firewire: cdev: add PHY packet reception by Stefan Richter · 14 years ago
  76. 02d37be firewire: core: integrate software-forced bus resets with bus management by Stefan Richter · 14 years ago
  77. 0fcff4e firewire: rename CSR access driver methods by Stefan Richter · 14 years ago
  78. c8a94de firewire: normalize STATE_CLEAR/SET CSR access interface by Stefan Richter · 14 years ago
  79. db3c9cc firewire: replace get_features card driver hook by Stefan Richter · 14 years ago
  80. 65b2742 firewire: 'add CSR_... support' addendum by Stefan Richter · 14 years ago
  81. e91b278 firewire: allocate broadcast channel in hardware by Clemens Ladisch · 14 years ago
  82. 4ffb7a6 firewire: add CSR cmstr support by Clemens Ladisch · 14 years ago
  83. a1a1132 firewire: add CSR PRIORITY_BUDGET support by Clemens Ladisch · 14 years ago
  84. 27a2329 firewire: add CSR BUSY_TIMEOUT support by Clemens Ladisch · 14 years ago
  85. a48777e firewire: add CSR BUS_TIME support by Clemens Ladisch · 14 years ago
  86. 9ab5071 firewire: add CSR CYCLE_TIME write support by Clemens Ladisch · 14 years ago
  87. 506f1a3 firewire: add CSR NODE_IDS support by Clemens Ladisch · 14 years ago
  88. 60d3297 firewire: add read_csr_reg driver callback by Clemens Ladisch · 14 years ago
  89. 153e397 firewire: ohci: speed up PHY register accesses by Clemens Ladisch · 14 years ago
  90. 262444e firewire: ohci: add MSI support by Clemens Ladisch · 14 years ago
  91. 148c786 firewire: ohci: do not enable interrupts without the handler by Stefan Richter · 14 years ago
  92. 55ddf14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  93. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  94. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  95. cfc94b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  96. e139366 firewire: ohci: wait for local CSR lock access to finish by Clemens Ladisch · 15 years ago
  97. 2608203 firewire: ohci: prevent aliasing of locally handled register addresses by Clemens Ladisch · 15 years ago
  98. 5da3dac firewire: ohci: cleanups and fix for nonstandard build without debug facility by Stefan Richter · 15 years ago
  99. 35d999b firewire: ohci: wait for PHY register accesses to complete by Stefan Richter · 15 years ago
  100. 5467238 firewire: ohci: fix up configuration of TI chips by Clemens Ladisch · 15 years ago