summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2014-07-121-3/+1Star
* Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...Peter Hurley2014-05-041-1/+0Star
* tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl2014-04-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-031-3/+3
|\
| * tty: Fix ref counting for port krefsPeter Hurley2014-02-141-3/+3
* | tty: Fix low_latency BUGPeter Hurley2014-03-011-1/+1
|/
* Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-211-0/+1
|\
| * tty: Add C_CMSPAR(tty)Andrew Lunn2014-01-031-0/+1
* | tty: Removing the deprecated function tty_vhangup_locked()Chuansheng Liu2013-12-191-1/+0Star
* | tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley2013-12-091-0/+4
* | tty: Rename tty buffer memory_used fieldPeter Hurley2013-12-091-1/+1
* | tty: Enable configurable tty flip buffer limitPeter Hurley2013-12-091-0/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-21/+7Star
|\
| * sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-041-5/+5
| * sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra2013-10-041-17/+4Star
| * sched/wait: Make the signal_pending() checks consistentPeter Zijlstra2013-10-041-7/+6Star
* | tty: Remove unused drop() method from tty_port interfacePeter Hurley2013-09-261-1/+0Star
|/
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-251-1/+2
* n_tty: Fix EOF push handlingPeter Hurley2013-07-241-1/+0Star
* tty: Remove private constant from global namespacePeter Hurley2013-07-241-11/+0Star
* tty: Fix unsafe vt paste_selection()Peter Hurley2013-07-241-2/+2
* tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley2013-07-241-2/+1Star
* tty: Avoid false-sharing flip buffer ptrsPeter Hurley2013-07-241-2/+2
* tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley2013-07-241-1/+0Star
* tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2013-07-241-1/+1
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-241-2/+1Star
* tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2013-07-241-0/+1
* tty: Use lockless flip buffer free listPeter Hurley2013-07-241-2/+6
* tty: Compute flip buffer ptrsPeter Hurley2013-07-241-2/+10
* tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley2013-07-241-0/+1
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-241-3/+4
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-241-0/+13
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-241-3/+1Star
* n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2013-06-171-1/+0Star
* tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley2013-05-201-2/+0Star
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-4/+2Star
|\
| * audit: push loginuid and sessionid processing downEric Paris2013-04-301-2/+2
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-4/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-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-191-2/+0Star
* | | tty: Add diagnostic for halted line disciplinePeter Hurley2013-03-191-0/+1
* | | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-0/+1
* | | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-0/+1
* | | TTY: do not warn about setting speed via SPD_*Jiri Slaby2013-03-191-2/+16
* | | tty: Add safe tty throttle/unthrottle functionsPeter Hurley2013-03-191-0/+18
|/ /
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-11/+33
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-1/+0Star
* | TTY: move low_latency to tty_portJiri Slaby2013-01-161-2/+3
|/
* TTY: introduce tty_port_destroyJiri Slaby2012-11-161-0/+1