aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby1-22/+22
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-12/+12
2021-04-15tty: make tty_release_redirect() staticGreg Kroah-Hartman1-2/+1
2021-04-15tty: create internal tty.h fileGreg Kroah-Hartman1-0/+1
2021-04-10tty: refactor TIOCSSERIAL handlingJohan Hovold1-17/+16
2021-04-10tty: use pr_warn_ratelimited() for deprecated serial flagsJohan Hovold1-12/+6
2021-04-10tty: fix return value for unsupported ioctlsJohan Hovold1-5/+5
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman1-3/+2
2021-03-10tty: localise ptychar and make it constJiri Slaby1-2/+1
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby1-8/+1
2021-03-10Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman1-3/+2
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-43/+167
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds1-1/+4
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds1-3/+17
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen1-2/+0
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-22tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds1-6/+13
2021-01-22tty: fix up hung_up_tty_read() conversionLinus Torvalds1-4/+5
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-nextGreg Kroah-Hartman1-34/+96
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman1-22/+26
2021-01-20tty: implement write_iterLinus Torvalds1-22/+26
2021-01-20tty: implement read_iterLinus Torvalds1-18/+18
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-3/+61
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard1-2/+3
2021-01-07tty: Export redirect releaseCorey Minyard1-8/+24
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König1-4/+25
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König1-18/+38
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/gregkh/ttyLinus 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