summaryrefslogtreecommitdiff
path: root/include/linux/tty.h
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-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-07tty: Export redirect releaseCorey Minyard
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
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-09tty: use const parameters in port-flag accessorsJohan Hovold
2020-12-09tty: use assign_bit() in port-flag accessorsJohan Hovold
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman
2020-12-04tty: Fix ->session lockingJann Horn
2020-12-04tty: Remove dead termiox codeJann Horn
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-05-22tty: add missing const to termios hw-change helperJohan Hovold
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-02-28tty: make n_tty_read() always abort if hangup is in progressTejun Heo
2018-01-23tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28tty: undo export of tty_open_by_driverOkash Khawaja
2017-08-28tty: resolve tty contention between kernel and user spaceOkash Khawaja
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-27tty: add function to convert device name to numberOkash Khawaja
2017-06-25tty: define tty_open_by_driver when CONFIG_TTY is not definedOkash Khawaja
2017-06-13tty: drop unused alt_speed from tty_structJohan Hovold
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold
2017-05-16tty: export tty_open_by_driverOkash Khawaja
2017-04-18tty: split job control support into a file of its ownNicolas Pitre
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-02-03tty_port: Add port client functionsRob Herring
2017-01-19tty: constify tty_ldisc_receive_buf buffer pointerRob Herring
2017-01-19tty: move the non-file related parts of tty_release to new tty_release_structRob Herring
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-18Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley
2016-04-30tty: Define ASYNC_ replacement bitsPeter Hurley