summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-4/+7
|\
| * tty: Export redirect releaseCorey Minyard2021-01-071-0/+1
| * tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-2/+1
| * tty: new helper function tty_get_icount()Uwe Kleine-König2020-12-281-0/+2
| * tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König2020-12-281-2/+3
* | Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2021-01-251-0/+1
|/
* tty: use const parameters in port-flag accessorsJohan Hovold2020-12-091-6/+6
* tty: use assign_bit() in port-flag accessorsJohan Hovold2020-12-091-24/+6
* Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman2020-12-071-0/+4
|\
| * tty: Fix ->session lockingJann Horn2020-12-041-0/+4
* | tty: Remove dead termiox codeJann Horn2020-12-041-1/+0
* | tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones2020-11-061-0/+1
|/
* gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-041-1/+1
* serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-0/+2
* Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-101-0/+1
|\
| * USB: serial: console: fix reported terminal settingsJohan Hovold2018-12-051-0/+1
* | tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-051-0/+7
|/
* move compat handling of tty ioctls to tty_compat_ioctl()Al Viro2018-09-141-2/+0
* Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-051-1/+1
|\
| * tty: add missing const to termios hw-change helperJohan Hovold2018-05-221-1/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-1/+2
|/
* tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-04-231-1/+1
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-02-281-0/+1
* tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2018-01-231-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tty: undo export of tty_open_by_driverOkash Khawaja2017-08-281-5/+0
* tty: resolve tty contention between kernel and user spaceOkash Khawaja2017-08-281-0/+21
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-031-1/+0
|\ \
| * | tty: drop unused alt_speed from tty_structJohan Hovold2017-06-131-1/+0
* | | tty: add function to convert device name to numberOkash Khawaja2017-06-271-0/+3
* | | tty: define tty_open_by_driver when CONFIG_TTY is not definedOkash Khawaja2017-06-251-0/+3
* | | Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-121-0/+9
|\| |
| * | tty/serdev: add serdev registration interfaceJohan Hovold2017-05-181-0/+9
| |/
* / tty: export tty_open_by_driverOkash Khawaja2017-05-161-0/+2
|/
* tty: split job control support into a file of its ownNicolas Pitre2017-04-181-0/+6
* console: move console_init() out of tty_io.cNicolas Pitre2017-04-181-3/+4
* tty_port: Add port client functionsRob Herring2017-02-031-1/+8
* tty: constify tty_ldisc_receive_buf buffer pointerRob Herring2017-01-191-1/+1
* tty: move the non-file related parts of tty_release to new tty_release_structRob Herring2017-01-191-0/+1
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-3/+86
|\
| * Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-1/+1
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-0/+13
| * tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley2016-04-301-0/+13
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-0/+13
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-0/+12
| * tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-2/+10
| * tty: Define ASYNC_ replacement bitsPeter Hurley2016-04-301-1/+15
| * tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-0/+5