Linus Torvalds
|
9a715cd543
Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
|
8 years ago |
Alan Cox
|
8a8dabf2dd
tty: handle the case where we cannot restore a line discipline
|
8 years ago |
Okash Khawaja
|
1ab92da32e
staging: speakup: add tty-based comms functions
|
8 years ago |
Greg Kroah-Hartman
|
a8983d01f9
Revert "tty: don't panic on OOM in tty_set_ldisc()"
|
8 years ago |
Dmitry Vyukov
|
a4a3e06114
tty: fix data race in tty_ldisc_ref_wait()
|
8 years ago |
Dmitry Vyukov
|
5362544beb
tty: don't panic on OOM in tty_set_ldisc()
|
8 years ago |
Peter Hurley
|
27228732aa
tty: Eliminate global symbol tty_ldisc_N_TTY
|
9 years ago |
Peter Hurley
|
9de2a7cef9
tty: Avoid unnecessary temporaries for tty->ldisc
|
9 years ago |
Peter Hurley
|
892d1fa7ea
tty: Destroy ldisc instance on hangup
|
9 years ago |
Peter Hurley
|
7896f30d6f
tty: Refactor tty_ldisc_reinit() for reuse
|
9 years ago |
Peter Hurley
|
c12da96f80
tty: Use 'disc' for line discipline index name
|
9 years ago |
Peter Hurley
|
6ffeb4b278
tty: Move tty_ldisc_kill()
|
9 years ago |
Peter Hurley
|
a570a49abd
tty: Handle NULL tty->ldisc
|
9 years ago |
Peter Hurley
|
e55afd11a4
tty: Prepare for destroying line discipline on hangup
|
9 years ago |
Peter Hurley
|
5b6e6832f4
tty: Fix comments for tty_ldisc_release()
|
9 years ago |
Peter Hurley
|
c0cc1c5d6b
tty: Fix comments for tty_ldisc_get()
|
9 years ago |
Peter Hurley
|
ece53405a1
tty: Reset c_line from driver's init_termios
|
9 years ago |
Peter Hurley
|
c2bb524b2e
tty: Remove __lockfunc annotation from tty lock functions
|
9 years ago |
Peter Hurley
|
c8b710b3e4
tty: Fix ldisc leak in failed tty_init_dev()
|
9 years ago |
Peter Hurley
|
dd42bf1197
tty: Prevent ldisc drivers from re-using stale tty fields
|
9 years ago |
Peter Hurley
|
63d8cb3f19
tty: Simplify tty_set_ldisc() exit handling
|
9 years ago |
Denys Vlasenko
|
cb128f69ca
tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes
|
9 years ago |
Peter Hurley
|
17a6921971
tty: Fix direct use of tty buffer work
|
9 years ago |
Guillaume Gomez
|
52772ea615
tty: remove unneeded return statement
|
10 years ago |
Peter Hurley
|
fb6edc9115
tty: core: Improve ldisc debug messages
|
10 years ago |
Peter Hurley
|
0a6adc131c
tty: Use tty_debug() for tty_ldisc_debug()
|
10 years ago |
Rasmus Villemoes
|
429b474990
tty: remove buf parameter from tty_name()
|
10 years ago |
Peter Hurley
|
9191aaaa82
tty: Allow safe access to termios for set_ldisc() handlers
|
10 years ago |
Peter Hurley
|
86c80a8e2a
tty: Flush ldisc buffer atomically with tty flip buffers
|
10 years ago |
Peter Hurley
|
276a661a4d
tty: Fix timeout on pty set ldisc
|
10 years ago |