Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d6814a7dafa590ec5fe0597922ea76354f9bec59
/
drivers
/
tty
/
n_tty.c
b66f4fa
n_tty: Fully initialize ldisc before restarting buffer work
by Peter Hurley
· 12 years ago
25518c6
n_tty: Correct unthrottle-with-buffer-flush comments
by Peter Hurley
· 12 years ago
7990131
n_tty: Don't flush buffer when closing ldisc
by Peter Hurley
· 12 years ago
a30737a
n_tty: Factor packet mode status change for reuse
by Peter Hurley
· 12 years ago
2162293
tty: Add diagnostic for halted line discipline
by Peter Hurley
· 12 years ago
01a5e44
n_tty: Lock access to tty->pgrp for POSIX job control
by Peter Hurley
· 12 years ago
8c985d1
n_tty: Fix unsafe driver-side signals
by Peter Hurley
· 12 years ago
e91e52e
n_tty: Fix stuck throttled driver
by Peter Hurley
· 12 years ago
c828f67
n_tty: Inline check_unthrottle() at lone call site
by Peter Hurley
· 12 years ago
593fb1ae4
pps: Move timestamp read into PPS code proper
by George Spelvin
· 12 years ago
9800121
tty: Use raw spin lock to protect the TTY read section
by Ivo Sieben
· 12 years ago
1651d0a
Revert "n_tty: Unthrottle tty when flushing read buffer"
by Greg Kroah-Hartman
· 12 years ago
58f82be
n_tty: Unthrottle tty when flushing read buffer
by Karthik Manamcheri
· 12 years ago
cadf748
tty: add missing newlines to WARN_RATELIMIT
by Sasha Levin
· 12 years ago
ecbbfd4
TTY: move tty buffers to tty_port
by Jiri Slaby
· 12 years ago
57c9412
TTY: n_tty, propagate n_tty_data
by Jiri Slaby
· 12 years ago
bddc715
TTY: move ldisc data from tty_struct: locks
by Jiri Slaby
· 12 years ago
ba2e68a
TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff
by Jiri Slaby
· 12 years ago
3fe780b
TTY: move ldisc data from tty_struct: bitmaps
by Jiri Slaby
· 12 years ago
53c5ee2
TTY: move ldisc data from tty_struct: simple members
by Jiri Slaby
· 12 years ago
70ece7a
TTY: n_tty, add ldisc data to n_tty
by Jiri Slaby
· 12 years ago
6c633f2
TTY: audit, stop accessing tty->icount
by Jiri Slaby
· 12 years ago
3383427
TTY: n_tty, remove bogus checks
by Jiri Slaby
· 12 years ago
b91939f
TTY: n_tty, simplify read_buf+echo_buf allocation
by Jiri Slaby
· 12 years ago
e9490e9
Remove BUG_ON from n_tty_read()
by Stanislav Kozina
· 12 years ago
090abf7
n_tty: Don't lose characters when PARMRK is enabled
by Jaeden Amero
· 12 years ago
00aaae0
tty: Fix possible race in n_tty_read()
by Stanislav Kozina
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
0a44ab4
tty: note race we need to fix
by Alan Cox
· 12 years ago
3fa10cc
TTY: n_tty, do not dereference user buffer
by Jiri Slaby
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
bbd2075
drivers/tty: Remove unneeded spaces
by Thorsten Wißmann
· 13 years ago
d5ef642
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
7b292b4
tty: fix "IRQ45: nobody cared"
by Andrew McGregor
· 13 years ago
2872628
TTY: ntty, add one more sanity check
by Jiri Slaby
· 13 years ago
55db4c6
Revert "tty: make receive_buf() return the amout of bytes received"
by Linus Torvalds
· 13 years ago
b1c43f8
tty: make receive_buf() return the amout of bytes received
by Felipe Balbi
· 14 years ago
a5660b4
tty: fix endless work loop when the buffer fills up
by Linus Torvalds
· 14 years ago
96fd7ce
TTY: create drivers/tty and move the tty core files there
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/char/n_tty.c]
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
572b9ad
ldisc n_tty: add new method n_tty_inherit_ops()
by Rodolfo Giometti
· 15 years ago
62b2635
n_tty: move echoctl check and clean up logic
by Joe Peterson
· 15 years ago
ee5aa7b
n_tty: honor opost flag for echoes
by Joe Peterson
· 15 years ago
37f81fa
n_tty: do O_ONLCR translation as a single write
by Linus Torvalds
· 15 years ago
e043e42
pty: avoid forcing 'low_latency' tty flag
by OGAWA Hirofumi
· 15 years ago
8077088
n_tty: Fix echo race
by Alan Cox
· 15 years ago
0b4068a
tty: simplify buffer allocator cleanups
by Alan Cox
· 15 years ago
c481c70
tty: remove buffer special casing
by Alan Cox
· 15 years ago
ff8cb0f
tty: N_TTY SIGIO only works for read
by Thomas Pfaff
· 16 years ago
7e94b1d
n_tty: Output bells immediately on a full buffer
by Joe Peterson
· 16 years ago
acc71bb
n_tty: Fix hanfling of buffer full corner cases
by Joe Peterson
· 16 years ago
a59c0d6
n_tty: Fix handling of control characters and continuations
by Joe Peterson
· 16 years ago
300a620
n_tty: clean up coding style
by Alan Cox
· 16 years ago
a88a69c
n_tty: Fix loss of echoed characters and remove bkl from n_tty
by Joe Peterson
· 16 years ago
11a96d1
tty: rename the remaining oddly named n_tty functions
by Alan Cox
· 16 years ago
17b8206
tty: Minor tidyups and document fixes for n_tty
by Alan Cox
· 16 years ago
47afa7a
tty: some ICANON magic is in the wrong places
by Alan Cox
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
487ad7e
tty: fix BKL related leak and crash
by Ingo Molnar
· 16 years ago
39c2e60
tty: add throttle/unthrottle helpers
by Alan Cox
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
575537b3
Resume TTY on SUSP and fix CRNL order in N_TTY line discipline
by Joe Peterson
· 17 years ago
04f378b
tty: BKL pushdown
by Alan Cox
· 17 years ago
cc4191d
drivers/char/n_tty.c misannotated prototype
by Al Viro
· 17 years ago
4edf182
n_tty: clean up old code to follow coding style and (mostly) checkpatch
by Alan Cox
· 17 years ago
54d2a37
Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line discipline
by Joe Peterson
· 17 years ago
ec5b115
tty: enable the echoing of ^C in the N_TTY discipline
by Joe Peterson
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
522ed77
Audit: add TTY input auditing
by Miloslav Trmac
· 17 years ago
9c1729d
Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex
by Alan Cox
· 17 years ago
040b636
tty: fix leakage of -ERESTARTSYS to userland
by Oleg Nesterov
· 17 years ago
e10cc1d
tty: add compat_ioctl
by Paul Fulghum
· 17 years ago
ab521dc
[PATCH] tty: update the tty layer to work with struct pid
by Eric W. Biederman
· 18 years ago
3e7cd6c
[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned
by Eric W. Biederman
· 18 years ago
34f8f0a
[PATCH] tty: remove useless memory barrier
by Ralf Baechle
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
817d6d3
[PATCH] remove TTY_DONT_FLIP
by Paul Fulghum
· 18 years ago
289a1e9
[PATCH] Fix for the PPTP hangs that have been reported
by Paul Mackerras
· 18 years ago
70522e1
[PATCH] sem2mutex: tty
by Ingo Molnar
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
b4e3ca1
[PATCH] gfp_t: remaining bits of drivers/*
by Al Viro
· 19 years ago
621a4d1
[PATCH] char/n_tty: fix sparse warnings (__nocast type)
by Victor Fusco
· 19 years ago
d6afe27
[PATCH] tty output lossage fix
by Roman Zippel
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago