1. 4bdb0f4 Merge android-4.9.216(4ad9bb8) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. dc19447 Merge android-4.9.207(6f0b5b5) into msm-4.9 by jianzhou · 4 years, 3 months ago
  3. dd75e3d usb: gadget: serial: fix Tx stall after buffer overflow by Sergey Organov · 4 years, 4 months ago
  4. 72f996a usb: gadget: u_serial: add missing port entry locking by Michał Mirosław · 4 years, 10 months ago
  5. c5976f8 Merge android-4.9.135 (03fcc2f) into msm-4.9 by Minming Qi · 5 years ago
  6. 92811e2 usb: gadget: serial: fix oops when data rx'd after close by Stephen Warren · 7 years ago
  7. 7105fbf usb: gadget: increase the buffer size to 1 MB for tty ports by Mohammed Javid · 7 years ago
  8. cc44887 USB: f_serial/f_acm: Increase the IN endpoint buffer allocation by ChandanaKishori Chiluveru · 9 years ago
  9. 511a36d usb: gadget: Add the gserial port checking in gs_start_tx() by Baolin Wang · 8 years ago
  10. 872ce51 usb: gadget: fix unused-but-set-variale warnings by Michal Nazarewicz · 8 years ago
  11. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 8 years ago
  12. a5beaaf usb: gadget: Add the console support for usb-to-serial port by Baolin Wang · 9 years ago
  13. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  14. b140dfe usb: gadget: gserial: Privatize close_wait by Peter Hurley · 9 years ago
  15. 18411c0 usb: gadget: u_serial: eliminate abuse of ep->driver data by Robert Baldyga · 9 years ago
  16. 3e9d3d2 usb: gadget: serial: fix re-ordering of tx data by Philip Oberstaller · 9 years ago
  17. 16d9efa usb: gadget: serial: %pf is only for function pointers by Scott Wood · 9 years ago
  18. c572a21 usb: gadget: serial: remove PREFIX macro by Richard Leitner · 10 years ago
  19. 00a2430 usb: gadget: Gadget directory cleanup - group usb functions by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/u_serial.c]
  20. a9c3f68 tty: Fix low_latency BUG by Peter Hurley · 10 years ago
  21. 273daf2 usb: gadget: u_serial: fix typo which cause build warning by Bo Shen · 11 years ago
  22. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  23. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  24. cba6c85 Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  25. 38b3ad5 usb: gadget: fix two sparse warnings by Felipe Balbi · 11 years ago
  26. 19b10a8 usb: gadget: allocate & giveback serial ports instead hard code them by Sebastian Andrzej Siewior · 11 years ago
  27. 3249ca2 usb: gadget: u_serial: convert into a module by Sebastian Andrzej Siewior · 11 years ago
  28. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  29. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 11 years ago
  30. 484ca3a usb: gadget: u_serial: fix switch off blocked by Haipeng YU · 12 years ago
  31. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  32. 7ac3c93 Merge 3.6-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  33. ea0e627 usb: gadget: add multiple definition guards by Andrzej Pietrasiewicz · 12 years ago
  34. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  35. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  36. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  37. c3c04b2 usb: gadget: u_serial: Allow calling gserial_setup after init by Benoit Goby · 12 years ago
  38. 3d5ea59 TTY: usb/u_serial use close_wait from tty_port by Jiri Slaby · 12 years ago
  39. 35f95fd TTY: usb/u_serial, use tty from tty_port by Jiri Slaby · 12 years ago
  40. 266e37e TTY: usb/u_serial, add tty_port by Jiri Slaby · 12 years ago
  41. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  42. bfa346a gadget: Use vsprintf extention %pf with builtin_return_address by Joe Perches · 12 years ago
  43. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  44. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  45. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  46. 5023829 USB: gadget: u_serial.c: fixed a brace coding style issue by Shaun Silk · 13 years ago
  47. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  48. 28609d40 usb: subtle increased memory usage in u_serial by Jim Sung · 14 years ago
  49. 1e41394 USB: gadget: compilation issue: missing TASK_INTERRUPTIBLE by stephane duverger · 14 years ago
  50. b23097b USB: g_serial: fix tty cleanup on unload by Jon Povey · 14 years ago
  51. 44a0c01 USB: g_serial: don't set low_latency flag by Jon Povey · 14 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  53. 48d3167 USB: double put_tty_driver(gs_tty_driver) in gserial_setup() by Roel Kluin · 15 years ago
  54. 2e25134 USB: gadget: g_serial: append zlp when tx buffer becomes empty by Daniel Glöckner · 15 years ago
  55. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  56. 1f1ba11 usb gadget: issue notifications from ACM function by David Brownell · 16 years ago
  57. 937ef73 USB: serial gadget: rx path data loss fixes by David Brownell · 16 years ago
  58. ac90e36 usb_gadget: composite cdc gadget fault handling by David Brownell · 16 years ago
  59. c1dca56 usb gadget: split out serial core by David Brownell · 16 years ago