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.12.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
/
include
/
linux
/
tty.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-15
tty: remove resize window special case
Alan Cox
1
-0
/
+2
2008-07-23
tty: Split ldisc code into its own file
Alan Cox
1
-2
/
+9
2008-07-21
tty: add more tty_port fields
Alan Cox
1
-0
/
+2
2008-07-21
tty.h: clean up
Alan Cox
1
-80
/
+85
2008-07-21
tty: Introduce a tty_port common structure
Alan Cox
1
-1
/
+29
2008-07-21
tty: Ldisc revamp
Alan Cox
1
-5
/
+4
2008-06-06
Fix various old email addresses for dwmw2
David Woodhouse
1
-1
/
+1
2008-04-30
tty: add throttle/unthrottle helpers
Alan Cox
1
-0
/
+2
2008-04-30
tty: The big operations rework
Alan Cox
1
-0
/
+8
2008-04-30
tty_io: fix remaining pid struct locking
Alan Cox
1
-0
/
+1
2008-04-30
redo locking of tty->pgrp
Alan Cox
1
-4
/
+6
2008-04-30
tty: BKL pushdown
Alan Cox
1
-2
/
+2
2008-04-28
[patch 1/2] audit: let userspace fully control TTY input auditing
Miloslav Trmac
1
-5
/
+0
2008-04-28
Audit: collect sessionid in netlink messages
Eric Paris
1
-2
/
+2
2008-02-07
tty: Kill TTY_FLIPBUF_SIZE
Alan Cox
1
-7
/
+0
2008-02-06
drivers/char/tty_io.c: remove pty_sem
Daniel Walker
1
-1
/
+0
2008-01-29
[CAN]: Allocate protocol numbers for PF_CAN
Oliver Hartkopp
1
-1
/
+2
2008-01-09
pl2303: Fix mode switching regression
Alan Cox
1
-0
/
+1
2007-11-07
[TTY]: Fix network driver interactions with TCGET/SET calls.
Alan Cox
1
-1
/
+3
2007-10-17
tty: expose new methods needed for drivers to get termios right
Alan Cox
1
-0
/
+3
2007-10-17
tty.h: remove dead define
Alan Cox
1
-5
/
+0
2007-10-13
PTY: add kernel parameter to overwrite legacy pty count
Kay Sievers
1
-1
/
+0
2007-08-12
fix serial buffer memory leak
Alan Cox
1
-0
/
+2
2007-07-16
Audit: add TTY input auditing
Miloslav Trmac
1
-0
/
+33
2007-07-16
Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...
Alan Cox
1
-0
/
+6
2007-05-08
tty: introduce no_tty and use it in selinux
Eric W. Biederman
1
-1
/
+1
2007-02-12
[PATCH] tty: update the tty layer to work with struct pid
Eric W. Biederman
1
-2
/
+2
2007-02-12
[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned
Eric W. Biederman
1
-1
/
+1
2007-02-12
[PATCH] tty: make __proc_set_tty static
Eric W. Biederman
1
-1
/
+0
2007-02-11
[PATCH] consolidate line discipline number definitions
Tilman Schmidt
1
-1
/
+21
2007-02-11
[PATCH] vt: refactor console SAK processing
Eric W. Biederman
1
-0
/
+1
2006-12-08
[PATCH] tty: switch to ktermios and new framework
Alan Cox
1
-4
/
+5
2006-12-08
[PATCH] tty: ->signal->tty locking
Peter Zijlstra
1
-5
/
+6
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-3
/
+2
2006-12-02
Driver core: convert tty core to use struct device
Greg Kroah-Hartman
1
-3
/
+2
2006-11-22
WorkStruct: Separate delayable and non-delayable events.
David Howells
1
-1
/
+1
2006-09-30
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
David Howells
1
-0
/
+3
2006-09-29
[PATCH] tty: make termios_sem a mutex
Arjan van de Ven
1
-1
/
+1
2006-09-29
[PATCH] Remove unused tty_struct field
Matthias Urlichs
1
-1
/
+0
2006-08-27
[PATCH] Fix tty layer DoS and comment relevant code
Alan Cox
1
-0
/
+1
2006-07-11
[PATCH] tty: Remove include of screen_info.h from tty.h
Jon Smirl
1
-1
/
+0
2006-07-11
[PATCH] vt: Remove VT-specific declarations and definitions from tty.h
Jon Smirl
1
-11
/
+0
2006-06-29
[PATCH] remove active field from tty buffer structure
Paul Fulghum
1
-1
/
+0
2006-06-29
[PATCH] remove TTY_DONT_FLIP
Paul Fulghum
1
-1
/
+0
2006-06-21
[PATCH] TTY: return class device pointer from tty_register_device()
Hansjoerg Lipp
1
-1
/
+3
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-03-23
[PATCH] sem2mutex: tty
Ingo Molnar
1
-4
/
+4
2006-02-10
[PATCH] tty buffering stall fix
Paul Fulghum
1
-0
/
+2
2006-02-03
[PATCH] new tty buffering locking fix
Paul Fulghum
1
-0
/
+2
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-9
/
+16
[next]