aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Merge 4.6-rc7 into tty-nextGravatar Greg Kroah-Hartman 1-3/+3
2016-04-30tty: Remove stale parameter commentGravatar Peter Hurley 1-1/+0
2016-04-30tty: Remove unused TTY_NUMBER() macroGravatar Peter Hurley 1-3/+0
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-3/+2
2016-04-26devpts: more pty driver interface cleanupsGravatar Linus Torvalds 1-3/+3
2016-03-31tty: Fix merge of "tty: Refactor tty_open()"Gravatar Peter Hurley 1-2/+1
2016-03-31tty: Fix UML console breakageGravatar Peter Hurley 1-1/+1
2016-01-28tty: Fix ioctl(FIOASYNC) on hungup fileGravatar Peter Hurley 1-2/+3
2016-01-28tty: Add fasync() hung up file operationGravatar Peter Hurley 1-0/+6
2016-01-28tty, n_tty: Remove fasync() ldisc notificationGravatar Peter Hurley 1-8/+0
2016-01-27tty: Make tty_files_lock per-ttyGravatar Peter Hurley 1-13/+12
2016-01-27tty: Move tty_check_change() helperGravatar Peter Hurley 1-0/+6
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYGravatar Peter Hurley 1-1/+1
2016-01-27tty: Unexport system-wide tty_mutexGravatar Peter Hurley 1-3/+1
2016-01-27tty: Document c_line == N_TTY initial conditionGravatar Peter Hurley 1-1/+2
2016-01-27tty: Destroy ldisc instance on hangupGravatar Peter Hurley 1-6/+6
2016-01-27tty: Use 'disc' for line discipline index nameGravatar Peter Hurley 1-3/+3
2016-01-27tty: Prepare for destroying line discipline on hangupGravatar Peter Hurley 1-0/+14
2016-01-27tty: Reset c_line from driver's init_termiosGravatar Peter Hurley 1-2/+3
2016-01-27tty: Refactor tty_open()Gravatar Peter Hurley 1-53/+67
2016-01-27tty: Consolidate noctty checks in tty_open()Gravatar Peter Hurley 1-9/+8
2016-01-27tty: Re-declare tty_driver_remove_tty() file scopeGravatar Peter Hurley 1-1/+1
2016-01-27tty: Fix tty_init_termios() declarationGravatar Peter Hurley 1-9/+4
2016-01-27tty: Remove !tty check from free_tty_struct()Gravatar Peter Hurley 1-2/+0
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Gravatar Peter Hurley 1-17/+3
2016-01-26tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Gravatar Peter Hurley 1-1/+23
2016-01-26tty: Retry failed reopen if tty teardown in-progressGravatar Peter Hurley 1-4/+8
2016-01-26tty: Wait interruptibly for tty lock on reopenGravatar Peter Hurley 1-1/+7
2015-12-13tty: Only allow slave pty as controlling ttyGravatar Peter Hurley 1-1/+1
2015-12-13tty: core: Prefer dev_dbg() over pr_debug()Gravatar Peter Hurley 1-1/+1
2015-12-13tty: Remove __func__ from tty_debug() macroGravatar Peter Hurley 1-7/+7
2015-12-13tty: core: Prefer pr_* to printk(*)Gravatar Peter Hurley 1-4/+2
2015-12-13tty: core: Add driver name to invalid device registration messageGravatar Peter Hurley 1-2/+2
2015-12-13tty: Convert SAK messages to tty_notice()Gravatar Peter Hurley 1-12/+8
2015-12-13tty: Define tty_*() printk macrosGravatar Peter Hurley 1-17/+10
2015-12-13tty: core: Add helper fn to deref tty driver nameGravatar Peter Hurley 1-0/+7
2015-12-13tty: core: Remove redundant oom messageGravatar Peter Hurley 1-3/+1
2015-12-13tty: Make tty_paranoia_check() file scopeGravatar Peter Hurley 1-1/+1
2015-11-20tty: Fix tty_send_xchar() lock order inversionGravatar Peter Hurley 1-0/+4
2015-10-17tty: Abstract tty buffer workGravatar Peter Hurley 1-1/+1
2015-10-17tty: Prevent tty teardown during tty_write_message()Gravatar Peter Hurley 1-4/+2
2015-10-17tty: core: Use correct spinlock flavor in tiocspgrp()Gravatar Peter Hurley 1-3/+2
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingGravatar Peter Hurley 1-22/+24
2015-10-04drivers/tty: require read access for controlling terminalGravatar Jann Horn 1-4/+27
2015-10-04tty: don't leak cdev in tty_cdev_add()Gravatar Leon Yu 1-2/+7
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicGravatar Richard Watts 1-8/+16
2015-07-23tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Gravatar Peter Hurley 1-29/+18
2015-07-23tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesGravatar Peter Hurley 1-24/+17
2015-07-23tty: core: Improve debug message contentGravatar Peter Hurley 1-13/+16
2015-07-23tty: add missing rcu_read_lock for task_pgrpGravatar Patrick Donnelly 1-5/+12