aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/con3270.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-6/+6
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* s390/con3270: move condev definitionHeiko Carstens2023-01-101-1/+3
* s390/con3270: add special output handling when oops_in_progress is setSven Schnelle2023-01-091-15/+61
* s390/con3270: set SBA and RA addresses when converting linesSven Schnelle2023-01-091-23/+8
* s390/con3270: simplify update flagsSven Schnelle2023-01-091-20/+10
* s390/con3270: return from notifier when activate view failsSven Schnelle2023-01-091-2/+6
* s390/con3270: fix minor checkpatch issuesSven Schnelle2023-01-091-11/+17
* s390/con3270: use msecs_to_jiffies()Sven Schnelle2023-01-091-1/+1
* s390/con3270: fix multiple assignments in one lineSven Schnelle2023-01-091-5/+10
* s390/con3270: fix camelcase in enum membersSven Schnelle2023-01-091-13/+13
* s390/con3270: add key help to status areaSven Schnelle2023-01-091-7/+33
* s390/con3270: reduce highlight width to 3 bitsSven Schnelle2023-01-091-14/+21
* s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle2023-01-091-10/+18
* s390/con3270: rewrite command line recallingSven Schnelle2023-01-091-91/+74
* s390/tty3270: use normal char buffer for prompt/inputSven Schnelle2023-01-091-55/+81
* s390/tty3270: convert lines during outputSven Schnelle2023-01-091-236/+102
* s390/con3270: generate status line during outputSven Schnelle2023-01-091-39/+45
* s390/tty3270: add 3270 datastream helpersSven Schnelle2023-01-091-44/+53
* s390/tty3270: move ASCII->EBCDIC conversion to convert_line()Sven Schnelle2023-01-091-42/+42
* s390/con3270: move tty3270_convert_line()Sven Schnelle2023-01-091-162/+162
* s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle2023-01-091-13/+8
* s390/tty3270: allocate screen with scrollbackSven Schnelle2023-01-091-14/+21
* s390/con3270: add helper to get number of tty rowsSven Schnelle2023-01-091-23/+29
* s390/tty3270: split up tty3270_convert_line()Sven Schnelle2023-01-091-68/+93
* s390/tty3270: resize terminal when the clear key is pressedSven Schnelle2023-01-091-1/+19
* s390/tty3270: move resize work to raw3270Sven Schnelle2023-01-091-27/+19
* s390/raw3270: add raw3270_start_request() helperSven Schnelle2023-01-091-4/+1
* s390/tty3270: add AID definesSven Schnelle2023-01-091-2/+6
* s390/tty3270: ignore NUL charactersSven Schnelle2023-01-091-0/+2
* s390/tty3270: add support for VT100 graphics escapeSven Schnelle2023-01-091-4/+23
* s390/tty3270: add support for graphic escapeSven Schnelle2023-01-091-1/+43
* s390/tty3270: add support for background colorSven Schnelle2023-01-091-25/+78
* s390/tty3270: add struct tty3270_attributeSven Schnelle2023-01-091-56/+57
* s390/tty3270: use switch/case in tty3270_erase_display()Sven Schnelle2023-01-091-16/+20
* s390/tty3270: use switch/case in tty3270_erase_line()Sven Schnelle2023-01-091-3/+10
* s390/con3270: fix formatting issuesSven Schnelle2023-01-091-114/+58
* s390/tty3270: rename to con3270Sven Schnelle2023-01-091-0/+2107
* s390/3270: unify con3270 + tty3270Sven Schnelle2023-01-091-651/+0
* s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli2022-05-061-15/+16
* s390/con3270: use proper type for tasklet functionHeiko Carstens2021-09-071-3/+4
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* s390: remove pm support from console driversVineeth Vijayan2020-12-021-1/+0
* s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky2019-04-101-1/+1
* s390/sclp: Convert timers to use timer_setup()Kees Cook2017-11-141-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390: use false/true when using boolHeiko Carstens2017-01-161-1/+1
* s390/con3270: fix insufficient space paddingSascha Silbe2016-09-301-2/+7