1. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  2. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  3. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  4. 428d998 USB: serial: export usb_serial_generic_chars_in_buffer by Johan Hovold · 12 years ago
  5. 3033bc8 USB: Serial: usb-serial: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  6. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  7. 0b84704 USB: serial-generic: use a single set of device IDs by Alan Stern · 12 years ago
  8. 689c278 USB: generic.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  9. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  10. 2edd284 USB: serial: remove bizarre generic_serial probe function by Greg Kroah-Hartman · 12 years ago
  11. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  12. de5789e USB: generic.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  13. c1d830c USB: serial: fix double newlines in debug output by Johan Hovold · 12 years ago
  14. c5b4ee6 USB: serial: remove redundant write-urb kill by Johan Hovold · 12 years ago
  15. 765e0ba usb-serial: new API for driver registration by Alan Stern · 12 years ago
  16. f1475a0 USB: serial: use dev_err_console in generic write by Johan Hovold · 12 years ago
  17. 548dd4b USB: serial: fix console error reporting by Johan Hovold · 12 years ago
  18. d83b405 USB: serial: add support for multiple read urbs by Johan Hovold · 13 years ago
  19. d14fc1a USB: serial: handle Data Carrier Detect changes by Libor Pechacek · 14 years ago
  20. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  21. 5c7efeb USB: serial: export symbol usb_serial_generic_disconnect by Bill Pemberton · 14 years ago
  22. 6ee9f4b USB: drop tty argument from usb_serial_handle_sysrq_char() by Dmitry Torokhov · 14 years ago
  23. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  24. b58af40 USB: serial: fix stalled writes by Johan Hovold · 14 years ago
  25. 56a1df4 USB: serial: add special case for processing of empty read urbs by Johan Hovold · 14 years ago
  26. c23e5fc USB: serial: remove multi-urb write from generic driver by Johan Hovold · 14 years ago
  27. 27c7acf USB: serial: reimplement generic fifo-based writes by Johan Hovold · 14 years ago
  28. eaa3bcb USB: serial: generalise write buffer preparation by Johan Hovold · 14 years ago
  29. 25d514c USB: serial: re-implement multi-urb writes in generic driver by Johan Hovold · 14 years ago
  30. 40f92f0 USB: serial: allow custom multi-urb write bulk callbacks by Johan Hovold · 14 years ago
  31. 50a5f70 USB: serial: clean up generic write start busy test by Johan Hovold · 14 years ago
  32. 1a1405e USB: serial: clean up some error and debug messages in generic driver by Johan Hovold · 14 years ago
  33. f1e949a USB: serial: export generic throttle and unthrottle by Johan Hovold · 14 years ago
  34. 2315432 USB: serial: generalise generic read implementation by Johan Hovold · 14 years ago
  35. 0f3d5ba USB: serial: clean up read processing in generic driver by Johan Hovold · 14 years ago
  36. 056afc0 USB: serial: remove unnecessary re-initialisation of generic urbs by Johan Hovold · 14 years ago
  37. 41bd72f USB: serial: refactor read urb submission in generic driver by Johan Hovold · 14 years ago
  38. f26788d USB: serial: refactor generic close by Johan Hovold · 14 years ago
  39. ec3ee50 USB: serial: clear fifo on close by Johan Hovold · 14 years ago
  40. 50dbb85 USB: serial: fix missing locking on fifo in write callback by Johan Hovold · 14 years ago
  41. 30af7fb USB: serial: fix generic chars_in_buffer by Johan Hovold · 14 years ago
  42. 7f0ae3a usb: fix serial build when SYSRQ is disabled by Randy Dunlap · 14 years ago
  43. bd5afa9 usb-serial: Use tty_port version console instead of usb_serial_port by Jason Wessel · 14 years ago
  44. eb8878a USB: serial: use port endpoint size to determine if ep is available by Johan Hovold · 14 years ago
  45. 6313620 USB: serial: fix softint not being called on errors by Johan Hovold · 14 years ago
  46. 0ae1474 USB: serial: fix error message on close in generic driver by Johan Hovold · 14 years ago
  47. 1f87158 USB: remove references to port->port.count from the serial drivers by Alan Stern · 14 years ago
  48. 759f363 USB: serial: Remove unnecessary \n's from dbg uses by Joe Perches · 14 years ago
  49. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  50. 2591530 usb: serial: fix memory leak in generic driver by Johan Hovold · 15 years ago
  51. 25719e6b USB: serial: fix USB serial fix kfifo_len locking by Stefani Seibold · 15 years ago
  52. 119eecc Fix usb_serial_probe() problem introduced by the recent kfifo changes by Stefani Seibold · 15 years ago
  53. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  54. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  55. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  56. 63a9609 USB: Fix throttling in generic usbserial driver by Joris van Rantwijk · 15 years ago
  57. 8e8dce0 USB: use kfifo to buffer usb-generic serial writes by David VomLehn · 15 years ago
  58. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  59. 24a15a6 tty: Fix USB kref leak by Alan Cox · 15 years ago
  60. 4cd1de0a tty: Sort out the USB sysrq changes that wrecked performance by Alan Cox · 15 years ago
  61. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  62. 568d422 USB: usb_serial: only allow sysrq on a console port by Jason Wessel · 15 years ago
  63. 98fcb5f USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break by Jason Wessel · 15 years ago
  64. 715b1dc USB: usb_debug, usb_generic_serial: implement multi urb write by Jason Wessel · 15 years ago
  65. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  66. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  67. 81d043c USB: serial: export symbol of usb_serial_generic_resume by Oliver Neukum · 15 years ago
  68. d55c0ae USB: serial generic resume function fix by Oliver Neukum · 15 years ago
  69. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  70. ae64387 tty-usb-generic: Code cleanup by Alan Cox · 16 years ago
  71. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  72. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  73. a5b6f60 usb serial: more fixes and groundwork for tty changes by Alan Cox · 16 years ago
  74. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  75. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  76. b507cc9 USB: fix usb-serial generic recursive lock by Pete Zaitcev · 16 years ago
  77. f0fbd5b USB: Prepare serial core for autosuspend. by Sarah Sharp · 17 years ago
  78. bfaeafc usbserial: fix inconsistent lock state by Borislav Petkov · 17 years ago
  79. acd2a84 USB: usbserial - fix potential deadlock between write() and IRQ by Jiri Kosina · 17 years ago
  80. fbd27225 USB: serial: generic: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  81. 1abdeeb USB: generic usb serial to new buffering scheme by Oliver Neukum · 17 years ago
  82. ec22559 USB: suspend support for usb serial by Oliver Neukum · 17 years ago
  83. b46d60f USB: fix usb-serial/generic build warning by David Brownell · 17 years ago
  84. 253ca92 USB: add flow control to usb-serial generic driver. by Joris van Rantwijk · 17 years ago
  85. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  86. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  87. e81ee63 usb-serial: possible irq lock inversion (PPP vs. usb/serial) by Peter Zijlstra · 18 years ago
  88. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  89. 166ffcc [PATCH] USB: Anydata: Fixes wrong URB callback. by Luiz Fernando N. Capitulino · 18 years ago
  90. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  91. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  92. 815ddc9 [PATCH] USB: add ark3116 usb to serial driver by Greg Kroah-Hartman · 18 years ago
  93. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  94. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  95. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  96. bb83398 [PATCH] USB: add the anydata usb-serial driver by Greg Kroah-Hartman · 19 years ago
  97. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  98. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  99. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  100. 7a3ca7d [PATCH] usbserial: Regression in USB generic serial driver by Randall Nortman · 19 years ago