1. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 14 years ago
  2. 82fc594 usb_serial: Kill port mutex by Alan Cox · 15 years ago
  3. e1108a6 usb_serial: Use the shutdown() operation by Alan Cox · 15 years ago
  4. 64bc397 tty_port: add "tty_port_open" helper by Alan Cox · 15 years ago
  5. a5f6005 USB: small fix in error case of suspend in generic usbserial code by Oliver Neukum · 15 years ago
  6. a4720c6 USB: serial: don't call release without attach by Alan Stern · 15 years ago
  7. f278a2f tty: Fix regressions caused by commit b50989dc by Dave Young · 15 years ago
  8. 8e8dce0 USB: use kfifo to buffer usb-generic serial writes by David VomLehn · 15 years ago
  9. 81e5b23 USB: fix wrong order of events in usb serial suspension by Oliver Neukum · 15 years ago
  10. 75b48f0 USB: usb-serial, remove unused variables by Jiri Slaby · 15 years ago
  11. 320348c usb-serial: straighten out serial_open by Alan Stern · 15 years ago
  12. ff8324d usb-serial: add missing tests and debug lines by Alan Stern · 15 years ago
  13. 7455612 usb-serial: rename subroutines by Alan Stern · 15 years ago
  14. 7e29bb4 usb-serial: fix termios initialization logic by Alan Stern · 15 years ago
  15. cc56cd0 usb-serial: acquire references when a new tty is installed by Alan Stern · 15 years ago
  16. 8bc2c1b usb-serial: change logic of serial lookups by Alan Stern · 15 years ago
  17. f5b0953 usb-serial: put subroutines in logical order by Alan Stern · 15 years ago
  18. 41bd34d usb-serial: change referencing of port and serial structures by Alan Stern · 15 years ago
  19. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  20. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  21. 4455e34 tty: USB can now use the shutdown method for kref based freeing of ports by Alan Cox · 15 years ago
  22. d2b3918 tty: USB hangup is racy by Alan Cox · 15 years ago
  23. c56d300 usb_serial: Fix remaining ref count/lock bugs by Alan Cox · 15 years ago
  24. b68f2fb tty: Fix a USB serial crash/scribble by Alan Cox · 15 years ago
  25. 51feb98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  26. 6e40612 USB: console: Fix regression in usb console on kernel boot by Jason Wessel · 15 years ago
  27. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  28. f4fa446 usb_serial: Fix oops when unexisting usb serial device is opened. by Thadeu Lima de Souza Cascardo · 15 years ago
  29. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  30. c706ebd USB: usb-serial: call port_probe and port_remove at the right times by Alan Stern · 15 years ago
  31. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  32. 0a3c854 usb-serial: fix crash when sub-driver updates firmware by Alan Stern · 15 years ago
  33. 2d93148 USB: serial: fix lifetime and locking problems by Alan Stern · 15 years ago
  34. 6fd69d3 proc tty: switch usb-serial to ->proc_fops by Alexey Dobriyan · 15 years ago
  35. e4abe66 usb-serial: fix usb_serial_register bug when boot with nousb param by Dave Young · 15 years ago
  36. 331879f USB: serial: refuse to open recently removed USB Serial devices by James Woodcock · 15 years ago
  37. 1c27ae6 USB: serial: remove recourse to generic method by Oliver Neukum · 15 years ago
  38. c49cfa91 USB: serial: use generic method if no alternative is provided in usb serial layer by Oliver Neukum · 15 years ago
  39. f8bece8 USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspension by Oliver Neukum · 15 years ago
  40. bf0672d usb-serial: remove NULL check by Alan Cox · 15 years ago
  41. 6b447f04 tty: Drop the lock_kernel in the private ioctl hook by Alan Cox · 15 years ago
  42. eff6937 tty: USB tty devices can block in tcdrain when unplugged by Alan Cox · 15 years ago
  43. 4bd43f2 tty: Fix close races in USB serial by Alan Cox · 15 years ago
  44. fce4877 tty: Fix USB kref leak by Alan Cox · 16 years ago
  45. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  46. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  47. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  48. ce816cf usb-serial: Add Siemens EF81 to PL-2303 hack triggers by Andreas Bombe · 16 years ago
  49. 0282b7f usb-serial: don't release unregistered minors by Alan Stern · 16 years ago
  50. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  51. a8d6f0a usb-serial: Coding style by Alan Cox · 16 years ago
  52. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  53. 62ad296 USB: fix usb serial pm counter decrement for disconnected interfaces by Oliver Neukum · 16 years ago
  54. dd9ca5d USB: usb-serial: fix a sparse warning about different signedness by Andre Haupt · 16 years ago
  55. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  56. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  57. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  58. a5b6f60 usb serial: more fixes and groundwork for tty changes by Alan Cox · 16 years ago
  59. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  60. 9aebfd6 USB: serial: remove endpoints setting checks from core and header by Greg Kroah-Hartman · 16 years ago
  61. 2097890 USB: usb-serial: Prepare for BKL push down by Alan Cox · 16 years ago
  62. 07c3b1a USB: remove broken usb-serial num_endpoints check by Greg Kroah-Hartman · 16 years ago
  63. a1cd7e9 USB: stop io performed by mos7720 upon close() by Oliver Neukum · 16 years ago
  64. f0fbd5b USB: Prepare serial core for autosuspend. by Sarah Sharp · 17 years ago
  65. 9a6b1ef USB: usb_serial: clean tty reference in the last close by Aristeu Rozanski · 17 years ago
  66. 8abaee2 USB: usb_serial_resume bug fix by Sarah Sharp · 17 years ago
  67. 3378509 usb-serial: handle NULL termios methods as "no hardware changing support" by Alan Cox · 17 years ago
  68. 063a2da USB: serial core should respect driver requirements by Alan Stern · 17 years ago
  69. 5adceac USB: fix errornous assumption in the usb serial framework revealed by iuu_phoenix by Oliver Neukum · 17 years ago
  70. 3ddad82 USB: fix BUG: sleeping function called from invalid context at /home/jeremy/hg/xen/paravirt/linux/drivers/usb/core/urb.c:524, in_atomic():1, irqs_disabled():0 by Oliver Neukum · 17 years ago
  71. e31c188 USB: fix usb_serial_suspend(): buggy code by Oliver Neukum · 17 years ago
  72. 52f6b5e synchronization in usb_serial_put by Benny Halevy · 17 years ago
  73. ec22559 USB: suspend support for usb serial by Oliver Neukum · 17 years ago
  74. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  75. 521b85a USB: fix usb-serial regression by Jim Radford · 17 years ago
  76. a1f721c USB: further fix for usb-serial by Oliver Neukum · 17 years ago
  77. c744f99 USB: fix usb-serial device naming bug by Oliver Neukum · 17 years ago
  78. d9a7eca usb-serial: fix shutdown / device_unregister order by Jim Radford · 17 years ago
  79. 3ff4fd9 USB: race fixes for usb-serial, step 3 by Oliver Neukum · 17 years ago
  80. 4b10f0f USB: race fixes for usb-serial, step 2 by Oliver Neukum · 17 years ago
  81. 34ef50e USB: race fixes for usb-serial step 1 by Oliver Neukum · 17 years ago
  82. 93bacef USB serial: add dynamic id support to usb-serial core by Greg Kroah-Hartman · 17 years ago
  83. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  84. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  85. 95d4316 usb: usb-serial free urb cleanup by Mariusz Kozlowski · 18 years ago
  86. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  87. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  88. 8fd8013 usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driver by Johannes Steingraeber · 18 years ago
  89. 13f4db9 USB: fix __must_check warnings in drivers/usb/serial/ by Greg Kroah-Hartman · 18 years ago
  90. 4fa1bbf USB: usb-serial: Use usb_endpoint_* functions. by Luiz Fernando N. Capitulino · 18 years ago
  91. 5992583 usbserial: Reference leak by Matthias Urlichs · 18 years ago
  92. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  93. 34f8e76 [PATCH] USB: fix usb-serial leaks, oopses on disconnect by Pete Zaitcev · 18 years ago
  94. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  95. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  96. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  97. db54a53 [PATCH] usbserial: Fixes wrong return values. by Luiz Fernando N. Capitulino · 18 years ago
  98. b059c81 [PATCH] USB Serial: clean tty fields on failed device open by Frank Gevaerts · 18 years ago
  99. 2f8ad9a [PATCH] USB: rmmod pl2303 after -28 by Pete Zaitcev · 18 years ago
  100. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago