summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2013-06-171-1/+0
* tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley2013-05-201-2/+0
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-4/+2
|\
| * audit: push loginuid and sessionid processing downEric Paris2013-04-301-2/+2
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+7
|\ \
| * | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-0/+7
* | | tty: Don't reenable already enabled ldiscPeter Hurley2013-03-181-2/+0
* | | tty: Add diagnostic for halted line disciplinePeter Hurley2013-03-181-0/+1
* | | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-0/+1
* | | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-0/+1
* | | TTY: do not warn about setting speed via SPD_*Jiri Slaby2013-03-181-2/+16
* | | tty: Add safe tty throttle/unthrottle functionsPeter Hurley2013-03-181-0/+18
|/ /
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-11/+33
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+0
* | TTY: move low_latency to tty_portJiri Slaby2013-01-151-2/+3
|/
* TTY: introduce tty_port_destroyJiri Slaby2012-11-151-0/+1
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-3/+3
* TTY: add port -> tty linkJiri Slaby2012-10-221-0/+1
* TTY: move TTY_FLUSH* flags to tty_portJiri Slaby2012-10-221-2/+3
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-221-10/+1
* TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-221-10/+0
* TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-221-2/+0
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-221-5/+0
* TTY: audit, stop accessing tty->icountJiri Slaby2012-10-221-2/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-36/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+2
|\
| * userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-2/+2
* | tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-061-0/+4
* | tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-061-0/+4
* | serial: add a new helper functionHuang Shijie2012-09-051-0/+6
* | tty: move the async flags from the serial code into the tty includesAlan Cox2012-09-051-0/+1
* | TTY: add tty_port_link_deviceJiri Slaby2012-08-131-0/+2
* | tty: localise the lockAlan Cox2012-08-101-9/+14
* | tty: Move the handling of the tty release logicAlan Cox2012-07-171-1/+0
* | tty: move the termios object into the ttyAlan Cox2012-07-161-23/+23
* | tty: revert incorrectly applied lock patchAlan Cox2012-07-161-14/+9
* | tty: localise the lockAlan Cox2012-07-061-9/+14
* | TTY: add tty_port_register_device helperJiri Slaby2012-06-131-0/+3
* | TTY: provide drivers with tty_port_installJiri Slaby2012-06-131-0/+2
|/
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-14/+9
* tty_lock: Localise the lockAlan Cox2012-05-041-9/+14
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* TTY: provide tty_standard_install helperJiri Slaby2012-02-021-0/+2
* tty: rework pty count limitingKonstantin Khlebnikov2012-01-241-0/+1
* tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov2012-01-241-2/+1
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-3/+23
|\
| * TTY: make tty_add_file non-failingJiri Slaby2011-10-181-1/+3
| * tty: Support compat_ioctl get/set termios_lockedThomas Meyer2011-10-181-0/+2
| * TTY: define tty_wait_until_sent_from_closeJiri Slaby2011-08-251-0/+18