aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen1-1/+0
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-9/+10
2023-12-13tty: add new helper function tty_get_tiocmFlorian Eckert1-0/+1
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)1-2/+2
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-11-28tty: make tty const in tty_get_baud_rate()Jiri Slaby (SUSE)1-3/+2
2023-11-25tty: move locking docs out of Returns for functions in tty.hJiri Slaby (SUSE)1-5/+7
2023-10-03tty: fix kernel-doc for functions in tty.hJiri Slaby (SUSE)1-12/+9
2023-10-03tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)1-2/+2
2023-08-27tty: shrink the size of struct tty_struct by 40 bytesGreg Kroah-Hartman1-9/+9
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-04-03tty: make tty_class a static const structureGreg Kroah-Hartman1-1/+1
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen1-1/+1
2023-01-19tty: Return bool from tty_termios_hw_change()Ilpo Järvinen1-1/+1
2022-09-22tty: remove TTY_MAGICнаб1-6/+0
2022-08-30tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen1-1/+1
2022-08-30tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen1-1/+1
2021-11-26tty: reformat tty_struct::flags into kernel-docJiri Slaby1-14/+60
2021-11-26tty: finish kernel-doc of tty_struct membersJiri Slaby1-15/+64
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-2/+2
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-2/+1
2021-09-22tty: remove extern from functions in tty headersJiri Slaby1-70/+69
2021-07-27tty: move tty_port to new tty_port.hJiri Slaby1-195/+1
2021-07-27tty: move tty_buffer definitions to new tty_buffer.hJiri Slaby1-48/+1
2021-07-27tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby1-3/+0
2021-07-27tty: move ldisc prototypes to tty_ldisc.hJiri Slaby1-10/+0
2021-07-27tty: move tty_driver related prototypes to tty_driver.hJiri Slaby1-17/+0
2021-06-15tty: make tty_get_{char,frame}_size availableJiri Slaby1-0/+3
2021-05-13tty: remove unused tty_throttleJiri Slaby1-1/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-13tty: return void from tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby1-10/+16
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-16/+22
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman1-34/+0
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman1-16/+0
2021-04-15tty: make tty_release_redirect() staticGreg Kroah-Hartman1-1/+0
2021-04-15tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman1-26/+0
2021-04-15tty: audit: move some local functions out of tty.hGreg Kroah-Hartman1-10/+0
2021-04-15tty: create internal tty.h fileGreg Kroah-Hartman1-12/+0
2021-04-10tty: clarify that not all ttys have a class deviceJohan Hovold1-1/+1
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby1-1/+1
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+7
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen1-0/+1
2021-01-07tty: Export redirect releaseCorey Minyard1-0/+1
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-2/+1
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König1-0/+2