summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c (follow)
Commit message (Expand)AuthorAge
* tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi2021-09-22
* tty: fix return value for unsupported ioctlsJohan Hovold2021-05-22
* tty: Fix ->session lockingJann Horn2020-12-11
* tty: Fix ->pgrp locking in tiocspgrp()Jann Horn2020-12-11
* tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman2019-04-27
* tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-02-06
* tty: check name length in tty_find_polling_driver()Miles Chen2018-11-21
* tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-05-02
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-04-24
* pty: cancel pty slave port buf's work in tty_releaseSahara2018-03-24
* tty: Drop krefs for interrupted tty lockPeter Hurley2017-06-14
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-02-17
* tty: Retry failed reopen if tty teardown in-progressPeter Hurley2016-02-17
* tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-02-17
* tty: Fix tty_send_xchar() lock order inversionPeter Hurley2015-11-20
* tty: Abstract tty buffer workPeter Hurley2015-10-17
* tty: Prevent tty teardown during tty_write_message()Peter Hurley2015-10-17
* tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley2015-10-17
* tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-17
* drivers/tty: require read access for controlling terminalJann Horn2015-10-04
* tty: don't leak cdev in tty_cdev_add()Leon Yu2015-10-04
* Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts2015-08-03
* tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley2015-07-23
* tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley2015-07-23
* tty: core: Improve debug message contentPeter Hurley2015-07-23
* tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2015-07-23
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-06
* tty: return tty->name directly from tty_nameRasmus Villemoes2015-05-06
* tty: constify return type of tty_nameRasmus Villemoes2015-05-06
* tty: clean up the tty time logic a bitGreg Kroah-Hartman2015-03-26
* tty: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-26
* tty: fix up atime/mtime mess, take fourJiri Slaby2015-03-07
* tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley2015-01-09
* tty: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-26
* tty: warn on deprecated serial flagsJiri Slaby2014-11-06
* tty: Call methods in modern stylePeter Hurley2014-11-05
* tty: Replace open-coded test with tty_hung_up_p()Peter Hurley2014-11-05
* Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman2014-11-05
|\
| * tty: Prevent "read/write wait queue active!" log floodingPeter Hurley2014-11-05
| * tty: Fix high cpu load if tty is unreleaseablePeter Hurley2014-11-05
* | tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley2014-11-05
* | tty: Change tty lock order to master->slavePeter Hurley2014-11-05
* | tty: Simplify tty_release() state checksPeter Hurley2014-11-05
* | tty: Simplify tty_release_checks() interfacePeter Hurley2014-11-05
* | tty: Simplify tty_ldisc_release() interfacePeter Hurley2014-11-05
* | tty: Fold pty pair handling into tty_flush_works()Peter Hurley2014-11-05
* | tty: Simplify pty pair teardown logicPeter Hurley2014-11-05
* | tty: Document check_tty_count() requires tty_lock heldPeter Hurley2014-11-05
* | tty: Don't release tty locks for wait queue sanity checkPeter Hurley2014-11-05
* | tty: Don't take tty_mutex for tty count changesPeter Hurley2014-11-05