summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ioctl.c
AgeCommit message (Expand)Author
2023-12-15tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTOREAdrian Reber
2023-10-03tty: convert THROTTLE constants into enumJiri Slaby (SUSE)
2023-10-03tty: fix up and plug in tty_ioctl kernel-docJiri Slaby (SUSE)
2023-10-03tty: invert return values of tty_{,un}throttle_safe()Jiri Slaby (SUSE)
2023-10-03tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)
2023-08-11tty: make tty_change_softcar() more understandableJiri Slaby (SUSE)
2023-08-11tty: drop tty_debug_wait_until_sent()Jiri Slaby (SUSE)
2023-08-11tty: change tty_write_lock()'s ndelay parameter to boolJiri Slaby (SUSE)
2023-03-29tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen
2023-03-17tty_ioctl: Use BIT() for internal flagsIlpo Järvinen
2023-01-19tty: Return bool from tty_termios_hw_change()Ilpo Järvinen
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro
2022-09-09termios: uninline conversion helpersAl Viro
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen
2022-05-19tty: remove BOTHER ifdefsIlpo Järvinen
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-06-15tty: make tty_get_{char,frame}_size availableJiri Slaby
2021-05-13tty: remove unused tty_throttleJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman
2021-04-10tty: fix return value for unsupported termiox ioctlsJohan Hovold
2021-03-10tty: cleanup tty_chars_in_bufferJiri Slaby
2020-12-04tty: Remove dead termiox codeJann Horn
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro
2018-05-22tty: add missing const to termios hw-change helperJohan Hovold
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-04-18tty: move baudrate handling code to a file of its ownNicolas Pitre
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley
2015-12-13tty: core: Prefer pr_* to printk(*)Peter Hurley
2015-12-13tty: Remove unset_locked_termios() error messagePeter Hurley
2015-12-13tty: core: Refactor parameters for unset_locked_termios() helperPeter Hurley
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley
2015-07-23tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENTPeter Hurley
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-04-28tty: Re-add external interface for tty_set_termios()Frederic Danis
2015-03-07TTY: fix tty_wait_until_sent maximum timeoutJohan Hovold
2015-03-07TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold
2015-02-02tty: Remove external interface for tty_set_termios()Peter Hurley
2014-11-05tty: Call methods in modern stylePeter Hurley
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley