Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-27tty: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-11-07tty: Flush tty buffers after hardware shutdownPeter Hurley
2014-11-07tty: Move tty hung up check from port->lock critical sectionPeter Hurley
2014-07-11tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-07-11tty: Move tty->closing from port lock critical sectionPeter Hurley
2014-07-11tty: Document locking for tty_port_hangup()Peter Hurley
2014-07-11tty: Document locking for tty_port_block_til_ready()Peter Hurley
2014-07-11tty: Document locking for tty_port_open()Peter Hurley
2014-07-11tty: Document locking for tty_port_close{,start,end}()Peter Hurley
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-09-26tty: Remove unused drop() method from tty_port interfacePeter Hurley
2013-09-26tty: Prevent tty_port destruction if tty not releasedPeter Hurley
2013-07-27tty_port: Fix refcounting leak in tty_port_tty_hangup()Gianluca Anzolin
2013-03-19tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-19TTY: fix close of uninitialised portsJohan Hovold
2013-03-19TTY: clean up port drain-delay handlingJohan Hovold
2013-03-19TTY: fix DTR not being dropped on hang upJohan Hovold
2013-03-19TTY: fix DTR being raised on hang upJohan Hovold
2013-03-19TTY: wake up processes last at hangupJohan Hovold
2013-03-19TTY: clean up port shutdownJohan Hovold
2013-03-19TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby
2012-11-16TTY: introduce tty_port_destroyJiri Slaby
2012-11-16TTY: pty, fix tty buffers leakJiri Slaby
2012-10-23TTY: move tty buffers to tty_portJiri Slaby
2012-09-07tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-08-14TTY: add tty_port_link_deviceJiri Slaby
2012-08-14TTY: tty_port, add some documentationJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-07-17tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-07tty: localise the lockAlan Cox
2012-06-14TTY: add tty_port_register_device helperJiri Slaby
2012-06-14TTY: provide drivers with tty_port_installJiri Slaby
2012-06-03tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-05tty_lock: Localise the lockAlan Cox
2012-01-25TTY: fix UV serial console regressionJiri Slaby
2011-08-25TTY: use tty_wait_until_sent_from_close in tty_port_close_startJiri Slaby
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman