summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2019-04-17tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman
2019-01-31tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2019-01-23tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov
2019-01-23tty: Simplify tty->count math in tty_reopen()Dmitry Safonov
2019-01-23tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen
2018-10-13tty: Drop tty->count on tty_reopen() failureDmitry Safonov
2018-05-01tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-04-24tty: make n_tty_read() always abort if hangup is in progressTejun Heo
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
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO
2017-08-28tty: undo export of tty_open_by_driverOkash Khawaja
2017-08-28tty: resolve tty contention between kernel and user spaceOkash Khawaja
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman
2017-06-27tty: add function to convert device name to numberOkash Khawaja
2017-05-16tty: export tty_open_by_driverOkash Khawaja
2017-04-18tty: split job control support into a file of its ownNicolas Pitre
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-04-08tty: fix comment typo s/repsonsible/responsible/Thadeu Lima de Souza Cascardo
2017-03-31tty: reset termios state on device registrationJohan Hovold
2017-03-31tty: drop obsolete termios_locked commentsJohan Hovold
2017-03-31tty: close race between device register and openJohan Hovold
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleAlan Cox
2017-01-19tty: move the non-file related parts of tty_release to new tty_release_structRob Herring
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