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. bcbec05 USB: serial: remove driver version information by Johan Hovold · 12 years ago
  4. ae685ef USB: mos7840: fix port_probe flow by Johan Hovold · 12 years ago
  5. 80c0075 USB: mos7840: fix port-data memory leak by Johan Hovold · 12 years ago
  6. e681b66 USB: mos7840: remove invalid disconnect handling by Johan Hovold · 12 years ago
  7. 28c3ae9 USB: mos7840: remove NULL-urb submission by Johan Hovold · 12 years ago
  8. 3eb55cc USB: mos7840: fix port-device leak in error path by Johan Hovold · 12 years ago
  9. 65a4cdb USB: mos7840: fix urb leak at release by Johan Hovold · 12 years ago
  10. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  11. a125357 USB: Serial: mos7840.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  12. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  13. 9c134a1 USB: serial: mos7840.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  14. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  15. 1e65848 USB: serial: Fix mos7840 timeout by Mark Ferrell · 12 years ago
  16. 5c263b9 usb: serial: mos7840: Fixup mos7840_chars_in_buffer() by Mark Ferrell · 12 years ago
  17. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  18. b9c8766 USB: mos7840: Fix compilation of usb serial driver by Tony Zelenoff · 12 years ago
  19. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() 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. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  22. 3363155 USB: mos7840.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  23. 0eafe4d USB: serial: mos7840: add support for MCS7810 devices by Donald · 12 years ago
  24. 093ea2d USB: serial: mos7840: Fixed MCS7820 device attach problem by Donald Lee · 12 years ago
  25. e7414d9 USB: serial: mos7840.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  26. 4d2a7af usb-serial: use new registration API in [k-m]* drivers by Alan Stern · 12 years ago
  27. 22a416c USB: serial: use dev_err_console in custom write paths by Johan Hovold · 12 years ago
  28. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  29. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  30. 6580a67 USB: serial: remove duplicate returns by Dan Carpenter · 13 years ago
  31. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  32. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  33. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  34. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  35. 0bca1b9 tty: Convert the USB drivers to the new icount interface by Alan Cox · 14 years ago
  36. a0846f1 USB: serial/mos*: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  37. 870408c usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters. by Dave Ludlow · 14 years ago
  38. caf3a63 usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P. by Dave Ludlow · 14 years ago
  39. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  40. b41709f USB: mos7840: fix null-pointer dereference by Johan Hovold · 14 years ago
  41. fe662b4 USB: mos7840: Cleanup useless header by Alessio Igor Bogani · 14 years ago
  42. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  43. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  44. 9e221a3 USB: mos7840: fix DMA buffers on stack and endianess bugs by Johan Hovold · 15 years ago
  45. 27f1281 USB: serial: Extra device/vendor ID for mos7840 driver by Blaise Gassend · 15 years ago
  46. acf509a USB: mos7840: add device IDs for B&B electronics devices by Cliff Brake · 15 years ago
  47. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  48. 1e066d8 mos7840: remove old dead modem logic by Alan Cox · 15 years ago
  49. 9d498be USB: aten uc2324 is really a moschip 7840 by Russell Lang · 15 years ago
  50. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  51. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  52. 84fe6e7 USB: mos7840: fix debug log messages by Tony Cook · 15 years ago
  53. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  54. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  55. 37768ad USB: fix mos7840 problem with minor numbers by Tony Cook · 15 years ago
  56. e9b8cff USB: mos7840: add new device id by Tony Cook · 15 years ago
  57. 50de36f USB: serial: fix up urb->status usage by Greg Kroah-Hartman · 16 years ago
  58. 6b447f04 tty: Drop the lock_kernel in the private ioctl hook by Alan Cox · 16 years ago
  59. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  60. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  61. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  62. 880af9d mos7840: remove loads of bogus assignments to status by Alan Cox · 16 years ago
  63. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  64. 87521c4 USB: mos7840: test and propagate set_uart_reg return value by Roel Kluin · 16 years ago
  65. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  66. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  67. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  68. e298449 USB: serial: Note mos7480 and option don't lock modem status by Alan Cox · 16 years ago
  69. 11e1abb usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.c by David Ludlow · 16 years ago
  70. dc0d5c1 USB: Spelling fixes by Joe Perches · 17 years ago
  71. 7ced46c USB: free memory when writing fails in usb/serial/mos7840.c by Roel Kluin · 17 years ago
  72. 3d3ddce USB: mos7840: Clean up old checks and stuff by Alan Cox · 17 years ago
  73. e94fa28 USB: mos7720, mos7840: remove redundant urb check by Florin Malita · 17 years ago
  74. 31473aa USB: mos7840.c: turn this into a serial driver by Alan Cox · 17 years ago
  75. 0643c72 USB: serial: mos7840: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  76. deb3d7f USB: remove useless check in mos7840 found by coverity by Oliver Neukum · 17 years ago
  77. 0de9a70 USB: overhaul of mos7840 driver by Oliver Neukum · 17 years ago
  78. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  79. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  80. b1cff28 usb serial: Eliminate bogus ioctl code by Alan · 18 years ago
  81. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  82. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  83. 7ac9da1 USB serial: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  84. ad18027 USB: mos7840.c: fix a check-after-dereference by Adrian Bunk · 18 years ago
  85. 97c4965 [PATCH] mos7840 annotations by Al Viro · 18 years ago
  86. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  87. 3f54297 USB: Moschip 7840 USB-Serial Driver by Paul B Schroeder · 18 years ago