aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2021-09-15tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi
2021-05-14tty: fix return value for unsupported ioctlsJohan Hovold
2020-12-11tty: Fix ->session lockingJann Horn
2020-03-25tty: fix compat TIOCGSERIAL checking wrong function ptrEric Biggers
2020-03-25tty: fix compat TIOCGSERIAL leaking uninitialized memoryEric Biggers
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose
2019-05-24tty: tty_io: fix driver refcount imbalance on error pathLin Yi
2019-04-25tty: update obsolete termios commentJohan Hovold
2019-03-29Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman
2019-03-28tty: pty: Fix race condition between release_one_tty and pty_writeSahara
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman
2019-01-21tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman
2018-12-05tty: Simplify tty->count math in tty_reopen()Dmitry Safonov
2018-12-05tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-10-13remove fallback to drivers for TIOCGICOUNTAl Viro
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro
2018-10-13complete ->[sg]et_serial() switchoverAl Viro
2018-10-11tty: check name length in tty_find_polling_driver()Miles Chen
2018-09-18tty: Drop tty->count on tty_reopen() failureDmitry Safonov
2018-09-16tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...Eric W. Biederman
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro
2018-09-14tty_ioctl(): drop FIONBIO handlingAl Viro
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman
2018-06-28tty: use 64-bit timstampArnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-02-28tty: make n_tty_read() always abort if hangup is in progressTejun Heo
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-01-23tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2017-12-19pty: cancel pty slave port buf's work in tty_releaseSahara
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
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