index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
pty.c
Age
Commit message (
Expand
)
Author
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-07-08
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
2021-05-20
tty: pty: correct function name pty_resize()
Yang Yingliang
2021-05-20
tty: pty: remove redundant initialization of variable fd
Colin Ian King
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
2021-04-02
tty: pty: Add a blank line after declarations
Xiaofei Tan
2021-03-10
Revert "drivers:tty:pty: Fix a race causing data loss on close"
Greg Kroah-Hartman
2021-01-07
drivers:tty:pty: Fix a race causing data loss on close
Corey Minyard
2021-01-07
tty: pty, remove BUG_ON from pty_close
Jiri Slaby
2020-11-06
tty: pty: Provide descriptions for the 'file' parameters
Lee Jones
2020-09-04
pty: do tty_flip_buffer_push without port->lock in pty_write
Artem Savkov
2020-08-18
tty: fix kernel-doc
Jiri Slaby
2018-10-13
pty: fix compat ioctls
Al Viro
2018-07-21
pty: fix O_CLOEXEC for TIOCGPTPEER
Matthijs van Duin
2018-05-14
tty: Fix data race in tty_insert_flip_string_fixed_flag
DaeRyong Jeong
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-05
Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-08-28
pty: show associative slave of ptmx in fdinfo
Masatake YAMATO
2017-08-24
pty: Repair TIOCGPTPEER
Eric W. Biederman
2017-08-23
Revert "pty: fix the cached path of the pty slave file descriptor in the master"
Linus Torvalds
2017-08-17
pty: fix the cached path of the pty slave file descriptor in the master
Linus Torvalds
2017-07-17
tty: hide unused pty_get_peer function
Arnd Bergmann
2017-06-09
tty: add TIOCGPTPEER ioctl
Aleksa Sarai
2017-06-09
tty: add compat_ioctl callbacks
Aleksa Sarai
2017-03-17
tty: pty: Fix ldisc flush after userspace become aware of the data already
Wang YanQing
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-09-15
pty: make ptmx file ops read-only after init
Kees Cook
2016-06-26
devpts: fix null pointer dereference on failed memory allocation
Colin Ian King
2016-06-05
devpts: Make each mount of devpts an independent filesystem.
Eric W. Biederman
2016-05-09
Merge 4.6-rc7 into tty-next
Greg Kroah-Hartman
2016-05-01
Fix OpenSSH pty regression on close
Brian Bloniarz
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
2016-04-26
devpts: more pty driver interface cleanups
Linus Torvalds
2016-04-18
devpts: clean up interface to pty drivers
Linus Torvalds
2016-02-14
Merge 4.5-rc4 into tty-next
Greg Kroah-Hartman
2016-02-06
pty: make sure super_block is still valid in final /dev/tty close
Herton R. Krzesinski
2016-02-06
pty: fix possible use after free of tty->driver_data
Herton R. Krzesinski
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
2016-01-27
pty: Remove pty_unix98_shutdown()
Peter Hurley
2016-01-27
tty: Fix tty_init_termios() declaration
Peter Hurley
2016-01-27
tty: Fix ldisc leak in failed tty_init_dev()
Peter Hurley
2015-12-13
tty: Remove __func__ from tty_debug() macro
Peter Hurley
2015-10-04
drivers/tty: make pty.c slightly more explicitly non-modular
Paul Gortmaker
2015-07-23
pty: Add debug message for ptmx open
Peter Hurley
2015-05-10
pty: Fix input race when closing
Peter Hurley
[next]