summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-0/+5
* | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-05-181-1/+3
|\ \ | |/ |/|
| * tty: provide tty_name() even without CONFIG_TTYArnd Bergmann2016-04-271-1/+3
* | tty: Unify receive_buf() code pathsPeter Hurley2016-01-281-14/+2
* | tty: Fix GPF in flush_to_ldisc(), part 2Peter Hurley2016-01-281-1/+1
* | tty: audit: Combine push functionsPeter Hurley2016-01-271-6/+2
* | tty: audit: Ignore current association for audit pushPeter Hurley2016-01-271-2/+2
* | tty: audit: Remove icanon mode from call chainPeter Hurley2016-01-271-2/+2
* | tty: Make tty_files_lock per-ttyPeter Hurley2016-01-271-1/+1
* | tty: Remove unreferenced tty flags macro TTY_DEBUGPeter Hurley2016-01-271-1/+0
* | tty: Move tty_check_change() helperPeter Hurley2016-01-271-1/+0
* | tty: Remove declarations to non-existent functionsPeter Hurley2016-01-271-3/+0
* | tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-271-2/+1
* | tty: Destroy ldisc instance on hangupPeter Hurley2016-01-271-1/+2
* | tty: Use 'disc' for line discipline index namePeter Hurley2016-01-271-1/+1
* | tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley2016-01-271-4/+4
* | tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley2016-01-271-2/+0
* | tty: Fix tty_init_termios() declarationPeter Hurley2016-01-271-3/+1
* | tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley2016-01-271-1/+0
|/
* tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-01-261-0/+1
* tty: Remove dead tty_write_flush() declaration and macroPeter Hurley2015-12-131-4/+0
* tty: Remove __func__ from tty_debug() macroPeter Hurley2015-12-131-2/+1
* tty: Define tty_*() printk macrosPeter Hurley2015-12-131-1/+11
* tty: core: Add helper fn to deref tty driver namePeter Hurley2015-12-131-0/+1
* tty: Make tty_paranoia_check() file scopePeter Hurley2015-12-131-2/+0
* tty: Improve tty_debug() macroPeter Hurley2015-12-131-5/+2
* tty: audit: Fix audit sourcePeter Hurley2015-11-201-3/+3
* tty: Abstract tty buffer workPeter Hurley2015-10-171-0/+2
* tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-171-0/+1
OpenPOWER on IntegriCloud