summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman
2016-04-30tty: Remove stale parameter commentPeter Hurley
2016-04-30tty: Remove unused TTY_NUMBER() macroPeter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds
2016-03-31tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley
2016-03-31tty: Fix UML console breakagePeter Hurley
2016-01-28tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley
2016-01-28tty: Add fasync() hung up file operationPeter Hurley
2016-01-28tty, n_tty: Remove fasync() ldisc notificationPeter Hurley
2016-01-27tty: Make tty_files_lock per-ttyPeter Hurley
2016-01-27tty: Move tty_check_change() helperPeter Hurley
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley
2016-01-27tty: Unexport system-wide tty_mutexPeter Hurley
2016-01-27tty: Document c_line == N_TTY initial conditionPeter Hurley
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley
2016-01-27tty: Reset c_line from driver's init_termiosPeter Hurley
2016-01-27tty: Refactor tty_open()Peter Hurley
2016-01-27tty: Consolidate noctty checks in tty_open()Peter Hurley
2016-01-27tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley
2016-01-27tty: Remove !tty check from free_tty_struct()Peter Hurley
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley
2016-01-26tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley
2016-01-26tty: Retry failed reopen if tty teardown in-progressPeter Hurley
2016-01-26tty: Wait interruptibly for tty lock on reopenPeter Hurley
2015-12-13tty: Only allow slave pty as controlling ttyPeter Hurley
2015-12-13tty: core: Prefer dev_dbg() over pr_debug()Peter Hurley
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley
2015-12-13tty: core: Prefer pr_* to printk(*)Peter Hurley
2015-12-13tty: core: Add driver name to invalid device registration messagePeter Hurley
2015-12-13tty: Convert SAK messages to tty_notice()Peter Hurley
2015-12-13tty: Define tty_*() printk macrosPeter Hurley
2015-12-13tty: core: Add helper fn to deref tty driver namePeter Hurley
2015-12-13tty: core: Remove redundant oom messagePeter Hurley
2015-12-13tty: Make tty_paranoia_check() file scopePeter 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