summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen1-2/+2
2023-03-11tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle1-3/+5
2021-09-22tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi1-2/+2
2021-05-22tty: fix return value for unsupported ioctlsJohan Hovold1-4/+4
2020-12-11tty: Fix ->session lockingJann Horn1-1/+6
2019-04-17tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman1-0/+3
2019-01-31tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman1-1/+2
2019-01-23tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-23tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2019-01-23tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen1-1/+1
2018-10-13tty: Drop tty->count on tty_reopen() failureDmitry Safonov1-3/+8
2018-05-01tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa1-1/+4
2018-04-24tty: make n_tty_read() always abort if hangup is in progressTejun Heo1-0/+9
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara1-0/+2
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli1-1/+7
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+96
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+9
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO1-0/+9
2017-08-28tty: undo export of tty_open_by_driverOkash Khawaja1-2/+1
2017-08-28tty: resolve tty contention between kernel and user spaceOkash Khawaja1-5/+95
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman1-0/+3
2017-06-27tty: add function to convert device name to numberOkash Khawaja1-0/+50
2017-05-16tty: export tty_open_by_driverOkash Khawaja1-3/+7
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 <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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-27devpts: more pty driver interface cleanupsLinus Torvalds1-3/+3
2016-04-01tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley1-2/+1
2016-04-01tty: 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-28tty: Make tty_files_lock per-ttyPeter Hurley1-13/+12
2016-01-28tty: Move tty_check_change() helperPeter Hurley1-0/+6
2016-01-28tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley1-1/+1
2016-01-28tty: Unexport system-wide tty_mutexPeter Hurley1-3/+1
2016-01-28tty: Document c_line == N_TTY initial conditionPeter Hurley1-1/+2