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
/
drivers
/
s390
/
char
/
tty3270.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-09
s390/tty3270: rename to con3270
Sven Schnelle
1
-2107
/
+0
2023-01-09
s390/3270: unify con3270 + tty3270
Sven Schnelle
1
-23
/
+158
2023-01-09
s390/tty3270: add tty3270_create_view()
Sven Schnelle
1
-24
/
+33
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: remove empty tty_operations::flush_buffer
Jiri Slaby
1
-6
/
+0
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
1
-12
/
+0
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-1
/
+1
2021-03-08
s390/tty3270: avoid comma separated statements
Joe Perches
1
-2
/
+4
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-2
/
+0
2020-07-01
s390/tty3270: remove function callback casts
Oscar Carter
1
-6
/
+6
2019-04-10
s390/3270: fix lockdep false positive on view->lock
Martin Schwidefsky
1
-1
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2017-11-24
s390: char: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-14
s390/sclp: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-21
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2016-05-10
s390/3270: hangup the 3270 tty after a disconnect
Martin Schwidefsky
1
-3
/
+35
2016-05-10
s390/3270: handle reconnect of a tty with a different size
Martin Schwidefsky
1
-1
/
+24
2016-05-04
s390/3270: avoid endless I/O loop with disconnected 3270 terminals
Martin Schwidefsky
1
-2
/
+1
2016-05-04
s390/3270: fix garbled output on 3270 tty view
Martin Schwidefsky
1
-1
/
+4
2016-05-04
s390/3270: fix view reference counting
Martin Schwidefsky
1
-8
/
+6
2016-05-04
s390/3270: add missing tty_kref_put
Martin Schwidefsky
1
-0
/
+1
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
1
-2
/
+2
2015-08-26
s390/3270: redraw screen on unsolicited device end
Martin Schwidefsky
1
-0
/
+4
2014-01-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-5
/
+2
2013-12-18
s390/3270: fix allocation of tty3270_screen structure
Martin Schwidefsky
1
-1
/
+1
2013-12-16
s390/3270: fix use after free of tty3270_screen structure
Martin Schwidefsky
1
-5
/
+2
2013-09-30
s390/3270: fix return value check in tty3270_resize_work()
Wei Yongjun
1
-1
/
+1
2013-09-07
s390: make various functions static, add declarations to header files
Heiko Carstens
1
-3
/
+3
2013-03-21
s390/3270: fix minor_start issue
Martin Schwidefsky
1
-7
/
+9
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-47
/
+140
2013-02-14
s390/3270: asynchronous size sensing
Martin Schwidefsky
1
-25
/
+84
2013-02-14
s390/3270: introduce device notifier
Martin Schwidefsky
1
-16
/
+33
2013-02-14
s390/3270: fix initialization order in tty3270_alloc_view
Martin Schwidefsky
1
-6
/
+8
2013-02-14
s390/3270: readd tty3270_open
Martin Schwidefsky
1
-0
/
+15
2013-01-16
TTY: move low_latency to tty_port
Jiri Slaby
1
-2
/
+2
2012-11-16
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-0
/
+2
2012-08-14
TTY: tty3270, add tty install
Jiri Slaby
1
-9
/
+22
2012-08-14
TTY: automatically create nodes for some drivers
Jiri Slaby
1
-1
/
+1
2012-08-11
TTY: tty3270, free tty driver properly
Jiri Slaby
1
-0
/
+1
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-2
/
+1
2012-04-09
TTY: tty3270, add tty_port
Jiri Slaby
1
-27
/
+21
2012-04-09
TTY: tty3270, push tty down to tty3270_do_write
Jiri Slaby
1
-5
/
+6
2012-04-09
TTY: tty3270, get rid of ugly aliasing
Jiri Slaby
1
-23
/
+19
2012-04-09
TTY: tty3270, move initialization to allocation
Jiri Slaby
1
-10
/
+10
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
[next]