summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTOREAdrian Reber2023-12-151-2/+2
* tty: convert THROTTLE constants into enumJiri Slaby (SUSE)2023-10-031-1/+1
* tty: fix up and plug in tty_ioctl kernel-docJiri Slaby (SUSE)2023-10-031-111/+107
* tty: invert return values of tty_{,un}throttle_safe()Jiri Slaby (SUSE)2023-10-031-6/+6
* tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)2023-10-031-10/+8
* tty: make tty_change_softcar() more understandableJiri Slaby (SUSE)2023-08-111-3/+3
* tty: drop tty_debug_wait_until_sent()Jiri Slaby (SUSE)2023-08-111-10/+0
* tty: change tty_write_lock()'s ndelay parameter to boolJiri Slaby (SUSE)2023-08-111-1/+1
* tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen2023-03-291-12/+33
* tty_ioctl: Use BIT() for internal flagsIlpo Järvinen2023-03-171-4/+5
* tty: Return bool from tty_termios_hw_change()Ilpo Järvinen2023-01-191-4/+4
* termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-0/+1
* termios: uninline conversion helpersAl Viro2022-09-091-0/+74
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: Support for RS-485 multipoint addressesIlpo Järvinen2022-06-271-0/+4
* tty: remove BOTHER ifdefsIlpo Järvinen2022-05-191-2/+0
* tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-2/+2
* tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-6/+2
* tty: make tty_get_{char,frame}_size availableJiri Slaby2021-06-151-0/+45
* tty: remove unused tty_throttleJiri Slaby2021-05-131-26/+5
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-8/+8
* tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2021-04-151-0/+1
* tty: fix return value for unsupported termiox ioctlsJohan Hovold2021-04-101-2/+2
* tty: cleanup tty_chars_in_bufferJiri Slaby2021-03-101-2/+1
* tty: Remove dead termiox codeJann Horn2020-12-041-59/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* move compat handling of tty ioctls to tty_compat_ioctl()Al Viro2018-09-141-16/+0
* tty: add missing const to termios hw-change helperJohan Hovold2018-05-221-1/+1
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: move baudrate handling code to a file of its ownNicolas Pitre2017-04-181-222/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-2/+2
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-6/+6
* tty: Remove __func__ from tty_debug() macroPeter Hurley2015-12-131-1/+1
* tty: core: Prefer pr_* to printk(*)Peter Hurley2015-12-131-4/+2
* tty: Remove unset_locked_termios() error messagePeter Hurley2015-12-131-5/+0
* tty: core: Refactor parameters for unset_locked_termios() helperPeter Hurley2015-12-131-4/+4
* tty: Fix tty_send_xchar() lock order inversionPeter Hurley2015-11-201-4/+0
* tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENTPeter Hurley2015-07-231-3/+8
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-3/+1
* tty: Re-add external interface for tty_set_termios()Frederic Danis2015-04-281-1/+2
* TTY: fix tty_wait_until_sent maximum timeoutJohan Hovold2015-03-071-3/+3
* TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold2015-03-071-3/+9
* tty: Remove external interface for tty_set_termios()Peter Hurley2015-02-021-2/+1
* tty: Call methods in modern stylePeter Hurley2014-11-051-2/+2
* tty: Move pty-specific set_termios() handling to pty driverPeter Hurley2014-11-051-31/+1