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