summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* tty: shrink the size of struct tty_struct by 40 bytesGreg Kroah-Hartman2023-08-271-9/+9
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * tty: make tty_class a static const structureGreg Kroah-Hartman2023-04-031-1/+1
* | tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen2023-03-171-1/+1
|/
* tty: Return bool from tty_termios_hw_change()Ilpo Järvinen2023-01-191-1/+1
* tty: remove TTY_MAGICнаб2022-09-221-6/+0
* tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen2022-08-301-1/+1
* tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen2022-08-301-1/+1
* tty: reformat tty_struct::flags into kernel-docJiri Slaby2021-11-261-14/+60
* tty: finish kernel-doc of tty_struct membersJiri Slaby2021-11-261-15/+64
* tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-2/+2
* tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-2/+1
* tty: remove extern from functions in tty headersJiri Slaby2021-09-221-70/+69
* tty: move tty_port to new tty_port.hJiri Slaby2021-07-271-195/+1
* tty: move tty_buffer definitions to new tty_buffer.hJiri Slaby2021-07-271-48/+1
* tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby2021-07-271-3/+0
* tty: move ldisc prototypes to tty_ldisc.hJiri Slaby2021-07-271-10/+0
* tty: move tty_driver related prototypes to tty_driver.hJiri Slaby2021-07-271-17/+0
* tty: make tty_get_{char,frame}_size availableJiri Slaby2021-06-151-0/+3
* tty: remove unused tty_throttleJiri Slaby2021-05-131-1/+0
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: return void from tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+1
* tty: cumulate and document tty_struct::ctrl* membersJiri Slaby2021-05-131-10/+16
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-16/+22
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* tty: clean include/linux/tty.h upGreg Kroah-Hartman2021-04-151-34/+0
* tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2021-04-151-16/+0
* tty: make tty_release_redirect() staticGreg Kroah-Hartman2021-04-151-1/+0
* tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman2021-04-151-26/+0
* tty: audit: move some local functions out of tty.hGreg Kroah-Hartman2021-04-151-10/+0
* tty: create internal tty.h fileGreg Kroah-Hartman2021-04-151-12/+0
* tty: clarify that not all ttys have a class deviceJohan Hovold2021-04-101-1/+1
* tty: let tty_unregister_driver return voidJiri Slaby2021-03-101-1/+1
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-4/+7
|\
| * tty: Export redirect releaseCorey Minyard2021-01-071-0/+1
| * tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-2/+1
| * tty: new helper function tty_get_icount()Uwe Kleine-König2020-12-281-0/+2
| * tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König2020-12-281-2/+3
* | Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2021-01-251-0/+1
|/
* tty: use const parameters in port-flag accessorsJohan Hovold2020-12-091-6/+6
* tty: use assign_bit() in port-flag accessorsJohan Hovold2020-12-091-24/+6
* Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman2020-12-071-0/+4
|\
| * tty: Fix ->session lockingJann Horn2020-12-041-0/+4
* | tty: Remove dead termiox codeJann Horn2020-12-041-1/+0
* | tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones2020-11-061-0/+1
|/
* gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-041-1/+1
* serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-0/+2