summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: fix up iterate_tty_read() EOVERFLOW handlingtty-spliceLinus Torvalds2021-01-211-6/+13
* tty: fix up hung_up_tty_read() conversionLinus Torvalds2021-01-211-4/+5
* tty: fix up hung_up_tty_write() conversionLinus Torvalds2021-01-211-4/+5
* tty: implement read_iterLinus Torvalds2021-01-201-18/+18
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-3/+61
* tty: implement write_iterLinus Torvalds2021-01-201-22/+26
* tty: Fix ->session lockingJann Horn2020-12-041-1/+6
* tty: fix crash in release_tty if tty->port is not setMatthias Reichl2020-11-061-2/+4
* tty: fix kernel-docJiri Slaby2020-08-181-14/+12
* tty: Use the preferred form for passing the size of a structure typeGustavo A. R. Silva2020-07-291-7/+7
* tty: Fix identation issues in struct serial_struct32Gustavo A. R. Silva2020-07-291-19/+19
* tty: Avoid the use of one-element arraysGustavo A. R. Silva2020-07-291-2/+2
* tty: fix compat TIOCGSERIAL checking wrong function ptrEric Biggers2020-03-181-1/+1
* tty: fix compat TIOCGSERIAL leaking uninitialized memoryEric Biggers2020-03-181-1/+3
* tty: drop outdated comments about release_tty() lockingEric Biggers2020-03-181-6/+2
* tty: drop useless variable initialisation in tty_kopen()Uwe Kleine-König2019-12-171-1/+1
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-031-6/+8
|\
| * tty: don't crash in tty_init_dev when missing tty_portJiri Slaby2019-11-221-3/+6
| * tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee2019-11-201-3/+2
* | tty: handle compat PPP ioctlsArnd Bergmann2019-10-231-0/+4
* | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-0/+1
|/
* drivers: Introduce device lookup variants by device typeSuzuki K Poulose2019-07-301-7/+1
* tty: tty_io: fix driver refcount imbalance on error pathLin Yi2019-05-241-1/+3
* tty: update obsolete termios commentJohan Hovold2019-04-251-1/+1
* Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman2019-03-291-3/+0
* tty: pty: Fix race condition between release_one_tty and pty_writeSahara2019-03-281-0/+3
* tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman2019-01-301-0/+3
* tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-01-211-1/+2
* tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov2019-01-111-7/+13
* Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-101-2/+9
|\
| * USB: serial: console: fix reported terminal settingsJohan Hovold2018-12-051-2/+9
* | tty: Simplify tty->count math in tty_reopen()Dmitry Safonov2018-12-051-8/+5
* | tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov2018-12-051-2/+7
|/
* Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-1/+1
|\
| * tty: check name length in tty_find_polling_driver()Miles Chen2018-10-111-1/+1
* | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-43/+186
|\ \
| * | change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+3
| * | remove fallback to drivers for TIOCGICOUNTAl Viro2018-10-131-5/+1
| * | take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro2018-10-131-0/+81
| * | complete ->[sg]et_serial() switchoverAl Viro2018-10-131-10/+4
| * | tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro2018-09-141-5/+30
| * | tty_ioctl(): drop FIONBIO handlingAl Viro2018-09-141-30/+0
| * | move compat handling of tty ioctls to tty_compat_ioctl()Al Viro2018-09-141-2/+76
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-3/+3
|\ \ \ | |_|/ |/| |
| * | tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...Eric W. Biederman2018-09-161-3/+3
| |/
* / tty: Drop tty->count on tty_reopen() failureDmitry Safonov2018-09-181-3/+8
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\
| * signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-211-1/+1
* | tty: use 64-bit timstampArnd Bergmann2018-06-281-14/+5
|/
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+12