1. 98b6cbe firewire: Implement sync and tag matching for isochronous receive. by Kristian Høgsberg · 18 years ago
  2. 21efb3c firewire: Configure channel and speed at context creation time. by Kristian Høgsberg · 18 years ago
  3. e364cf4 firewire: Store OHCI version and make sure we have at least 1.1 before doing dualbuffer. by Kristian Høgsberg · 18 years ago
  4. 68be3fa firewire: Get zeroed out pages for mapping to user space. by Kristian Høgsberg · 18 years ago
  5. cb2d2cd firewire: Don't touch DMA descriptors after appending. by Kristian Høgsberg · 18 years ago
  6. d2746dc firewire: Use a buffer fill descriptor for receive when header size is 0. by Kristian Høgsberg · 18 years ago
  7. 1e1d196 firewire: Set correct buffer lengths for dualbuffer DMA descriptor. by Kristian Høgsberg · 18 years ago
  8. 9b32d5f firewire: Acummulate received iso headers and send them back to user space. by Kristian Høgsberg · 18 years ago
  9. 500be72 firewire: Log OHCI chipset version in PCI probe. by Kristian Høgsberg · 18 years ago
  10. b829566 firewire: Implement functionality to stop isochronous DMA contexts. by Kristian Høgsberg · 18 years ago
  11. 69cdb72 firewire: Rename 'send_iso' to 'start_iso'. by Kristian Høgsberg · 18 years ago
  12. 295e3fe firewire: Implement basic isochronous receive functionality. by Kristian Høgsberg · 18 years ago
  13. 3020073 firewire: Generalize the iso transmit descriptor buffer logic. by Kristian Høgsberg · 18 years ago
  14. 9aad812 firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc. by Kristian Høgsberg · 18 years ago
  15. 6e2e842 firewire: Use correct payload pointer when demarshalling incoming requests. by Kristian Høgsberg · 18 years ago
  16. c889475 firewire: Read the *Clear versions of the iso interrupt register. by Kristian Høgsberg · 18 years ago
  17. cbb59da firewire: Fix another typo from the bitfield conversion. by Kristian Høgsberg · 18 years ago
  18. 82eff9d firewire: Use dma_mapping_error() for checking for DMA mapping errors. by Kristian Høgsberg · 18 years ago
  19. 27a15e5 firewire: Credit the old sbp2.c driver for being a good starting point. by Kristian Høgsberg · 18 years ago
  20. bbf19db firewire: Use atomic_t's for serial numbers. by Kristian Høgsberg · 18 years ago
  21. 362c2c8 firewire: Spell out fw as firewire in sysfs. by Kristian Høgsberg · 18 years ago
  22. 374a003 firewire: Complete SCSI commands with DID_BUS_BUSY when a bus reset happens. by Kristian Høgsberg · 18 years ago
  23. 993baca firewire: Schedule topology work before calling driver update functions. by Kristian Høgsberg · 18 years ago
  24. 7f37c42 firewire: Introduce a retry mechanism for reconnects and logins. by Kristian Høgsberg · 18 years ago
  25. 1d3d52c firewire: fw-sbp2: Do ORB timeout right. by Kristian Høgsberg · 18 years ago
  26. 730c32f firewire: Implement proper transaction cancelation. by Kristian Høgsberg · 18 years ago
  27. 72e318e firewire: Reduce some redundant register definitions. by Kristian Høgsberg · 18 years ago
  28. 32b4609 firewire: Rework async receive DMA. by Kristian Høgsberg · 18 years ago
  29. 641f879 firewire: use atomic type for fw_device.state by Stefan Richter · 18 years ago
  30. 0edeefd firewire: Make sure we wait for DMA to stop before we reprogram it. by Kristian Høgsberg · 18 years ago
  31. 931c483 firewire: Implement compliant bus management. by Kristian Høgsberg · 18 years ago
  32. 9fc8268 firewire: Fix bit shift typo. by Kristian Høgsberg · 18 years ago
  33. e5f49c3 firewire: Sanitize send error codes. by Kristian Høgsberg · 18 years ago
  34. 93c4cce firewire: Handle access to CSR resources on local node. by Kristian Høgsberg · 18 years ago
  35. 746083d86 firewire: Add lock transaction opcodes to fw-device-cdev.h. by Kristian Høgsberg · 18 years ago
  36. 36bfe49 firewire: Clean up response handling. by Kristian Høgsberg · 18 years ago
  37. e636fe2 firewire: Loop requests to the host controller back into the stack. by Kristian Høgsberg · 18 years ago
  38. 2639a6f firewire: Use struct fw_packet for incoming packets too in controller interface. by Kristian Høgsberg · 18 years ago
  39. 748086e firewire: fix compilation with gcc 3.4 by Stefan Richter · 18 years ago
  40. 83db801 firewire: Implement gap count optimization. by Kristian Høgsberg · 18 years ago
  41. cfb0138 firewire: fw-sbp2: set command set related device flags by Stefan Richter · 18 years ago
  42. 907293d firewire: consistent usage of node_id by Stefan Richter · 18 years ago
  43. 366f5f4 firewire: fw-ohci: remove unnecessary macro by Stefan Richter · 18 years ago
  44. 02af8e7 firewire: fw-sbp2: remove unused macro by Stefan Richter · 18 years ago
  45. 5fa1580 firewire: fw-sbp2: remove bogus "emulated" host flag by Stefan Richter · 18 years ago
  46. 6cad95f firewire: fix failure path in ohci_enable_phys_dma by Stefan Richter · 18 years ago
  47. 5af4e5e firewire: comma after last enum item or initializer by Stefan Richter · 18 years ago
  48. 5e20c28 firewire: whitespace adjustments by Stefan Richter · 18 years ago
  49. 95688e9 firewire: cleanups by Adrian Bunk · 18 years ago
  50. 21ebcd1 firewire: mark some structs const by Stefan Richter · 18 years ago
  51. 227e7d8 firewire: additional help in Kconfig by Stefan Richter · 18 years ago
  52. 22a38e72 firewire: put old and new stack into same Kconfig submenu by Stefan Richter · 18 years ago
  53. 687198b firewire: consistent ifndef blocks in header files by Stefan Richter · 18 years ago
  54. 35b7541 firewire: typo in Kconfig by Stefan Richter · 18 years ago
  55. 9c87da4 firewire: mark fw-core as experimental by Stefan Richter · 18 years ago
  56. fe69ca3 firewire: build fix 3 by Stefan Richter · 18 years ago
  57. 0b5b290 firewire: build fix 2 by Andrew Morton · 18 years ago
  58. cf3e72f firewire: build fix by Andrew Morton · 18 years ago
  59. fcf7770 firewire: printk warning fix by Andrew Morton · 18 years ago
  60. 9ba136d firewire: Add SBP-2 protocol driver for storage devices. by Kristian Høgsberg · 18 years ago
  61. ed56891 firewire: Add driver for OHCI firewire host controllers. by Kristian Høgsberg · 18 years ago
  62. 19a15b9 firewire: Add device probing and sysfs integration. by Kristian Høgsberg · 18 years ago
  63. 3038e35 firewire: Add core firewire stack. by Kristian Høgsberg · 18 years ago
  64. 08e15e8 Linux 2.6.21-rc3 by Linus Torvalds · 18 years ago
  65. 2f77445 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  66. 5b3c1184 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  67. fe1b4ba Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 18 years ago
  68. ae5dd8e Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  69. 38f3323 Revert "[PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on a constant" by Linus Torvalds · 18 years ago
  70. 5d6deb9 [PATCH] m68knommu: remove local_bh_count by Greg Ungerer · 18 years ago
  71. 1ed35e0 [PATCH] m68knommu: use irq_handler_t and rtc_time in prototypes by Greg Ungerer · 18 years ago
  72. 8bb2518 [PATCH] m68knommu: GPIO line defines for the ColdFire 5282 by Greg Ungerer · 18 years ago
  73. 28580df [PATCH] m68knommu: fix work queues in mcfserial.c driver by Greg Ungerer · 18 years ago
  74. ebfcfef [PATCH] m68knommu: set GPIO lines for serial ports on 5282 in mcfserial.c by Greg Ungerer · 18 years ago
  75. 8668fb5 [PATCH] m68knommu: use irq_handler_t and remove regs arg for 68328 by Greg Ungerer · 18 years ago
  76. 1ea9acc [PATCH] m68knommu: use irq_handler_t for passing handler types in 68328 setup by Greg Ungerer · 18 years ago
  77. b032fde [PATCH] m68knommu: use irq_handler_t for passing handler types in 68360 setup by Greg Ungerer · 18 years ago
  78. 1ba73b9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  79. 185d84b Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 18 years ago
  80. 03154a2 [PATCH] minor updat to tlclk Kconfig entry by Mark Gross · 18 years ago
  81. 059819a [PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005) by Marcel Holtmann · 18 years ago
  82. 266d4f4 [PATCH] suspend regression: sysfs deadlock by Hugh Dickins · 18 years ago
  83. 7c368bb Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 18 years ago
  84. cba5a64 Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa by Linus Torvalds · 18 years ago
  85. 9f6632d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  86. 8328258 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  87. 205c911 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  88. 063ea77 [MIPS] IP27: Build fix by Ralf Baechle · 18 years ago
  89. 08253b3 [MIPS] Wire up ioprio_set and ioprio_get. by Ralf Baechle · 18 years ago
  90. d52c2d5 [MIPS] Fix __raw_read_trylock() to allow multiple readers by Dave Johnson · 18 years ago
  91. d0c91ae [MIPS] Export __copy_user_inatomic. by Ralf Baechle · 18 years ago
  92. b961153 [MIPS] R2 bitops compile fix for gcc < 4.0. by Ralf Baechle · 18 years ago
  93. a5664c4 [MIPS] TX39: Remove redundant tx39_blast_icache() calls by Atsushi Nemoto · 18 years ago
  94. 0a22e0d [MIPS] Cobalt: Fix early printk by Yoichi Yuasa · 18 years ago
  95. 57a2050 [MIPS] SMTC: De-obscure Malta hooks. by Ralf Baechle · 18 years ago
  96. b392059 [MIPS] SMTC: Add fordward declarations for mm_struct and task_struct. by Ralf Baechle · 18 years ago
  97. 32fac80 [MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h> by Ralf Baechle · 18 years ago
  98. 22e651c [MIPS] SMTC: <asm/smtc_ipi.h> must include <linux/spinlock.h> by Ralf Baechle · 18 years ago
  99. f76b7ea [MIPS] Atlas, Malta: Fix build warning. by Ralf Baechle · 18 years ago
  100. cee87af [IA64] kexec: Use EFI_LOADER_DATA for ELF core header by Magnus Damm · 18 years ago