index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-17
tty: fix memleak in alloc_pid
Chen Tingjie
1
-2
/
+2
2014-03-01
tty: Set correct tty name in 'active' sysfs attribute
Hannes Reinecke
1
-6
/
+17
2014-02-23
Revert "tty: Set correct tty name in 'active' sysfs attribute"
Greg Kroah-Hartman
1
-18
/
+7
2014-02-07
tty: Set correct tty name in 'active' sysfs attribute
Hannes Reinecke
1
-7
/
+18
2013-11-25
tty: Reset hupped state on open
Peter Hurley
1
-0
/
+1
2013-09-18
tty: disassociate_ctty() sends the extra SIGCONT
Oleg Nesterov
1
-1
/
+2
2013-08-02
tty: Only hangup once
Peter Hurley
1
-0
/
+5
2013-07-25
tty: Fix lock order in tty_do_resize()
Peter Hurley
1
-5
/
+6
2013-07-24
n_tty: Fix EOF push handling
Peter Hurley
1
-1
/
+0
2013-07-24
tty: Only guarantee termios read safety for throttle/unthrottle
Peter Hurley
1
-0
/
+1
2013-07-24
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
1
-7
/
+7
2013-07-24
tty: Replace ldisc locking with ldisc_sem
Peter Hurley
1
-4
/
+3
2013-07-24
tty: Fix tty_ldisc_lock name collision
Peter Hurley
1
-2
/
+2
2013-06-17
tty: Reset itty for other pty
Peter Hurley
1
-0
/
+2
2013-06-17
n_tty: Encapsulate minimum_to_wake within N_TTY
Peter Hurley
1
-8
/
+9
2013-05-01
tty: fix up atime/mtime mess, take three
Linus Torvalds
1
-2
/
+2
2013-04-29
Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-52
/
+118
2013-04-26
TTY: fix atime/mtime regression
Jiri Slaby
1
-2
/
+16
2013-03-26
tty: tty_vhangup_session can be static
Changlong Xie
1
-1
/
+1
2013-03-19
tty: Don't protect atomic operation with mutex
Peter Hurley
1
-2
/
+0
2013-03-19
tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
Peter Hurley
1
-1
/
+4
2013-03-19
tty: Make core responsible for synchronizing its work
Peter Hurley
1
-0
/
+17
2013-03-19
tty: Complete ownership transfer of flip buffers
Peter Hurley
1
-0
/
+1
2013-03-19
tty: Don't reenable already enabled ldisc
Peter Hurley
1
-1
/
+0
2013-03-16
tty: Signal SIGHUP before hanging up ldisc
Peter Hurley
1
-5
/
+5
2013-03-16
tty: Signal foreground group processes in hangup
Peter Hurley
1
-17
/
+48
2013-03-16
tty: Use spin_lock() inside existing critical region
Peter Hurley
1
-3
/
+2
2013-03-16
tty: Fix spinlock flavor in non-atomic __tty_hangup()
Peter Hurley
1
-3
/
+2
2013-03-16
tty: Refactor session leader SIGHUP from __tty_hangup()
Peter Hurley
1
-31
/
+50
2013-02-28
more file_inode() open-coded instances
Al Viro
1
-10
/
+6
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+1
2013-02-22
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-7
/
+3
2013-02-15
TTY: do not update atime/mtime on read/write
Jiri Slaby
1
-6
/
+2
2013-02-14
s390/3270: asynchronous size sensing
Martin Schwidefsky
1
-0
/
+1
2013-02-07
TTY: mark tty_get_device call with the proper const values
Greg Kroah-Hartman
1
-2
/
+2
2013-01-16
tty: Fix comments that reference BKL, eventd, old paths
Kevin Cernekee
1
-1
/
+1
2012-11-22
tty: Mark tty_del_file and __tty_hangup static
Josh Triplett
1
-2
/
+2
2012-10-25
tty: Add get- ioctls to fetch tty status v3
Cyrill Gorcunov
1
-0
/
+5
2012-10-23
TTY: move tty buffers to tty_port
Jiri Slaby
1
-2
/
+0
2012-10-23
TTY: add port -> tty link
Jiri Slaby
1
-0
/
+3
2012-10-23
TTY: move ldisc data from tty_struct: locks
Jiri Slaby
1
-4
/
+0
2012-10-23
TTY: move ldisc data from tty_struct: simple members
Jiri Slaby
1
-1
/
+0
2012-10-23
TTY: move devpts kill to pty
Jiri Slaby
1
-5
/
+0
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+16
2012-09-27
make get_file() return its argument
Al Viro
1
-6
/
+3
2012-09-27
new helper: iterate_fd()
Al Viro
1
-23
/
+13
2012-09-07
tty_register_device_attr updated for tty-next
Tomas Hlavacek
1
-0
/
+7
2012-09-06
tty: uartclk value from serial_core exposed to sysfs
Tomas Hlavacek
1
-10
/
+59
2012-09-05
drivers:tty:fix up ENOIOCTLCMD error handling
Wanlong Gao
1
-1
/
+1
2012-08-17
TTY: check if tty->port is assigned
Jiri Slaby
1
-0
/
+4
[next]