summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_release_redirect() staticGreg Kroah-Hartman2021-04-151-2/+1
* tty: create internal tty.h fileGreg Kroah-Hartman2021-04-151-0/+1
* tty: refactor TIOCSSERIAL handlingJohan Hovold2021-04-101-17/+16
* tty: use pr_warn_ratelimited() for deprecated serial flagsJohan Hovold2021-04-101-12/+6
* tty: fix return value for unsupported ioctlsJohan Hovold2021-04-101-5/+5
* Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-151-3/+2
|\
| * Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman2021-03-101-3/+2
* | tty: localise ptychar and make it constJiri Slaby2021-03-101-2/+1
* | tty: let tty_unregister_driver return voidJiri Slaby2021-03-101-8/+1
|/
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-43/+167
|\
| * tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds2021-01-221-6/+13
| * tty: fix up hung_up_tty_read() conversionLinus Torvalds2021-01-221-4/+5
| * tty: fix up hung_up_tty_write() conversionLinus Torvalds2021-01-221-4/+5
| * Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-34/+96
| |\
| | * 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
| * | drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard2021-01-071-2/+3
| * | tty: Export redirect releaseCorey Minyard2021-01-071-8/+24
| * | tty: new helper function tty_get_icount()Uwe Kleine-König2020-12-281-4/+25
| * | tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König2020-12-281-18/+38
* | | tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds2021-02-201-1/+4
* | | tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds2021-01-291-3/+17
* | | Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2021-01-251-2/+0
* | | tty: fix up hung_up_tty_write() conversionLinus Torvalds2021-01-221-4/+5
* | | Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman2021-01-211-22/+26
|\ \ \ | |/ / |/| / | |/
| * tty: implement write_iterLinus Torvalds2021-01-201-22/+26
* | Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman2020-12-071-1/+6
|\|
| * tty: Fix ->session lockingJann Horn2020-12-041-1/+6
* | Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman2020-11-091-2/+4
|\|
| * tty: fix crash in release_tty if tty->port is not setMatthias Reichl2020-11-061-2/+4
* | tty: tty_io: Fix some kernel-doc issuesLee Jones2020-11-061-3/+7
* | tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones2020-11-061-2/+0
|/
* 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