summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix tty_send_xchar() lock order inversionPeter Hurley2015-11-201-0/+4
* tty: Abstract tty buffer workPeter Hurley2015-10-171-1/+1
* tty: Prevent tty teardown during tty_write_message()Peter Hurley2015-10-171-4/+2
* tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley2015-10-171-3/+2
* tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-171-22/+24
* drivers/tty: require read access for controlling terminalJann Horn2015-10-041-4/+27
* tty: don't leak cdev in tty_cdev_add()Leon Yu2015-10-041-2/+7
* Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts2015-08-031-8/+16
* tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley2015-07-231-29/+18
* tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley2015-07-231-24/+17
* tty: core: Improve debug message contentPeter Hurley2015-07-231-13/+16
* tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2015-07-231-5/+12
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-17/+11
* tty: return tty->name directly from tty_nameRasmus Villemoes2015-05-061-5/+3
* tty: constify return type of tty_nameRasmus Villemoes2015-05-061-1/+1
* tty: clean up the tty time logic a bitGreg Kroah-Hartman2015-03-261-2/+8
* tty: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-261-4/+10
* tty: fix up atime/mtime mess, take fourJiri Slaby2015-03-071-2/+2
* tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley2015-01-091-4/+3
* tty: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-261-4/+2
* tty: warn on deprecated serial flagsJiri Slaby2014-11-061-0/+21
* tty: Call methods in modern stylePeter Hurley2014-11-051-6/+6
* tty: Replace open-coded test with tty_hung_up_p()Peter Hurley2014-11-051-1/+1
* Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman2014-11-051-3/+12
|\
| * tty: Prevent "read/write wait queue active!" log floodingPeter Hurley2014-11-051-2/+6
| * tty: Fix high cpu load if tty is unreleaseablePeter Hurley2014-11-051-1/+6
* | tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley2014-11-051-1/+1
* | tty: Change tty lock order to master->slavePeter Hurley2014-11-051-4/+6
* | tty: Simplify tty_release() state checksPeter Hurley2014-11-051-10/+9
* | tty: Simplify tty_release_checks() interfacePeter Hurley2014-11-051-3/+4
* | tty: Simplify tty_ldisc_release() interfacePeter Hurley2014-11-051-1/+1
* | tty: Fold pty pair handling into tty_flush_works()Peter Hurley2014-11-051-5/+7
* | tty: Simplify pty pair teardown logicPeter Hurley2014-11-051-19/+10
* | tty: Document check_tty_count() requires tty_lock heldPeter Hurley2014-11-051-0/+1
* | tty: Don't release tty locks for wait queue sanity checkPeter Hurley2014-11-051-6/+2
* | tty: Don't take tty_mutex for tty count changesPeter Hurley2014-11-051-6/+0
* | tty: Remove TTY_CLOSINGPeter Hurley2014-11-051-12/+2
* | tty: Drop tty_mutex before tty reopenPeter Hurley2014-11-051-8/+17
* | tty: Re-open /dev/tty without tty_mutexPeter Hurley2014-11-051-26/+27
* | tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley2014-11-051-1/+1
* | tty: Clarify re-open behavior of master ptysPeter Hurley2014-11-051-11/+4
* | tty: Remove TTY_HUPPINGPeter Hurley2014-11-051-11/+1
* | tty: Update code comment in __proc_set_tty()Peter Hurley2014-11-051-1/+4
* | tty: Serialize proc_set_tty() with tty_lockPeter Hurley2014-11-051-8/+5
* | tty: Move session_of_pgrp() and make staticPeter Hurley2014-11-051-0/+21
* | tty: Fix multiple races when setting the controlling terminalPeter Hurley2014-11-051-6/+17
* | tty: Remove !tty condition from __proc_set_tty()Peter Hurley2014-11-051-13/+12
* | tty: Replace open-coded tty_get_pgrp()Peter Hurley2014-11-051-6/+2
* | tty: Remove tsk parameter from proc_set_tty()Peter Hurley2014-11-051-14/+14
* | tty: Reorder proc_set_tty() and related fnsPeter Hurley2014-11-051-63/+62
OpenPOWER on IntegriCloud