summaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
2012-11-15TTY: introduce tty_port_destroyJiri Slaby
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: add port -> tty linkJiri Slaby
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek
2012-09-05serial: add a new helper functionHuang Shijie
2012-09-05tty: move the async flags from the serial code into the tty includesAlan Cox
2012-08-13TTY: add tty_port_link_deviceJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-07-17tty: Move the handling of the tty release logicAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-06tty: localise the lockAlan Cox
2012-06-13TTY: add tty_port_register_device helperJiri Slaby
2012-06-13TTY: provide drivers with tty_port_installJiri Slaby
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-04tty_lock: Localise the lockAlan Cox
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-02TTY: provide tty_standard_install helperJiri Slaby
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-18TTY: make tty_add_file non-failingJiri Slaby
2011-10-18tty: Support compat_ioctl get/set termios_lockedThomas Meyer
2011-08-25TTY: define tty_wait_until_sent_from_closeJiri Slaby
2011-08-23TTY: remove tty_lockedJiri Slaby
2011-08-23TTY: pty, fix pty countingJiri Slaby
2011-06-07TTY: export NR_LDISC and N_* line discipline numbers to user-spaceFlorian Fainelli
2011-05-13n_tracerouter and n_tracesink ldisc additions.J Freyensee
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds
2011-02-17tty: add a helper for setting termios data from kernel sideAlan Cox
2011-02-17tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGreg Kroah-Hartman
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2010-11-29TTY: open/hangup race fixupJiri Slaby
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-09tty: Fix formatting in tty.hAlan Cox
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg