summaryrefslogtreecommitdiff
path: root/drivers/tty/pty.c
AgeCommit message (Expand)Author
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-04-03tty: make tty_class a static const structureGreg Kroah-Hartman
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-08tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2021-05-20tty: pty: correct function name pty_resize()Yang Yingliang
2021-05-20tty: pty: remove redundant initialization of variable fdColin Ian King
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-15tty: create internal tty.h fileGreg Kroah-Hartman
2021-04-02tty: pty: Add a blank line after declarationsXiaofei Tan
2021-03-10Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard
2021-01-07tty: pty, remove BUG_ON from pty_closeJiri Slaby
2020-11-06tty: pty: Provide descriptions for the 'file' parametersLee Jones
2020-09-04pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov
2020-08-18tty: fix kernel-docJiri Slaby
2018-10-13pty: fix compat ioctlsAl Viro
2018-07-21pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin
2018-05-14tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds
2017-07-17tty: hide unused pty_get_peer functionArnd Bergmann
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai
2017-03-17tty: pty: Fix ldisc flush after userspace become aware of the data alreadyWang YanQing
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-09-15pty: make ptmx file ops read-only after initKees Cook
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds
2016-04-18devpts: clean up interface to pty driversLinus Torvalds
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-06pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-27pty: Remove pty_unix98_shutdown()Peter Hurley
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley