aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley1-1/+1
2016-01-27tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley1-4/+4
2016-01-27tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley1-2/+0
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley1-3/+1
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley1-1/+0
2016-01-26tty: Wait interruptibly for tty lock on reopenPeter Hurley1-0/+1
2015-12-13tty: Remove dead tty_write_flush() declaration and macroPeter Hurley1-4/+0
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley1-2/+1
2015-12-13tty: Define tty_*() printk macrosPeter Hurley1-1/+11
2015-12-13tty: core: Add helper fn to deref tty driver namePeter Hurley1-0/+1
2015-12-13tty: Make tty_paranoia_check() file scopePeter Hurley1-2/+0
2015-12-13tty: Improve tty_debug() macroPeter Hurley1-5/+2
2015-11-20tty: audit: Fix audit sourcePeter Hurley1-3/+3
2015-10-17tty: Abstract tty buffer workPeter Hurley1-0/+2
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley1-0/+1
2015-10-17tty: Remove wait_event_interruptible_tty()Peter Hurley1-26/+0
2015-10-17tty: Remove tty_port::close_waitPeter Hurley1-1/+0
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-18/+0
2015-07-23tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley1-0/+6
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2015-05-10pty: Fix input race when closingPeter Hurley1-1/+1
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-1/+1
2015-05-06tty: constify return type of tty_nameRasmus Villemoes1-1/+1
2015-04-28tty: Re-add external interface for tty_set_termios()Frederic Danis1-0/+1
2015-02-02tty: Remove external interface for tty_set_termios()Peter Hurley1-1/+0
2015-02-02n_tty: Fix signal handling flushesPeter Hurley1-0/+3
2015-02-02pty: Fix buffer flush deadlockPeter Hurley1-0/+4
2015-02-02tty: Make lock subclasses available for other tty locksPeter Hurley1-0/+17
2014-11-06tty: Convert tty->closing to intPeter Hurley1-1/+1
2014-11-05tty: Remove defunct serial_console_init() declarationPeter Hurley1-4/+0
2014-11-05tty: Remove defunct pcxe_open() declarationPeter Hurley1-4/+0
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley1-1/+1
2014-11-05tty: Remove tty_unhangup() declarationPeter Hurley1-1/+0
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley1-0/+1
2014-11-05tty: Change tty lock order to master->slavePeter Hurley1-5/+2
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley1-1/+1
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley1-1/+0
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley1-1/+0
2014-11-05tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley1-3/+0
2014-09-25tty: Fix width of unsigned long bitfield paddingPeter Hurley1-2/+2
2014-09-23tty: Workaround Alpha non-atomic byte storage in tty_structPeter Hurley1-2/+3
2014-09-23tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley1-2/+1
2014-09-23tty: Serialize tcflow() with other tty flow control changesPeter Hurley1-2/+3
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley1-1/+4
2014-09-23tty: Convert tty_struct bitfield to intsPeter Hurley1-1/+4
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-3/+1
2014-05-03Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc"Peter Hurley1-1/+0
2014-04-24tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl1-0/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-02-28tty: Fix low_latency BUGPeter Hurley1-1/+1