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. 99a6f73 USB: kl5kusb105: fix port-data memory leak by Johan Hovold · 12 years ago
  5. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  6. 63f10dd USB: serial: kl5kusb105.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  7. 1ad7604 USB: serial: kl5kusb105.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  8. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  9. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  10. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  11. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  12. b20430b USB: kl5kusb105.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  13. 11f7985 USB: serial: kl5kusb105.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  14. 4d2a7af usb-serial: use new registration API in [k-m]* drivers by Alan Stern · 12 years ago
  15. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  16. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  17. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  18. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  19. 60b3013 USB: kl5usb105: reimplement using generic framework by Johan Hovold · 14 years ago
  20. ff8c195 USB: kl5usb105: minor clean ups by Johan Hovold · 14 years ago
  21. 313b0d8 USB: kl5usb105: fix memory leak by Johan Hovold · 14 years ago
  22. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  23. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  24. abf492e USB: kl5kusb105: fix DMA buffers on stack by Johan Hovold · 15 years ago
  25. 6383251 USB: serial: fix assumption that throttle/unthrottle cannot sleep by Oliver Neukum · 15 years ago
  26. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  27. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  28. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  29. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  30. 6b447f04 tty: Drop the lock_kernel in the private ioctl hook by Alan Cox · 16 years ago
  31. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  32. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  33. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  34. 0c265f4 tty-usb-kl5kusb105: Coding style by Alan Cox · 16 years ago
  35. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  36. bd2c784 USB: use get_unaligned_* helpers for kl5kusb105 driver by Harvey Harrison · 16 years ago
  37. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  38. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  39. a5b6f60 usb serial: more fixes and groundwork for tty changes by Alan Cox · 16 years ago
  40. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  41. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  42. 3edbc98 USB: kl5kusb105 don't flush to logically disconnected devices by Oliver Neukum · 17 years ago
  43. 3f6ff6e USB: kl5kusb105: witch to new speed API by Alan Cox · 17 years ago
  44. 17c1b35 USB: serial: kl5kusb105: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  45. 9306fff USB: fix error handling in kl5kusb by Oliver Neukum · 17 years ago
  46. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  47. b1cff28 usb serial: Eliminate bogus ioctl code by Alan · 18 years ago
  48. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  49. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  50. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  52. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  53. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  54. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  55. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  56. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  57. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  58. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  59. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago