summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-22tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds
2021-01-22tty: fix up hung_up_tty_read() conversionLinus Torvalds
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman
2021-01-20tty: implement write_iterLinus Torvalds
2021-01-20tty: implement read_iterLinus Torvalds
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard
2021-01-07tty: Export redirect releaseCorey Minyard
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König
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