summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman
2020-12-04tty: Fix ->session lockingJann Horn
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman
2020-11-06tty: fix crash in release_tty if tty->port is not setMatthias Reichl
2020-11-06tty: tty_io: Fix some kernel-doc issuesLee Jones
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones
2020-08-18tty: fix kernel-docJiri Slaby
2020-07-29tty: Use the preferred form for passing the size of a structure typeGustavo A. R. Silva
2020-07-29tty: Fix identation issues in struct serial_struct32Gustavo A. R. Silva
2020-07-29tty: Avoid the use of one-element arraysGustavo A. R. Silva
2020-03-18tty: fix compat TIOCGSERIAL checking wrong function ptrEric Biggers
2020-03-18tty: fix compat TIOCGSERIAL leaking uninitialized memoryEric Biggers
2020-03-18tty: drop outdated comments about release_tty() lockingEric Biggers
2019-12-17tty: drop useless variable initialisation in tty_kopen()Uwe Kleine-König
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-11-22tty: don't crash in tty_init_dev when missing tty_portJiri Slaby
2019-11-20tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee
2019-10-23tty: handle compat PPP ioctlsArnd Bergmann
2019-10-23compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann
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