aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley1-1/+0
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley1-2/+0
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-4/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+7
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+7
2013-04-30audit: push loginuid and sessionid processing downEric Paris1-2/+2
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris1-4/+2
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley1-2/+0
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley1-0/+1
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-0/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-0/+1
2013-03-18TTY: do not warn about setting speed via SPD_*Jiri Slaby1-2/+16
2013-03-18tty: Add safe tty throttle/unthrottle functionsPeter Hurley1-0/+18
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-11/+33
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+0
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-2/+3
2012-11-15TTY: introduce tty_port_destroyJiri Slaby1-0/+1
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-3/+3
2012-10-22TTY: add port -> tty linkJiri Slaby1-0/+1
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby1-2/+3
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby1-10/+1
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby1-10/+0
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby1-2/+0
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby1-5/+0
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby1-2/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-36/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-2/+2
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek1-0/+4
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-0/+4
2012-09-05serial: add a new helper functionHuang Shijie1-0/+6
2012-09-05tty: move the async flags from the serial code into the tty includesAlan Cox1-0/+1
2012-08-13TTY: add tty_port_link_deviceJiri Slaby1-0/+2
2012-08-10tty: localise the lockAlan Cox1-9/+14
2012-07-17tty: Move the handling of the tty release logicAlan Cox1-1/+0
2012-07-16tty: move the termios object into the ttyAlan Cox1-23/+23
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-14/+9
2012-07-06tty: localise the lockAlan Cox1-9/+14
2012-06-13TTY: add tty_port_register_device helperJiri Slaby1-0/+3
2012-06-13TTY: provide drivers with tty_port_installJiri Slaby1-0/+2
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-14/+9
2012-05-04tty_lock: Localise the lockAlan Cox1-9/+14
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-02TTY: provide tty_standard_install helperJiri Slaby1-0/+2
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov1-0/+1
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov1-2/+1
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+23
2011-10-18TTY: make tty_add_file non-failingJiri Slaby1-1/+3
2011-10-18tty: Support compat_ioctl get/set termios_lockedThomas Meyer1-0/+2
2011-08-25TTY: define tty_wait_until_sent_from_closeJiri Slaby1-0/+18