summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman1-22/+26
2021-01-20tty: implement write_iterLinus Torvalds1-22/+26
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman1-1/+6
2020-12-04tty: Fix ->session lockingJann Horn1-1/+6
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman1-2/+4
2020-11-06tty: fix crash in release_tty if tty->port is not setMatthias Reichl1-2/+4
2020-11-06tty: tty_io: Fix some kernel-doc issuesLee Jones1-3/+7
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones1-2/+0
2020-08-18tty: fix kernel-docJiri Slaby1-14/+12
2020-07-29tty: Use the preferred form for passing the size of a structure typeGustavo A. R. Silva1-7/+7
2020-07-29tty: Fix identation issues in struct serial_struct32Gustavo A. R. Silva1-19/+19
2020-07-29tty: Avoid the use of one-element arraysGustavo A. R. Silva1-2/+2
2020-03-18tty: fix compat TIOCGSERIAL checking wrong function ptrEric Biggers1-1/+1
2020-03-18tty: fix compat TIOCGSERIAL leaking uninitialized memoryEric Biggers1-1/+3
2020-03-18tty: drop outdated comments about release_tty() lockingEric Biggers1-6/+2
2019-12-17tty: drop useless variable initialisation in tty_kopen()Uwe Kleine-König1-1/+1
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+8
2019-11-22tty: don't crash in tty_init_dev when missing tty_portJiri Slaby1-3/+6
2019-11-20tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee1-3/+2
2019-10-23tty: handle compat PPP ioctlsArnd Bergmann1-0/+4
2019-10-23compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann1-0/+1
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-7/+1
2019-05-24tty: tty_io: fix driver refcount imbalance on error pathLin Yi1-1/+3
2019-04-25tty: update obsolete termios commentJohan Hovold1-1/+1
2019-03-29Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman1-3/+0
2019-03-28tty: pty: Fix race condition between release_one_tty and pty_writeSahara1-0/+3
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman1-0/+3
2019-01-21tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman1-1/+2
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman1-2/+9
2018-12-05tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2018-12-05tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold1-2/+9
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-43/+186
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-0/+3
2018-10-13remove fallback to drivers for TIOCGICOUNTAl Viro1-5/+1
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro1-0/+81
2018-10-13complete ->[sg]et_serial() switchoverAl Viro1-10/+4
2018-10-11tty: check name length in tty_find_polling_driver()Miles Chen1-1/+1
2018-09-18tty: Drop tty->count on tty_reopen() failureDmitry Safonov1-3/+8
2018-09-16tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...Eric W. Biederman1-3/+3
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro1-5/+30
2018-09-14tty_ioctl(): drop FIONBIO handlingAl Viro1-30/+0
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro1-2/+76
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+1
2018-06-28tty: use 64-bit timstampArnd Bergmann1-14/+5