| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-17 | tty: introduce and use tty_port_tty_vhangup() helper | Jiri Slaby (SUSE) | 1 | -6/+1 |
| 2024-11-14 | USB: make single lock for all usb dynamic id lists | Greg Kroah-Hartman | 1 | -3/+1 |
| 2024-08-26 | USB: serial: set driver owner when registering drivers | Krzysztof Kozlowski | 1 | -5/+7 |
| 2024-01-04 | USB: core: Use device_driver directly in struct usb_driver and usb_device_driver | Yajun Deng | 1 | -1/+1 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -2/+1 |
| 2023-06-07 | USB: serial: report unsupported break signalling | Johan Hovold | 1 | -1/+1 |
| 2023-06-07 | USB: serial: return errors from break handling | Johan Hovold | 1 | -1/+1 |
| 2023-01-19 | tty: Convert ->dtr_rts() to take bool argument | Ilpo Järvinen | 1 | -1/+1 |
| 2023-01-19 | tty: Convert ->carrier_raised() and callchains to bool | Ilpo Järvinen | 1 | -2/+2 |
| 2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+2 |
| 2022-07-25 | USB: serial: fix tty-port initialized comments | Johan Hovold | 1 | -1/+1 |
| 2021-09-20 | USB: serial: allow hung up ports to be suspended | Johan Hovold | 1 | -14/+17 |
| 2021-09-20 | USB: serial: clean up core error labels | Johan Hovold | 1 | -18/+16 |
| 2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -2/+2 |
| 2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -5/+4 |
| 2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-04-09 | USB: serial: do not use tty class device for debugging | Johan Hovold | 1 | -16/+16 |
| 2021-04-08 | USB: serial: add generic support for TIOCSSERIAL | Johan Hovold | 1 | -5/+48 |
| 2021-04-08 | USB: serial: fix return value for unsupported ioctls | Johan Hovold | 1 | -3/+3 |
| 2021-04-01 | USB: serial: add support for multi-interface functions | Johan Hovold | 1 | -11/+73 |
| 2021-04-01 | USB: serial: refactor endpoint classification | Johan Hovold | 1 | -20/+31 |
| 2021-04-01 | USB: serial: drop unused suspending flag | Johan Hovold | 1 | -7/+1 |
| 2020-03-11 | USB: serial: fix tty cleanup-op kernel-doc | Johan Hovold | 1 | -1/+1 |
| 2020-01-17 | USB: serial: suppress driver bind attributes | Johan Hovold | 1 | -0/+3 |
| 2019-10-04 | USB: serial: fix runtime PM after driver unbind | Johan Hovold | 1 | -4/+1 |
| 2019-06-20 | docs: usb: rename files to .rst and add them to drivers-api | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-04-26 | USB: serial: fix initial-termios handling | Johan Hovold | 1 | -4/+7 |
| 2018-10-13 | complete ->[sg]et_serial() switchover | Al Viro | 1 | -2/+2 |
| 2018-10-13 | usb-serial: begin switching to ->[sg]et_serial() | Al Viro | 1 | -0/+20 |
| 2018-06-05 | Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
| 2018-05-17 | USB: serial: use tty_port_register_device() | Johan Hovold | 1 | -1/+1 |
| 2018-05-16 | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 1 | -14/+1 |
| 2017-11-04 | USB: serial: fix module-license macros | Johan Hovold | 1 | -1/+1 |
| 2017-11-04 | USB: serial: Remove redundant license text | Greg Kroah-Hartman | 1 | -4/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-13 | USB: serial: drop unused core USB driver | Johan Hovold | 1 | -22/+0 |
| 2017-06-21 | USB: serial: propagate late probe errors | Johan Hovold | 1 | -11/+12 |
| 2017-06-21 | USB: serial: refactor port endpoint setup | Johan Hovold | 1 | -92/+130 |
| 2017-03-31 | USB: serial: drop obsolete open-race workaround | Johan Hovold | 1 | -8/+0 |
| 2017-03-28 | USB: serial: move pl2303 hack out of usb-serial core | Johan Hovold | 1 | -40/+0 |
| 2017-03-28 | USB: serial: add calc_num_ports callback to generic driver | Johan Hovold | 1 | -19/+8 |
| 2017-03-28 | USB: serial: add probe callback to generic driver | Johan Hovold | 1 | -2/+0 |
| 2017-03-28 | USB: serial: allow subdrivers to modify port-endpoint mapping | Johan Hovold | 1 | -13/+6 |
| 2017-03-16 | USB: serial: add endpoint sanity check to core | Johan Hovold | 1 | -5/+12 |
| 2017-03-16 | USB: serial: replace runtime overflow check | Johan Hovold | 1 | -8/+5 |
| 2017-03-16 | USB: serial: refactor and clean up endpoint handling | Johan Hovold | 1 | -74/+80 |
| 2017-03-16 | USB: serial: clean up endpoint and port-counter types | Johan Hovold | 1 | -7/+7 |
| 2017-03-16 | USB: serial: clean up probe error paths | Johan Hovold | 1 | -12/+12 |
| 2016-10-21 | USB: serial: fix potential NULL-dereference at probe | Johan Hovold | 1 | -1/+2 |
| 2016-08-08 | USB: serial: fix memleak in driver-registration error path | Alexey Klimov | 1 | -1/+3 |
| 2016-05-20 | Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+3 |
| 2016-05-10 | USB: serial: fix minor-number allocation | Johan Hovold | 1 | -1/+2 |
| 2016-04-30 | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 1 | -1/+1 |
| 2016-04-25 | USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULE | Javier Martinez Canillas | 1 | -1/+1 |
| 2015-07-09 | USB: serial: Destroy serial_minors IDR on module exit | Johannes Thumshirn | 1 | -0/+1 |
| 2015-02-26 | USB: serial: fix port attribute-creation race | Johan Hovold | 1 | -0/+16 |
| 2015-02-26 | Revert "USB: serial: make bulk_out_size a lower limit" | Johan Hovold | 1 | -2/+3 |
| 2014-08-27 | USB: serial: fix potential heap buffer overflow | Johan Hovold | 1 | -0/+5 |
| 2014-08-27 | USB: serial: fix potential stack buffer overflow | Johan Hovold | 1 | -10/+22 |
| 2014-05-27 | USB: serial: remove overly defensive port tests | Johan Hovold | 1 | -24/+14 |
| 2014-04-24 | USB: serial: fix sysfs-attribute removal deadlock | Johan Hovold | 1 | -1/+3 |
| 2014-03-12 | USB: serial: add missing newlines to dev_<level> messages. | Johan Hovold | 1 | -2/+2 |
| 2014-03-12 | USB: serial: add missing braces | Johan Hovold | 1 | -4/+4 |
| 2014-03-12 | USB: serial: make bulk_out_size a lower limit | Johan Hovold | 1 | -3/+2 |
| 2014-01-03 | USB: serial: clean up ioctl debugging | Johan Hovold | 1 | -1/+1 |
| 2013-07-23 | USB: serial: clean up dtr_rts | Johan Hovold | 1 | -12/+2 |
| 2013-06-17 | USB: serial: increase the number of devices we support | Greg Kroah-Hartman | 1 | -3/+6 |
| 2013-06-17 | USB: serial: make minor allocation dynamic | Greg Kroah-Hartman | 1 | -68/+55 |
| 2013-06-10 | USB: serial: ports: add minor and port number | Greg Kroah-Hartman | 1 | -3/+4 |
| 2013-06-05 | USB: serial: fix TIOCMIWAIT return value | Johan Hovold | 1 | -3/+1 |
| 2013-05-16 | USB: serial: clean up chars_in_buffer | Johan Hovold | 1 | -9/+2 |
| 2013-05-16 | USB: serial: add generic wait_until_sent implementation | Johan Hovold | 1 | -0/+2 |
| 2013-05-16 | USB: serial: add wait_until_sent operation | Johan Hovold | 1 | -0/+17 |
| 2013-04-29 | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -119/+111 |
| 2013-04-01 | Merge 3.9-rc5 into tty-next | Greg Kroah-Hartman | 1 | -1/+3 |
| 2013-03-28 | Revert "USB: serial: fix hang when opening port" | Greg Kroah-Hartman | 1 | -1/+0 |
| 2013-03-28 | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2013-03-26 | USB: serial: fix hang when opening port | Ming Lei | 1 | -0/+1 |
| 2013-03-25 | USB: serial: update copyright information | Johan Hovold | 1 | -0/+1 |
| 2013-03-25 | USB: serial: wake up MSR-wait queue on disconnect | Johan Hovold | 1 | -0/+1 |
| 2013-03-25 | USB: serial: add tiocmiwait subdriver operation | Johan Hovold | 1 | -4/+11 |
| 2013-03-25 | USB: serial: use urb poison to reliably kill traffic | Johan Hovold | 1 | -18/+37 |
| 2013-03-25 | USB: serial: rename port release | Johan Hovold | 1 | -2/+2 |
| 2013-03-25 | USB: serial: fix port release | Johan Hovold | 1 | -7/+0 |
| 2013-03-25 | USB: serial: clean up generic-operation handling | Johan Hovold | 1 | -6/+6 |
| 2013-03-25 | USB: serial: remove generic release callback | Johan Hovold | 1 | -2/+1 |
| 2013-03-25 | USB: serial: remove generic disconnect callback | Johan Hovold | 1 | -2/+2 |
| 2013-03-25 | USB: serial: remove redundant allocation error messages | Johan Hovold | 1 | -28/+9 |
| 2013-03-25 | USB: serial: clean up debug info | Johan Hovold | 1 | -19/+20 |
| 2013-03-25 | USB: serial: remove redundant comments | Johan Hovold | 1 | -15/+5 |
| 2013-03-25 | USB: serial: rename tty-port callbacks | Johan Hovold | 1 | -9/+9 |
| 2013-03-25 | USB: serial: comments on suspend failure | Ming Lei | 1 | -0/+5 |
| 2013-03-25 | Merge 3.9-rc4 into usb-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2013-03-21 | USB: serial: fix interface refcounting | Johan Hovold | 1 | -1/+2 |
| 2013-03-18 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 1 | -9/+1 |
| 2013-03-15 | usb/serial: Remove unnecessary check for console | Peter Hurley | 1 | -9/+5 |
| 2013-02-13 | USB: serial: fix null-pointer dereferences on disconnect | Johan Hovold | 1 | -2/+12 |
| 2013-01-18 | USB: serial: grab disconnect mutex in chars_in_buffer | Johan Hovold | 1 | -4/+10 |
| 2012-11-15 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -0/+1 |
| 2012-10-01 | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 1 | -100/+76 |
| 2012-09-19 | USB: serial: fix up bug with missing {} | Greg Kroah-Hartman | 1 | -1/+2 |
| 2012-09-18 | USB: serial: core: fix up printk() usage | Greg Kroah-Hartman | 1 | -10/+3 |
| 2012-09-18 | USB: Serial: usb-serial: remove debug module parameter | Greg Kroah-Hartman | 1 | -6/+2 |
| 2012-09-13 | USB: serial: core: clean up dbg and printk usage. | Greg Kroah-Hartman | 1 | -77/+69 |
| 2012-09-13 | USB: serial: core: remove some trace debugging calls | Greg Kroah-Hartman | 1 | -6/+0 |
| 2012-07-17 | tty: Move the handling of the tty release logic | Alan Cox | 1 | -2/+1 |
| 2012-07-16 | tty: move the termios object into the tty | Alan Cox | 1 | -1/+1 |
| 2012-06-26 | Merge 3.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -5/+7 |
| 2012-06-13 | TTY: usb-serial, use tty_port_install | Jiri Slaby | 1 | -1/+1 |
| 2012-06-13 | usb: use usb_serial_put in usb_serial_probe errors | Jan Safrata | 1 | -3/+3 |
| 2012-06-13 | USB: serial: Enforce USB driver and USB serial driver match | Bjørn Mork | 1 | -2/+4 |
| 2012-05-16 | USB: serial: fix up reset_resume callback | Greg Kroah-Hartman | 1 | -2/+4 |
| 2012-05-16 | USB: serial: generic driver is only for testing | Bjørn Mork | 1 | -0/+2 |
| 2012-05-15 | USB: serial: hook up reset_resume callback | Greg Kroah-Hartman | 1 | -1/+23 |
| 2012-05-08 | USB: serial: rework usb_serial_register/deregister_drivers() | Greg Kroah-Hartman | 1 | -16/+22 |
| 2012-05-07 | USB: serial: remove bizarre generic_serial probe function | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-05-07 | USB: serial: remove usb_serial_disconnect call in all drivers | Greg Kroah-Hartman | 1 | -13/+13 |
| 2012-05-07 | USB: serial: remove usb_serial_probe call in all drivers | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-05-07 | usb-serial: ftdi_sio: fix oops during autosuspend | Alan Stern | 1 | -2/+7 |
| 2012-04-25 | USB: serial: fix interface data use | Johan Hovold | 1 | -4/+2 |
| 2012-04-10 | USB: serial: fix race between probe and open | Johan Hovold | 1 | -0/+8 |
| 2012-04-09 | USB: fix bug in serial driver unregistration | Alan Stern | 1 | -21/+2 |
| 2012-03-20 | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 1 | -5/+72 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
| 2012-02-24 | USB: serial: remove usb_serial_register and usb_serial_deregister | Greg Kroah-Hartman | 1 | -10/+2 |
| 2012-02-24 | usb-serial: new API for driver registration | Alan Stern | 1 | -0/+75 |
| 2012-02-02 | USB: serial, use tty_standard_install | Jiri Slaby | 1 | -10/+6 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2011-11-26 | USB: remove BKL comments | Davidlohr Bueso | 1 | -2/+0 |
| 2011-11-15 | USB: serial: do not forward USB specific errors in write | Johan Hovold | 1 | -0/+2 |
| 2011-11-15 | USB: serial: fix whitespace issues | Johan Hovold | 1 | -8/+9 |
| 2011-11-15 | USB: serial: do not forward USB specific errors in open | Johan Hovold | 1 | -0/+4 |
| 2011-11-15 | USB: serial: add support for multiple read urbs | Johan Hovold | 1 | -19/+31 |
| 2011-11-15 | USB: serial: reuse generic write urb and bulk-out buffer | Johan Hovold | 1 | -19/+4 |
| 2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -4/+4 |
| 2011-03-16 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -6/+6 |
| 2011-02-25 | USB: serial drivers need to use larger bulk-in buffers | Alan Stern | 1 | -3/+2 |
| 2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -1/+1 |
| 2011-02-17 | tty: remove filp from the USB tty ioctls | Alan Cox | 1 | -1/+1 |
| 2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -2/+2 |
| 2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -2/+2 |
| 2011-01-22 | USB serial: add missing .usb_driver field in serial drivers | Alan Stern | 1 | -2/+6 |
| 2010-11-30 | USB: fix autosuspend bug in usb-serial | Alan Stern | 1 | -0/+3 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-22 | tty: Make tiocgicount a handler | Alan Cox | 1 | -0/+13 |
| 2010-08-23 | USB: serial: fix leak of usb serial module refrence count | Ming Lei | 1 | -16/+7 |
| 2010-08-10 | USB: serial: enable async suspend for usb serial port device | Ming Lei | 1 | -0/+2 |
| 2010-08-10 | USB-BKL: Remove BKL use for usb serial driver probing | Andi Kleen | 1 | -16/+14 |
| 2010-05-20 | USB: serial: reimplement generic fifo-based writes | Johan Hovold | 1 | -0/+33 |
| 2010-05-20 | USB: serial: generalise write buffer preparation | Johan Hovold | 1 | -0/+1 |
| 2010-05-20 | USB: serial: generalise generic read implementation | Johan Hovold | 1 | -0/+1 |
| 2010-05-20 | USB: serial: allow drivers to define bulk buffer sizes | Johan Hovold | 1 | -2/+6 |
| 2010-05-20 | usb-serial: Use tty_port version console instead of usb_serial_port | Jason Wessel | 1 | -2/+2 |
| 2010-03-02 | tty: Fix various bogus WARN checks in the usb serial layer | Alan Cox | 1 | -13/+0 |
| 2010-03-02 | USB: serial: fix typo in debug message | Johan Hovold | 1 | -1/+1 |
| 2009-12-23 | Fix usb_serial_probe() problem introduced by the recent kfifo changes | Stefani Seibold | 1 | -3/+2 |
| 2009-12-22 | kfifo: move out spinlock | Stefani Seibold | 1 | -2/+1 |
| 2009-12-22 | kfifo: move struct kfifo in place | Stefani Seibold | 1 | -3/+2 |
| 2009-12-11 | usb_serial: Kill port mutex | Alan Cox | 1 | -1/+0 |
| 2009-12-11 | usb_serial: Use the shutdown() operation | Alan Cox | 1 | -28/+11 |
| 2009-12-11 | tty_port: add "tty_port_open" helper | Alan Cox | 1 | -29/+20 |
| 2009-10-09 | USB: small fix in error case of suspend in generic usbserial code | Oliver Neukum | 1 | -1/+3 |
| 2009-10-09 | USB: serial: don't call release without attach | Alan Stern | 1 | -1/+5 |
| 2009-09-27 | tty: Fix regressions caused by commit b50989dc | Dave Young | 1 | -8/+6 |
| 2009-09-23 | USB: use kfifo to buffer usb-generic serial writes | David VomLehn | 1 | -0/+7 |
| 2009-09-23 | USB: fix wrong order of events in usb serial suspension | Oliver Neukum | 1 | -3/+7 |
| 2009-09-23 | USB: usb-serial, remove unused variables | Jiri Slaby | 1 | -6/+0 |
| 2009-09-19 | usb-serial: straighten out serial_open | Alan Stern | 1 | -37/+22 |
| 2009-09-19 | usb-serial: add missing tests and debug lines | Alan Stern | 1 | -4/+17 |
| 2009-09-19 | usb-serial: rename subroutines | Alan Stern | 1 | -8/+11 |
| 2009-09-19 | usb-serial: fix termios initialization logic | Alan Stern | 1 | -12/+10 |
| 2009-09-19 | usb-serial: acquire references when a new tty is installed | Alan Stern | 1 | -64/+47 |
| 2009-09-19 | usb-serial: change logic of serial lookups | Alan Stern | 1 | -8/+23 |
| 2009-09-19 | usb-serial: put subroutines in logical order | Alan Stern | 1 | -77/+77 |
| 2009-09-19 | usb-serial: change referencing of port and serial structures | Alan Stern | 1 | -75/+20 |
| 2009-09-19 | tty: USB serial termios bits | Alan Cox | 1 | -1/+37 |
| 2009-09-19 | tty: USB does not need the filp argument in the drivers | Alan Cox | 1 | -1/+1 |
| 2009-09-19 | tty: USB can now use the shutdown method for kref based freeing of ports | Alan Cox | 1 | -21/+7 |
| 2009-09-19 | tty: USB hangup is racy | Alan Cox | 1 | -4/+1 |
| 2009-07-27 | usb_serial: Fix remaining ref count/lock bugs | Alan Cox | 1 | -4/+13 |
| 2009-07-27 | tty: Fix a USB serial crash/scribble | Alan Cox | 1 | -1/+18 |
| 2009-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -1/+2 |
| 2009-07-12 | USB: console: Fix regression in usb console on kernel boot | Jason Wessel | 1 | -1/+2 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
| 2009-06-25 | usb_serial: Fix oops when unexisting usb serial device is opened. | Thadeu Lima de Souza Cascardo | 1 | -0/+3 |
| 2009-06-15 | USB: usb-serial: replace shutdown with disconnect, release | Alan Stern | 1 | -16/+13 |
| 2009-06-15 | USB: usb-serial: call port_probe and port_remove at the right times | Alan Stern | 1 | -2/+22 |
| 2009-06-11 | tty: Bring the usb tty port structure into more use | Alan Cox | 1 | -44/+100 |
| 2009-05-28 | usb-serial: fix crash when sub-driver updates firmware | Alan Stern | 1 | -0/+1 |
| 2009-04-23 | USB: serial: fix lifetime and locking problems | Alan Stern | 1 | -36/+68 |
| 2009-04-01 | proc tty: switch usb-serial to ->proc_fops | Alexey Dobriyan | 1 | -31/+27 |
| 2009-03-24 | usb-serial: fix usb_serial_register bug when boot with nousb param | Dave Young | 1 | -0/+3 |
| 2009-03-24 | USB: serial: refuse to open recently removed USB Serial devices | James Woodcock | 1 | -0/+5 |
| 2009-03-24 | USB: serial: remove recourse to generic method | Oliver Neukum | 1 | -1/+0 |
| 2009-03-24 | USB: serial: use generic method if no alternative is provided in usb serial l... | Oliver Neukum | 1 | -2/+5 |
| 2009-03-24 | USB: serial: introduce a flag into the usb serial layer to tell drivers that ... | Oliver Neukum | 1 | -0/+4 |
| 2009-01-12 | usb-serial: remove NULL check | Alan Cox | 1 | -3/+0 |
| 2009-01-02 | tty: Drop the lock_kernel in the private ioctl hook | Alan Cox | 1 | -6/+1 |