summaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
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
2020-12-09tty: use const parameters in port-flag accessorsJohan Hovold
2020-12-09tty: use assign_bit() in port-flag accessorsJohan Hovold
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman
2020-12-04tty: Fix ->session lockingJann Horn
2020-12-04tty: Remove dead termiox codeJann Horn
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-05-22tty: add missing const to termios hw-change helperJohan Hovold
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-02-28tty: make n_tty_read() always abort if hangup is in progressTejun Heo
2018-01-23tty: fix data race between tty_init_dev and flush of bufGaurav Kohli