aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTOREGravatar Adrian Reber 1-2/+2
2023-10-03tty: convert THROTTLE constants into enumGravatar Jiri Slaby (SUSE) 1-1/+1
2023-10-03tty: fix up and plug in tty_ioctl kernel-docGravatar Jiri Slaby (SUSE) 1-111/+107
2023-10-03tty: invert return values of tty_{,un}throttle_safe()Gravatar Jiri Slaby (SUSE) 1-6/+6
2023-10-03tty: switch tty_{,un}throttle_safe() to return a boolGravatar Jiri Slaby (SUSE) 1-10/+8
2023-08-11tty: make tty_change_softcar() more understandableGravatar Jiri Slaby (SUSE) 1-3/+3
2023-08-11tty: drop tty_debug_wait_until_sent()Gravatar Jiri Slaby (SUSE) 1-10/+0
2023-08-11tty: change tty_write_lock()'s ndelay parameter to boolGravatar Jiri Slaby (SUSE) 1-1/+1
2023-03-29tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHGravatar Ilpo Järvinen 1-12/+33
2023-03-17tty_ioctl: Use BIT() for internal flagsGravatar Ilpo Järvinen 1-4/+5
2023-01-19tty: Return bool from tty_termios_hw_change()Gravatar Ilpo Järvinen 1-4/+4
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hGravatar Al Viro 1-0/+1
2022-09-09termios: uninline conversion helpersGravatar Al Viro 1-0/+74
2022-08-30serial: Make ->set_termios() old ktermios constGravatar Ilpo Järvinen 1-1/+1
2022-08-30tty: Make tty_termios_copy_hw() old ktermios constGravatar Ilpo Järvinen 1-1/+1
2022-06-27serial: Support for RS-485 multipoint addressesGravatar Ilpo Järvinen 1-0/+4
2022-05-19tty: remove BOTHER ifdefsGravatar Ilpo Järvinen 1-2/+0
2021-09-22tty: remove file from n_tty_ioctl_helperGravatar Jiri Slaby 1-2/+2
2021-09-22tty: remove file from tty_mode_ioctlGravatar Jiri Slaby 1-6/+2
2021-06-15tty: make tty_get_{char,frame}_size availableGravatar Jiri Slaby 1-0/+45
2021-05-13tty: remove unused tty_throttleGravatar Jiri Slaby 1-26/+5
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersGravatar Jiri Slaby 1-8/+8
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGravatar Greg Kroah-Hartman 1-0/+1
2021-04-10tty: fix return value for unsupported termiox ioctlsGravatar Johan Hovold 1-2/+2
2021-03-10tty: cleanup tty_chars_in_bufferGravatar Jiri Slaby 1-2/+1
2020-12-04tty: Remove dead termiox codeGravatar Jann Horn 1-59/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Gravatar Al Viro 1-16/+0
2018-05-22tty: add missing const to termios hw-change helperGravatar Johan Hovold 1-1/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-04-18tty: move baudrate handling code to a file of its ownGravatar Nicolas Pitre 1-222/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 1-2/+2
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-6/+6
2015-12-13tty: Remove __func__ from tty_debug() macroGravatar Peter Hurley 1-1/+1
2015-12-13tty: core: Prefer pr_* to printk(*)Gravatar Peter Hurley 1-4/+2
2015-12-13tty: Remove unset_locked_termios() error messageGravatar Peter Hurley 1-5/+0
2015-12-13tty: core: Refactor parameters for unset_locked_termios() helperGravatar Peter Hurley 1-4/+4
2015-11-20tty: Fix tty_send_xchar() lock order inversionGravatar Peter Hurley 1-4/+0
2015-07-23tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENTGravatar Peter Hurley 1-3/+8
2015-05-06tty: remove buf parameter from tty_name()Gravatar Rasmus Villemoes 1-3/+1
2015-04-28tty: Re-add external interface for tty_set_termios()Gravatar Frederic Danis 1-1/+2
2015-03-07TTY: fix tty_wait_until_sent maximum timeoutGravatar Johan Hovold 1-3/+3
2015-03-07TTY: fix tty_wait_until_sent on 64-bit machinesGravatar Johan Hovold 1-3/+9
2015-02-02tty: Remove external interface for tty_set_termios()Gravatar Peter Hurley 1-2/+1
2014-11-05tty: Call methods in modern styleGravatar Peter Hurley 1-2/+2
2014-11-05tty: Move pty-specific set_termios() handling to pty driverGravatar Peter Hurley 1-31/+1