aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-18tty: split job control support into a file of its ownNicolas Pitre1-536/+11
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre1-24/+0
2017-04-08tty: fix comment typo s/repsonsible/responsible/Thadeu Lima de Souza Cascardo1-1/+1
2017-03-31tty: reset termios state on device registrationJohan Hovold1-0/+11
2017-03-31tty: drop obsolete termios_locked commentsJohan Hovold1-6/+1
2017-03-31tty: close race between device register and openJohan Hovold1-20/+20
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleAlan Cox1-1/+1
2017-01-19tty: move the non-file related parts of tty_release to new tty_release_structRob Herring1-18/+32
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman1-3/+3
2016-04-30tty: Remove stale parameter commentPeter Hurley1-1/+0
2016-04-30tty: Remove unused TTY_NUMBER() macroPeter Hurley1-3/+0
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-3/+2
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-3/+3
2016-03-31tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley1-2/+1
2016-03-31tty: Fix UML console breakagePeter Hurley1-1/+1
2016-01-28tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley1-2/+3
2016-01-28tty: Add fasync() hung up file operationPeter Hurley1-0/+6
2016-01-28tty, n_tty: Remove fasync() ldisc notificationPeter Hurley1-8/+0
2016-01-27tty: Make tty_files_lock per-ttyPeter Hurley1-13/+12
2016-01-27tty: Move tty_check_change() helperPeter Hurley1-0/+6
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley1-1/+1
2016-01-27tty: Unexport system-wide tty_mutexPeter Hurley1-3/+1
2016-01-27tty: Document c_line == N_TTY initial conditionPeter Hurley1-1/+2
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley1-6/+6
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley1-3/+3
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley1-0/+14
2016-01-27tty: Reset c_line from driver's init_termiosPeter Hurley1-2/+3
2016-01-27tty: Refactor tty_open()Peter Hurley1-53/+67
2016-01-27tty: Consolidate noctty checks in tty_open()Peter Hurley1-9/+8
2016-01-27tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley1-1/+1
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley1-9/+4
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