summaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-13tty: add new helper function tty_get_tiocmFlorian Eckert
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-11-28tty: make tty const in tty_get_baud_rate()Jiri Slaby (SUSE)
2023-11-25tty: move locking docs out of Returns for functions in tty.hJiri Slaby (SUSE)
2023-10-03tty: fix kernel-doc for functions in tty.hJiri Slaby (SUSE)
2023-10-03tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)
2023-08-27tty: shrink the size of struct tty_struct by 40 bytesGreg Kroah-Hartman
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-03tty: make tty_class a static const structureGreg Kroah-Hartman
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen
2023-01-19tty: Return bool from tty_termios_hw_change()Ilpo Järvinen
2022-09-22tty: remove TTY_MAGICнаб
2022-08-30tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen
2022-08-30tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen
2021-11-26tty: reformat tty_struct::flags into kernel-docJiri Slaby
2021-11-26tty: finish kernel-doc of tty_struct membersJiri Slaby
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-22tty: remove extern from functions in tty headersJiri Slaby
2021-07-27tty: move tty_port to new tty_port.hJiri Slaby
2021-07-27tty: move tty_buffer definitions to new tty_buffer.hJiri Slaby
2021-07-27tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby
2021-07-27tty: move ldisc prototypes to tty_ldisc.hJiri Slaby
2021-07-27tty: move tty_driver related prototypes to tty_driver.hJiri 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: return void from tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman
2021-04-15tty: make tty_release_redirect() staticGreg Kroah-Hartman
2021-04-15tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman
2021-04-15tty: audit: move some local functions out of tty.hGreg Kroah-Hartman
2021-04-15tty: create internal tty.h fileGreg Kroah-Hartman
2021-04-10tty: clarify that not all ttys have a class deviceJohan Hovold
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-07tty: Export redirect releaseCorey Minyard
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König