summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2017-01-191-1/+1
* tty: move the non-file related parts of tty_release to new tty_release_structRob Herring2017-01-191-18/+32
* Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-091-3/+3
|\
| * devpts: more pty driver interface cleanupsLinus Torvalds2016-04-261-3/+3
* | tty: Remove stale parameter commentPeter Hurley2016-04-301-1/+0
* | tty: Remove unused TTY_NUMBER() macroPeter Hurley2016-04-301-3/+0
* | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-3/+2
|/
* tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley2016-03-311-2/+1
* tty: Fix UML console breakagePeter Hurley2016-03-311-1/+1
* tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley2016-01-281-2/+3
* tty: Add fasync() hung up file operationPeter Hurley2016-01-281-0/+6
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-281-8/+0
* tty: Make tty_files_lock per-ttyPeter Hurley2016-01-271-13/+12
* tty: Move tty_check_change() helperPeter Hurley2016-01-271-0/+6
* tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-271-1/+1
* tty: Unexport system-wide tty_mutexPeter Hurley2016-01-271-3/+1
* tty: Document c_line == N_TTY initial conditionPeter Hurley2016-01-271-1/+2
* tty: Destroy ldisc instance on hangupPeter Hurley2016-01-271-6/+6
* tty: Use 'disc' for line discipline index namePeter Hurley2016-01-271-3/+3
* tty: Prepare for destroying line discipline on hangupPeter Hurley2016-01-271-0/+14
* tty: Reset c_line from driver's init_termiosPeter Hurley2016-01-271-2/+3
* tty: Refactor tty_open()Peter Hurley2016-01-271-53/+67
* tty: Consolidate noctty checks in tty_open()Peter Hurley2016-01-271-9/+8
* tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley2016-01-271-1/+1
* tty: Fix tty_init_termios() declarationPeter Hurley2016-01-271-9/+4
* tty: Remove !tty check from free_tty_struct()Peter Hurley2016-01-271-2/+0
* tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley2016-01-271-17/+3
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-01-261-1/+23
* tty: Retry failed reopen if tty teardown in-progressPeter Hurley2016-01-261-4/+8
* tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-01-261-1/+7
* tty: Only allow slave pty as controlling ttyPeter Hurley2015-12-131-1/+1
* tty: core: Prefer dev_dbg() over pr_debug()Peter Hurley2015-12-131-1/+1
* tty: Remove __func__ from tty_debug() macroPeter Hurley2015-12-131-7/+7
* tty: core: Prefer pr_* to printk(*)Peter Hurley2015-12-131-4/+2
* tty: core: Add driver name to invalid device registration messagePeter Hurley2015-12-131-2/+2
* tty: Convert SAK messages to tty_notice()Peter Hurley2015-12-131-12/+8
* tty: Define tty_*() printk macrosPeter Hurley2015-12-131-17/+10
* tty: core: Add helper fn to deref tty driver namePeter Hurley2015-12-131-0/+7
* tty: core: Remove redundant oom messagePeter Hurley2015-12-131-3/+1
* tty: Make tty_paranoia_check() file scopePeter Hurley2015-12-131-1/+1
* 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