- 7c78360 tty: remove file from n_tty_ioctl_helper by Jiri Slaby · 3 years, 4 months ago
- dcc223e tty: remove file from tty_mode_ioctl by Jiri Slaby · 3 years, 4 months ago
- 654ee49 tty: make tty_get_{char,frame}_size available by Jiri Slaby · 3 years, 7 months ago
- 76af233 tty: remove unused tty_throttle by Jiri Slaby · 3 years, 8 months ago
- fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 9 months ago
- 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 9 months ago
- 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 9 months ago
- 9f72cab tty: move some tty-only functions to drivers/tty/tty.h by Greg Kroah-Hartman · 3 years, 9 months ago
- 8871de0 tty: fix return value for unsupported termiox ioctls by Johan Hovold · 3 years, 9 months ago
- ab78b0c tty: cleanup tty_chars_in_buffer by Jiri Slaby · 3 years, 11 months ago
- e0efb31 tty: Remove dead termiox code by Jann Horn · 4 years, 1 month ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- e211203 move compat handling of tty ioctls to tty_compat_ioctl() by Al Viro · 6 years ago
- 7b0c6b3 tty: add missing const to termios hw-change helper by Johan Hovold · 7 years ago
- e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
- fff0a2c tty: move baudrate handling code to a file of its own by Nicolas Pitre · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
- 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
- d435cef tty: Remove __func__ from tty_debug() macro by Peter Hurley · 9 years ago
- 89222e6 tty: core: Prefer pr_* to printk(*) by Peter Hurley · 9 years ago
- f658dca tty: Remove unset_locked_termios() error message by Peter Hurley · 9 years ago
- d97ba9c tty: core: Refactor parameters for unset_locked_termios() helper by Peter Hurley · 9 years ago
- ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
- ff8339d tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENT by Peter Hurley · 10 years ago
- 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 10 years ago
- b00f5c2 tty: Re-add external interface for tty_set_termios() by Frederic Danis · 10 years ago
- c37bc68 TTY: fix tty_wait_until_sent maximum timeout by Johan Hovold · 10 years ago
- 79fbf4a TTY: fix tty_wait_until_sent on 64-bit machines by Johan Hovold · 10 years ago
- 632f32e tty: Remove external interface for tty_set_termios() by Peter Hurley · 10 years ago
- c961bfb tty: Call methods in modern style by Peter Hurley · 10 years ago
- dbfcd85 tty: Move pty-specific set_termios() handling to pty driver by Peter Hurley · 10 years ago
- 6460fbb tty: WARN for attempted set_termios() of pty master by Peter Hurley · 10 years ago
- c274f6e tty: Hold termios_rwsem for tcflow(TCIxxx) by Peter Hurley · 10 years ago
- 136d525 tty: Move and rename send_prio_char() as tty_send_xchar() by Peter Hurley · 10 years ago
- c545b66 tty: Serialize tcflow() with other tty flow control changes by Peter Hurley · 10 years ago
- a1d51aa2 tty: fix typo in comment of tty_termios_encode_baud_rate by Matthias Brugger · 10 years ago
- 5cec7bf tty: Fix SIGTTOU not sent with tcflush() by Peter Hurley · 11 years ago
- d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 12 years ago
- 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 12 years ago
- 579a00a tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safe by Peter Hurley · 12 years ago
- e7f3880 tty: Fix recursive deadlock in tty_perform_flush() by Peter Hurley · 12 years ago
- 6865ff2 TTY: do not warn about setting speed via SPD_* by Jiri Slaby · 12 years ago
- 70bc126 tty: Add safe tty throttle/unthrottle functions by Peter Hurley · 12 years ago
- 183d95c tty: set_termios/set_termiox should not return -EINTR by Oleg Nesterov · 12 years ago
- a1bf958 tty: Add driver unthrottle in ioctl(...,TCFLSH,..). by Ilya Zykov · 12 years ago
- 06026d9 tty: pty - Move TIOCPKT handling into pty.c by Cyrill Gorcunov · 12 years ago
- 9833fac tty: Fix up PPC fallout from the termios move by Alan Cox · 13 years ago
- adc8d74 tty: move the termios object into the tty by Alan Cox · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- 8193c42 tty: Support compat_ioctl get/set termios_locked by Thomas Meyer · 13 years ago
- 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
- 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
- f98e5b8 tty: fix typo in descripton of tty_termios_encode_baud_rate by Uwe Kleine-König · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 8d075b1 tty: add a helper for setting termios data from kernel side by Alan Cox · 14 years ago
- 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/tty_ioctl.c]
- 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 15 years ago
- 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
- 9074d96 tty: vt: use printk_once by Marcin Slusarz · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
- 5dca607 tty: fix unused warning when TCGETX is not defined by Mike Frysinger · 16 years ago
- 26a2e20 tty: Untangle termios and mm mutex dependencies by Alan Cox · 16 years ago
- 38db897 tty: throttling race fix by Alan Cox · 16 years ago
- c0253ee tty: Fix race in the flush for some ldiscs by Alan Cox · 16 years ago
- 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
- d81ed10 tty: Remove more special casing and out of place code by Alan Cox · 16 years ago
- 8f52002 tty: Termios locking - sort out real_tty confusions and lock reads by Alan Cox · 16 years ago
- 1d65b4a tty: Add termiox by Alan Cox · 16 years ago
- f753f32 tty: TIOCGSOFTCAR/SSOFTCAR on pty is wron by Alan Cox · 16 years ago
- a352def tty: Ldisc revamp by Alan Cox · 17 years ago
- 96a331b removed unused var real_tty on n_tty_ioctl() by Gustavo Fernando Padovan · 17 years ago
- 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 17 years ago
- f34d7a5 tty: The big operations rework by Alan Cox · 17 years ago
- 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
- 1c2630c tty_ioctl: soft carrier handling by Alan Cox · 17 years ago
- 0ee9cbb tty_ioctl: locking for tty_wait_until_sent by Alan Cox · 17 years ago
- 04f378b tty: BKL pushdown by Alan Cox · 17 years ago
- 355d95a tty_ioctl: drag screaming into compliance with the coding style by Alan Cox · 17 years ago
- bf5e583 pl2303: Fix mode switching regression by Alan Cox · 17 years ago
- db99247 tty: fix logic change introduced by wait_event_interruptible_timeout() by Cory T. Tusar · 17 years ago
- 0fc00e2 [TTY]: Fix network driver interactions with TCGET/SET calls. by Alan Cox · 17 years ago
- 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
- 75e8b71d tty_ioctl: fix the baud_table check in encode_baud_rate by Maciej W. Rozycki · 17 years ago
- 5f519d7 tty: expose new methods needed for drivers to get termios right by Alan Cox · 17 years ago
- bb8bd3a sparc64 (and others): fix tty_ioctl.c build by Tony Breeds · 17 years ago
- f629307 tty: termios locking functions break with new termios type by David Miller · 17 years ago
- 6804396 Char: tty_ioctl, little whitespace cleanup by Jiri Slaby · 18 years ago
- 5a52bd4 Char: tty_ioctl, use wait_event_interruptible_timeout by Jiri Slaby · 18 years ago
- 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 18 years ago
- 78137e3 [PATCH] tty: improve encode_baud_rate logic by Alan Cox · 18 years ago
- 64bb6c5 [PATCH] tty_ioctl: use termios for the old structure and termios2 for the new by Alan Cox · 18 years ago
- 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
- edc6afc [PATCH] tty: switch to ktermios and new framework by Alan Cox · 18 years ago
- 5f412b2 [PATCH] Fix locking for tty drivers when doing urgent characters by Alan Cox · 18 years ago
- 5785c95 [PATCH] tty: make termios_sem a mutex by Arjan van de Ven · 18 years ago
- af9b897 [PATCH] tty layer comment the locking assumptions and functions somewhat by Alan Cox · 18 years ago
- 69f63c5 [PATCH] coverity: tty_ldisc_ref return null check by KAMBAROV, ZAUR · 20 years ago