aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-18Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley
2016-04-30tty: Define ASYNC_ replacement bitsPeter Hurley
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-27tty: provide tty_name() even without CONFIG_TTYArnd Bergmann
2016-01-28tty: Unify receive_buf() code pathsPeter Hurley
2016-01-28tty: Fix GPF in flush_to_ldisc(), part 2Peter Hurley
2016-01-27tty: audit: Combine push functionsPeter Hurley
2016-01-27tty: audit: Ignore current association for audit pushPeter Hurley
2016-01-27tty: audit: Remove icanon mode from call chainPeter Hurley
2016-01-27tty: Make tty_files_lock per-ttyPeter Hurley
2016-01-27tty: Remove unreferenced tty flags macro TTY_DEBUGPeter Hurley
2016-01-27tty: Move tty_check_change() helperPeter Hurley
2016-01-27tty: Remove declarations to non-existent functionsPeter Hurley
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley
2016-01-27tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley
2016-01-27tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley
2016-01-26tty: Wait interruptibly for tty lock on reopenPeter Hurley
2015-12-13tty: Remove dead tty_write_flush() declaration and macroPeter Hurley
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley
2015-12-13tty: Define tty_*() printk macrosPeter Hurley
2015-12-13tty: core: Add helper fn to deref tty driver namePeter Hurley
2015-12-13tty: Make tty_paranoia_check() file scopePeter Hurley
2015-12-13tty: Improve tty_debug() macroPeter Hurley
2015-11-20tty: audit: Fix audit sourcePeter Hurley
2015-10-17tty: Abstract tty buffer workPeter Hurley
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley
2015-10-17tty: Remove wait_event_interruptible_tty()Peter Hurley
2015-10-17tty: Remove tty_port::close_waitPeter Hurley
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley
2015-07-23tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman
2015-05-10pty: Fix input race when closingPeter Hurley
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-05-06tty: constify return type of tty_nameRasmus Villemoes
2015-04-28tty: Re-add external interface for tty_set_termios()Frederic Danis
2015-02-02tty: Remove external interface for tty_set_termios()Peter Hurley
2015-02-02n_tty: Fix signal handling flushesPeter Hurley
2015-02-02pty: Fix buffer flush deadlockPeter Hurley