aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-26tty: reformat tty_struct::flags into kernel-docGravatar Jiri Slaby 1-14/+60
2021-11-26tty: finish kernel-doc of tty_struct membersGravatar Jiri Slaby 1-15/+64
2021-09-22tty: remove file from n_tty_ioctl_helperGravatar Jiri Slaby 1-2/+2
2021-09-22tty: remove file from tty_mode_ioctlGravatar Jiri Slaby 1-2/+1
2021-09-22tty: remove extern from functions in tty headersGravatar Jiri Slaby 1-70/+69
2021-07-27tty: move tty_port to new tty_port.hGravatar Jiri Slaby 1-195/+1
2021-07-27tty: move tty_buffer definitions to new tty_buffer.hGravatar Jiri Slaby 1-48/+1
2021-07-27tty: move tty_ldisc_receive_buf to tty_flip.hGravatar Jiri Slaby 1-3/+0
2021-07-27tty: move ldisc prototypes to tty_ldisc.hGravatar Jiri Slaby 1-10/+0
2021-07-27tty: move tty_driver related prototypes to tty_driver.hGravatar Jiri Slaby 1-17/+0
2021-06-15tty: make tty_get_{char,frame}_size availableGravatar Jiri Slaby 1-0/+3
2021-05-13tty: remove unused tty_throttleGravatar Jiri Slaby 1-1/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: return void from tty_unregister_ldiscGravatar Jiri Slaby 1-1/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscGravatar Jiri Slaby 1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyGravatar Jiri Slaby 1-1/+1
2021-05-13tty: cumulate and document tty_struct::ctrl* membersGravatar Jiri Slaby 1-10/+16
2021-05-13tty: cumulate and document tty_struct::flow* membersGravatar Jiri Slaby 1-16/+22
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constGravatar Jiri Slaby 1-1/+1
2021-04-15tty: clean include/linux/tty.h upGravatar Greg Kroah-Hartman 1-34/+0
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGravatar Greg Kroah-Hartman 1-16/+0
2021-04-15tty: make tty_release_redirect() staticGravatar Greg Kroah-Hartman 1-1/+0
2021-04-15tty: move some internal tty lock enums and functions out of tty.hGravatar Greg Kroah-Hartman 1-26/+0
2021-04-15tty: audit: move some local functions out of tty.hGravatar Greg Kroah-Hartman 1-10/+0
2021-04-15tty: create internal tty.h fileGravatar Greg Kroah-Hartman 1-12/+0
2021-04-10tty: clarify that not all ttys have a class deviceGravatar Johan Hovold 1-1/+1
2021-03-10tty: let tty_unregister_driver return voidGravatar Jiri Slaby 1-1/+1
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+7
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttyGravatar Sami Tolvanen 1-0/+1
2021-01-07tty: Export redirect releaseGravatar Corey Minyard 1-0/+1
2021-01-07tty_port: drop last traces of low_latencyGravatar Jiri Slaby 1-2/+1
2020-12-28tty: new helper function tty_get_icount()Gravatar Uwe Kleine-König 1-0/+2
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Gravatar Uwe Kleine-König 1-2/+3
2020-12-09tty: use const parameters in port-flag accessorsGravatar Johan Hovold 1-6/+6
2020-12-09tty: use assign_bit() in port-flag accessorsGravatar Johan Hovold 1-24/+6
2020-12-07Merge 5.10-rc7 into tty-nextGravatar Greg Kroah-Hartman 1-0/+4
2020-12-04tty: Fix ->session lockingGravatar Jann Horn 1-0/+4
2020-12-04tty: Remove dead termiox codeGravatar Jann Horn 1-1/+0
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceGravatar Lee Jones 1-0/+1
2020-05-04gcc-10 warnings: fix low-hanging fruitGravatar Linus Torvalds 1-1/+1
2020-02-10serdev: ttyport: restore client ops on deregistrationGravatar Johan Hovold 1-0/+2
2018-12-10Merge 4.20-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2018-12-05tty: Don't block on IO when ldisc change is pendingGravatar Dmitry Safonov 1-0/+7
2018-12-05USB: serial: console: fix reported terminal settingsGravatar Johan Hovold 1-0/+1
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Gravatar Al Viro 1-2/+0
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2018-05-22tty: add missing const to termios hw-change helperGravatar Johan Hovold 1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-1/+2
2018-04-23tty: Don't call panic() at tty_ldisc_init()Gravatar Tetsuo Handa 1-1/+1