index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
pty.c
Age
Commit message (
Expand
)
Author
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
2015-02-02
n_tty: Fix signal handling flushes
Peter Hurley
2015-02-02
pty: Fix buffer flush deadlock
Peter Hurley
2015-02-02
pty: Fix overlimit memory use
Peter Hurley
2015-02-02
tty: Prevent untrappable signals from malicious program
Peter Hurley
2014-11-05
pty, n_tty: Simplify input processing on final close
Peter Hurley
2014-11-05
pty: Don't drop pty master tty lock to hangup slave
Peter Hurley
2014-11-05
tty: Preset lock subclass for nested tty locks
Peter Hurley
2014-11-05
pty: Always return -EIO if slave BSD pty opened first
Peter Hurley
2014-11-05
pty: Hold ctrl_lock for packet mode updates
Peter Hurley
2014-11-05
pty: Fix packet mode setting race
Peter Hurley
2014-11-05
pty: Don't claim slave's ctrl_lock for master's packet mode
Peter Hurley
2014-11-05
tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled
Peter Hurley
2014-11-05
pty: Use spin_lock_irq() for pty_set_termios()
Peter Hurley
2014-11-05
tty: Move pty-specific set_termios() handling to pty driver
Peter Hurley
2014-11-05
tty: WARN for attempted set_termios() of pty master
Peter Hurley
2014-11-05
tty: Replace open-coded tty_get_pgrp()
Peter Hurley
[next]