index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
char
/
con3270.c
Age
Commit message (
Expand
)
Author
2023-01-10
s390/con3270: move condev definition
Heiko Carstens
2023-01-09
s390/con3270: add special output handling when oops_in_progress is set
Sven Schnelle
2023-01-09
s390/con3270: set SBA and RA addresses when converting lines
Sven Schnelle
2023-01-09
s390/con3270: simplify update flags
Sven Schnelle
2023-01-09
s390/con3270: return from notifier when activate view fails
Sven Schnelle
2023-01-09
s390/con3270: fix minor checkpatch issues
Sven Schnelle
2023-01-09
s390/con3270: use msecs_to_jiffies()
Sven Schnelle
2023-01-09
s390/con3270: fix multiple assignments in one line
Sven Schnelle
2023-01-09
s390/con3270: fix camelcase in enum members
Sven Schnelle
2023-01-09
s390/con3270: add key help to status area
Sven Schnelle
2023-01-09
s390/con3270: reduce highlight width to 3 bits
Sven Schnelle
2023-01-09
s390/con3270: reduce f_color and b_color attribute size to 4 bit
Sven Schnelle
2023-01-09
s390/con3270: rewrite command line recalling
Sven Schnelle
2023-01-09
s390/tty3270: use normal char buffer for prompt/input
Sven Schnelle
2023-01-09
s390/tty3270: convert lines during output
Sven Schnelle
2023-01-09
s390/con3270: generate status line during output
Sven Schnelle
2023-01-09
s390/tty3270: add 3270 datastream helpers
Sven Schnelle
2023-01-09
s390/tty3270: move ASCII->EBCDIC conversion to convert_line()
Sven Schnelle
2023-01-09
s390/con3270: move tty3270_convert_line()
Sven Schnelle
2023-01-09
s390/raw3270: make raw3270_buffer_address() accept x/y coordinates
Sven Schnelle
2023-01-09
s390/tty3270: allocate screen with scrollback
Sven Schnelle
2023-01-09
s390/con3270: add helper to get number of tty rows
Sven Schnelle
2023-01-09
s390/tty3270: split up tty3270_convert_line()
Sven Schnelle
2023-01-09
s390/tty3270: resize terminal when the clear key is pressed
Sven Schnelle
2023-01-09
s390/tty3270: move resize work to raw3270
Sven Schnelle
2023-01-09
s390/raw3270: add raw3270_start_request() helper
Sven Schnelle
2023-01-09
s390/tty3270: add AID defines
Sven Schnelle
2023-01-09
s390/tty3270: ignore NUL characters
Sven Schnelle
2023-01-09
s390/tty3270: add support for VT100 graphics escape
Sven Schnelle
2023-01-09
s390/tty3270: add support for graphic escape
Sven Schnelle
2023-01-09
s390/tty3270: add support for background color
Sven Schnelle
2023-01-09
s390/tty3270: add struct tty3270_attribute
Sven Schnelle
2023-01-09
s390/tty3270: use switch/case in tty3270_erase_display()
Sven Schnelle
2023-01-09
s390/tty3270: use switch/case in tty3270_erase_line()
Sven Schnelle
2023-01-09
s390/con3270: fix formatting issues
Sven Schnelle
2023-01-09
s390/tty3270: rename to con3270
Sven Schnelle
2023-01-09
s390/3270: unify con3270 + tty3270
Sven Schnelle
2022-05-06
s390/consoles: improve panic notifiers reliability
Guilherme G. Piccoli
2021-09-07
s390/con3270: use proper type for tasklet function
Heiko Carstens
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
2020-12-02
s390: remove pm support from console drivers
Vineeth Vijayan
2019-04-10
s390/3270: fix lockdep false positive on view->lock
Martin Schwidefsky
2017-11-14
s390/sclp: Convert timers to use timer_setup()
Kees Cook
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-01-16
s390: use false/true when using bool
Heiko Carstens
2016-09-30
s390/con3270: fix insufficient space padding
Sascha Silbe
2016-09-30
s390/con3270: fix use of uninitialised data
Sascha Silbe
2016-05-04
s390/3270: avoid endless I/O loop with disconnected 3270 terminals
Martin Schwidefsky
2015-12-30
s390/con3270: testing return kzalloc retval
Pierre Morel
2015-08-26
s390/3270: redraw screen on unsolicited device end
Martin Schwidefsky
[next]