aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-27tty: Remove !tty check from free_tty_struct()Peter Hurley1-2/+0
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley1-17/+3
2016-01-26tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-01-26tty: Retry failed reopen if tty teardown in-progressPeter Hurley1-4/+8
2016-01-26tty: Wait interruptibly for tty lock on reopenPeter Hurley1-1/+7
2015-12-13tty: Only allow slave pty as controlling ttyPeter Hurley1-1/+1
2015-12-13tty: core: Prefer dev_dbg() over pr_debug()Peter Hurley1-1/+1
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley1-7/+7
2015-12-13tty: core: Prefer pr_* to printk(*)Peter Hurley1-4/+2
2015-12-13tty: core: Add driver name to invalid device registration messagePeter Hurley1-2/+2
2015-12-13tty: Convert SAK messages to tty_notice()Peter Hurley1-12/+8
2015-12-13tty: Define tty_*() printk macrosPeter Hurley1-17/+10
2015-12-13tty: core: Add helper fn to deref tty driver namePeter Hurley1-0/+7
2015-12-13tty: core: Remove redundant oom messagePeter Hurley1-3/+1
2015-12-13tty: Make tty_paranoia_check() file scopePeter Hurley1-1/+1
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley1-0/+4
2015-10-17tty: Abstract tty buffer workPeter Hurley1-1/+1
2015-10-17tty: Prevent tty teardown during tty_write_message()Peter Hurley1-4/+2
2015-10-17tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley1-3/+2
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley1-22/+24
2015-10-04drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-04tty: don't leak cdev in tty_cdev_add()Leon Yu1-2/+7
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts1-8/+16
2015-07-23tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley1-29/+18
2015-07-23tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley1-24/+17
2015-07-23tty: core: Improve debug message contentPeter Hurley1-13/+16
2015-07-23tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly1-5/+12
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-17/+11
2015-05-06tty: return tty->name directly from tty_nameRasmus Villemoes1-5/+3
2015-05-06tty: constify return type of tty_nameRasmus Villemoes1-1/+1
2015-03-26tty: clean up the tty time logic a bitGreg Kroah-Hartman1-2/+8
2015-03-26tty: Use static attribute groups for sysfs entriesTakashi Iwai1-4/+10
2015-03-07tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-01-09tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley1-4/+3
2014-11-26tty: Deletion of unnecessary checks before two function callsMarkus Elfring1-4/+2
2014-11-06tty: warn on deprecated serial flagsJiri Slaby1-0/+21
2014-11-05tty: Call methods in modern stylePeter Hurley1-6/+6
2014-11-05tty: Replace open-coded test with tty_hung_up_p()Peter Hurley1-1/+1
2014-11-05Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman1-3/+12
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley1-1/+1
2014-11-05tty: Change tty lock order to master->slavePeter Hurley1-4/+6
2014-11-05tty: Simplify tty_release() state checksPeter Hurley1-10/+9
2014-11-05tty: Simplify tty_release_checks() interfacePeter Hurley1-3/+4
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley1-1/+1
2014-11-05tty: Fold pty pair handling into tty_flush_works()Peter Hurley1-5/+7
2014-11-05tty: Simplify pty pair teardown logicPeter Hurley1-19/+10
2014-11-05tty: Document check_tty_count() requires tty_lock heldPeter Hurley1-0/+1
2014-11-05tty: Don't release tty locks for wait queue sanity checkPeter Hurley1-6/+2
2014-11-05tty: Don't take tty_mutex for tty count changesPeter Hurley1-6/+0
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley1-12/+2