Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3fde2999fac549024a56353966844ac7633b74ae
/
drivers
/
s390
/
char
/
tty3270.c
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
e10abc6
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
0c756914
s390/3270: hangup the 3270 tty after a disconnect
by Martin Schwidefsky
· 9 years ago
7e36eff
s390/3270: handle reconnect of a tty with a different size
by Martin Schwidefsky
· 9 years ago
8340ab6
s390/3270: avoid endless I/O loop with disconnected 3270 terminals
by Martin Schwidefsky
· 9 years ago
2e63a3a
s390/3270: fix garbled output on 3270 tty view
by Martin Schwidefsky
· 9 years ago
b512353
s390/3270: fix view reference counting
by Martin Schwidefsky
· 9 years ago
5ff04fe
s390/3270: add missing tty_kref_put
by Martin Schwidefsky
· 9 years ago
18900ca
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
by Peter Hurley
· 9 years ago
05bfd70
s390/3270: redraw screen on unsolicited device end
by Martin Schwidefsky
· 9 years ago
f479c01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
36d9f4d
s390/3270: fix allocation of tty3270_screen structure
by Martin Schwidefsky
· 11 years ago
03439e7
s390/3270: fix use after free of tty3270_screen structure
by Martin Schwidefsky
· 11 years ago
8f0ba63
s390/3270: fix return value check in tty3270_resize_work()
by Wei Yongjun
· 11 years ago
63df41d6
s390: make various functions static, add declarations to header files
by Heiko Carstens
· 11 years ago
1fcbba3
s390/3270: fix minor_start issue
by Martin Schwidefsky
· 12 years ago
81ec44a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
4d334fd
s390/3270: asynchronous size sensing
by Martin Schwidefsky
· 12 years ago
c95571e
s390/3270: introduce device notifier
by Martin Schwidefsky
· 12 years ago
57985d7
s390/3270: fix initialization order in tty3270_alloc_view
by Martin Schwidefsky
· 12 years ago
736c9fd
s390/3270: readd tty3270_open
by Martin Schwidefsky
· 12 years ago
d6c53c0
TTY: move low_latency to tty_port
by Jiri Slaby
· 12 years ago
191c5f1
TTY: call tty_port_destroy in the rest of drivers
by Jiri Slaby
· 12 years ago
20cda6f
TTY: tty3270, add tty install
by Jiri Slaby
· 12 years ago
c4d6ebe
TTY: automatically create nodes for some drivers
by Jiri Slaby
· 12 years ago
2312e4f
TTY: tty3270, free tty driver properly
by Jiri Slaby
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 12 years ago
ba186e7
TTY: tty3270, add tty_port
by Jiri Slaby
· 13 years ago
20acdfa
TTY: tty3270, push tty down to tty3270_do_write
by Jiri Slaby
· 13 years ago
881e18f
TTY: tty3270, get rid of ugly aliasing
by Jiri Slaby
· 13 years ago
9d2ae23
TTY: tty3270, move initialization to allocation
by Jiri Slaby
· 13 years ago
2f16669
TTY: remove re-assignments to tty_driver members
by Jiri Slaby
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
65c56e0
tty: phase out of ioctl file pointer for tty3270 as well
by Heiko Carstens
· 14 years ago
9d4bfd4
[S390] tty3270: move keyboard compat ioctls
by Arnd Bergmann
· 15 years ago
205d7ab
[S390] 3270: lock dependency fixes
by Martin Schwidefsky
· 16 years ago
fcf7581
[S390] 3270: do not register with tty_register_device
by Martin Schwidefsky
· 16 years ago
a26182e
[S390] Cleanup 3270 printk messages.
by Martin Schwidefsky
· 16 years ago
23d805b
[S390] cio: introduce fcx enabled scsw format
by Peter Oberparleiter
· 16 years ago
74c76c8
[S390] tty3270: fix put_char fail/success conversion.
by Heiko Carstens
· 17 years ago
9e7c9a1
s390 tty: Prepare for put_char to return success/fail
by Alan Cox
· 17 years ago
364c855
[S390] Get rid of a bunch of sparse warnings again.
by Heiko Carstens
· 17 years ago
2b67fc4
[S390] Get rid of a lot of sparse warnings.
by Heiko Carstens
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
51dced5
[S390] init_timer in tty3270.
by Jan Glauber
· 18 years ago
d2c993d
[S390] Fix sparse warnings.
by Heiko Carstens
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 20 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 20 years ago
88abaab
[PATCH] s390: kzalloc() conversion in drivers/s390
by Eric Sesterhenn
· 19 years ago
ed3cb6f
[PATCH] s390: 3270 fullscreen view
by Richard Hitt
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago