1. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  2. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  3. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  4. d9b2c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  5. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  6. 2861453 Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driver by Ben Hutchings · 15 years ago
  7. 32fd639 Bluetooth: Enable auto sleep mode for btmrvl driver by Amitkumar Karwar · 15 years ago
  8. fed4c25 Bluetooth: Fix miscdev ops owner for virtual driver by Marcel Holtmann · 15 years ago
  9. 329ab1b Bluetooth: Remove unused global minor variable by Marcel Holtmann · 15 years ago
  10. 5990108 Bluetooth: Remove stub ioctl in hci_vhci by Thomas Gleixner · 15 years ago
  11. b3cf652 Bluetooth: Removal of unused variable in btmrvl driver by Rahul Tank · 15 years ago
  12. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  13. 7b8e2c1 fix memory leak in fixed btusb_close by Oliver Neukum · 15 years ago
  14. 404291a btusb bluetooth driver: wait for 'waker' work too before closing by Linus Torvalds · 15 years ago
  15. 9ac3e58 pcmcia: deprecate CS_CHECK (bluetooth) by Dominik Brodowski · 15 years ago
  16. cb6dbd7 pcmcia: dtl1_cs: fix pcmcia_loop_config logic by Philipp Zabel · 15 years ago
  17. 7bee549 Bluetooth: Add USB autosuspend support to btusb driver by Oliver Neukum · 15 years ago
  18. d2e353f Bluetooth: Fix false errors from bcsp_pkt_cull function by Wending Weng · 15 years ago
  19. 5959809 Bluetooth: Add missing kmalloc NULL tests to Marvell driver by Julia Lawall · 15 years ago
  20. 3318b23 Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver by Bing Zhao · 15 years ago
  21. 9374253 Bluetooth: Remove Enter/Leave debug statements from Marvell driver by Marcel Holtmann · 15 years ago
  22. e0721f9 Bluetooth: Fix last few compiler warning within Marvell core driver by Marcel Holtmann · 15 years ago
  23. 91d6973 Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack by Marcel Holtmann · 15 years ago
  24. 60dee5c Bluetooth: Remove private device name of Marvell SDIO driver by Marcel Holtmann · 15 years ago
  25. 9666fb3 Bluetooth: Fix module description strings for Marvell driver by Marcel Holtmann · 15 years ago
  26. dcf47f3 Bluetooth: Fix complicated assignment of firmware for Marvell devices by Marcel Holtmann · 15 years ago
  27. 4271e08 Bluetooth: Some coding style cleanup for Marvell core driver by Marcel Holtmann · 15 years ago
  28. 5423990 Bluetooth: Remove pointless casts from Marvell debugfs support by Marcel Holtmann · 15 years ago
  29. 944fe79 Bluetooth: Remove pointless ifdef protection for Marvell header files by Marcel Holtmann · 15 years ago
  30. 08b0b0c Bluetooth: Fix compilation of Marvell driver without debugfs by Marcel Holtmann · 15 years ago
  31. e7a25f9 Bluetooth: Fix Kconfig for Marvell Bluetooth driver by Marcel Holtmann · 15 years ago
  32. fb784f0 Bluetooth: Add debugfs support to btmrvl driver by Bing Zhao · 15 years ago
  33. 789221e Bluetooth: Add Marvell BT-over-SDIO driver by Bing Zhao · 15 years ago
  34. 132ff4e Bluetooth: Add btmrvl driver for Marvell Bluetooth devices by Bing Zhao · 15 years ago
  35. 290ba20 Bluetooth: Improve USB driver throughput by increasing the frame size by Vikram Kandukuri · 15 years ago
  36. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  37. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  38. 3c4bdc4 Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driver by Marcel Holtmann · 15 years ago
  39. 7f8d09e tty: fix bluetooth scribbling on low latency flags by Alan Cox · 15 years ago
  40. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  41. 092b858 Bluetooth: Remove unused and unneeded support in virtual driver by Marcel Holtmann · 15 years ago
  42. 3857abc Bluetooth: Remove BKL from open callback of virtual driver by Marcel Holtmann · 15 years ago
  43. 4db7589 Bluetooth: Use wait_event_interruptible for virtual driver by Marcel Holtmann · 15 years ago
  44. ac28494 Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driver by Marcel Holtmann · 15 years ago
  45. b1fb068 Bluetooth: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  46. 43c2e57 Bluetooth: Submit bulk URBs along with interrupt URBs by Marcel Holtmann · 15 years ago
  47. 34a55ed Bluetooth: Eliminate a sparse warning in bt3c driver by Andre Haupt · 15 years ago
  48. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  49. 5ddd4a6 Bluetooth: Allow SCO audio with Asus WL-BTD202 dongle by Marcel Holtmann · 16 years ago
  50. 7a9d402 Bluetooth: Send HCI Reset command by default on device initialization by Marcel Holtmann · 16 years ago
  51. 12421b4 Bluetooth: Remove deprecated hci_usb driver by Marcel Holtmann · 16 years ago
  52. 7b99d17 Bluetooth: Respect HCI_UART_DEBUG config in hci_ll.c by Nick Pelly · 16 years ago
  53. 51a6fbc Bluetooth: Change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago
  54. 7644d63 Bluetooth: Fix TX error path in btsdio driver by Tomas Winkler · 16 years ago
  55. 6a88adf Bluetooth: Add suspend/resume support to btusb driver by Marcel Holtmann · 16 years ago
  56. a780efa Bluetooth: Handle bulk URBs in btusb driver from notify callback by Marcel Holtmann · 16 years ago
  57. 2eda66f Bluetooth: Add fine grained mem_flags usage to btusb driver by Marcel Holtmann · 16 years ago
  58. cbafe31 bpa10x: free sk_buff with kfree_skb by Ilpo Järvinen · 16 years ago
  59. c732acd Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  60. cbfd24a btsdio: free sk_buff with kfree_skb by Sergio Luis · 16 years ago
  61. aafcf99 pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted by Alan Cox · 16 years ago
  62. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  63. 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
  64. 4dd5651 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. 1305e9e [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle by Marcel Holtmann · 16 years ago
  66. 4f62f6c [Bluetooth] Add reset quirk for new Targus and Belkin dongles by Marcel Holtmann · 16 years ago
  67. 36010ff [Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers by Marcel Holtmann · 16 years ago
  68. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  69. ca330c5 hci_usb: replace mb with smp_mb by Ming Lei · 16 years ago
  70. 5fbcd26 [Bluetooth] Fix USB disconnect handling of btusb driver by Marcel Holtmann · 16 years ago
  71. e8c3c3d [Bluetooth] Fix wrong URB handling of btusb driver by Marcel Holtmann · 16 years ago
  72. bdbef3d [Bluetooth] Fix I/O errors on MacBooks with Broadcom chips by Marcel Holtmann · 16 years ago
  73. 8fc5387 bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff. by David S. Miller · 16 years ago
  74. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  75. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  76. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  77. 498ac18 pcmcia: pcmcia_config_loop() ConfigIndex unification by Dominik Brodowski · 16 years ago
  78. ed58872 pcmcia: use pcmcia_loop_config in bluetooth drivers by Dominik Brodowski · 16 years ago
  79. 63fbd24 [Bluetooth] Consolidate maintainers information by Marcel Holtmann · 16 years ago
  80. 9bfa35f [Bluetooth] Add SCO support to btusb driver by Marcel Holtmann · 16 years ago
  81. cfeb414 [Bluetooth] Add full quirk implementation for btusb driver by Marcel Holtmann · 16 years ago
  82. 943d56b [Bluetooth] Removal of unnecessary ignore module parameter by Marcel Holtmann · 16 years ago
  83. 5aa10ca bluetooth: add quirks for a few hci_usb devices by Michael Frey · 16 years ago
  84. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  85. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  86. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  87. d3a8eab0 bluetooth/hci_bcsp: fix bitrev Kconfig by Randy Dunlap · 16 years ago
  88. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  89. 8187b4f bluetooth: treat firmware data as const by David Woodhouse · 16 years ago
  90. dbfb2df Bluetooth VHCI: fasync BKL pushdown by Jonathan Corbet · 16 years ago
  91. 8324af6 bluetooth-vhci: BKL pushdown by Arnd Bergmann · 16 years ago
  92. c5ec514 bluetooth: hci_bcsp.c small cleanups/api users by Harvey Harrison · 16 years ago
  93. 026672d hci_usb.h: fix hard-to-trigger race by Pavel Machek · 16 years ago
  94. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 16 years ago
  95. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  96. d129f18 hci_usb: remove code obfuscation by Pavel Machek · 16 years ago
  97. a882711 hci_usb: do not initialize static variables to 0 by Pavel Machek · 16 years ago
  98. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  99. 60d5bce bluetooth: Add another Broadcom device by Karsten Keil · 16 years ago
  100. 09a7603 bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027) by SDiZ · 16 years ago