summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2019-02-06tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen
2018-05-02tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-04-24tty: make n_tty_read() always abort if hangup is in progressTejun Heo
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara
2017-06-14tty: Drop krefs for interrupted tty lockPeter Hurley
2016-02-17tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley
2016-02-17tty: Retry failed reopen if tty teardown in-progressPeter Hurley
2016-02-17tty: Wait interruptibly for tty lock on reopenPeter Hurley
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley
2015-10-17tty: Abstract tty buffer workPeter Hurley
2015-10-17tty: Prevent tty teardown during tty_write_message()Peter Hurley
2015-10-17tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley
2015-10-04drivers/tty: require read access for controlling terminalJann Horn
2015-10-04tty: don't leak cdev in tty_cdev_add()Leon Yu
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts
2015-07-23tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley
2015-07-23tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley
2015-07-23tty: core: Improve debug message contentPeter Hurley
2015-07-23tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-05-06tty: return tty->name directly from tty_nameRasmus Villemoes
2015-05-06tty: constify return type of tty_nameRasmus Villemoes
2015-03-26tty: clean up the tty time logic a bitGreg Kroah-Hartman
2015-03-26tty: Use static attribute groups for sysfs entriesTakashi Iwai
2015-03-07tty: fix up atime/mtime mess, take fourJiri Slaby
2015-01-09tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley
2014-11-26tty: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-11-06tty: warn on deprecated serial flagsJiri Slaby
2014-11-05tty: Call methods in modern stylePeter Hurley
2014-11-05tty: Replace open-coded test with tty_hung_up_p()Peter Hurley
2014-11-05Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley
2014-11-05tty: Change tty lock order to master->slavePeter Hurley
2014-11-05tty: Simplify tty_release() state checksPeter Hurley
2014-11-05tty: Simplify tty_release_checks() interfacePeter Hurley
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley
2014-11-05tty: Fold pty pair handling into tty_flush_works()Peter Hurley
2014-11-05tty: Simplify pty pair teardown logicPeter Hurley
2014-11-05tty: Document check_tty_count() requires tty_lock heldPeter Hurley
2014-11-05tty: Don't release tty locks for wait queue sanity checkPeter Hurley
2014-11-05tty: Don't take tty_mutex for tty count changesPeter Hurley
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley
2014-11-05tty: Drop tty_mutex before tty reopenPeter Hurley
2014-11-05tty: Re-open /dev/tty without tty_mutexPeter Hurley
2014-11-05tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley
2014-11-05tty: Clarify re-open behavior of master ptysPeter Hurley
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley
2014-11-05tty: Update code comment in __proc_set_tty()Peter Hurley