summaryrefslogtreecommitdiff
path: root/drivers/s390/char/con3270.c
AgeCommit message (Expand)Author
2023-12-08tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-01-10s390/con3270: move condev definitionHeiko Carstens
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle
2023-01-09s390/con3270: simplify update flagsSven Schnelle
2023-01-09s390/con3270: return from notifier when activate view failsSven Schnelle
2023-01-09s390/con3270: fix minor checkpatch issuesSven Schnelle
2023-01-09s390/con3270: use msecs_to_jiffies()Sven Schnelle
2023-01-09s390/con3270: fix multiple assignments in one lineSven Schnelle
2023-01-09s390/con3270: fix camelcase in enum membersSven Schnelle
2023-01-09s390/con3270: add key help to status areaSven Schnelle
2023-01-09s390/con3270: reduce highlight width to 3 bitsSven Schnelle
2023-01-09s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle
2023-01-09s390/con3270: rewrite command line recallingSven Schnelle
2023-01-09s390/tty3270: use normal char buffer for prompt/inputSven Schnelle
2023-01-09s390/tty3270: convert lines during outputSven Schnelle
2023-01-09s390/con3270: generate status line during outputSven Schnelle
2023-01-09s390/tty3270: add 3270 datastream helpersSven Schnelle
2023-01-09s390/tty3270: move ASCII->EBCDIC conversion to convert_line()Sven Schnelle
2023-01-09s390/con3270: move tty3270_convert_line()Sven Schnelle
2023-01-09s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle
2023-01-09s390/tty3270: allocate screen with scrollbackSven Schnelle
2023-01-09s390/con3270: add helper to get number of tty rowsSven Schnelle
2023-01-09s390/tty3270: split up tty3270_convert_line()Sven Schnelle
2023-01-09s390/tty3270: resize terminal when the clear key is pressedSven Schnelle
2023-01-09s390/tty3270: move resize work to raw3270Sven Schnelle
2023-01-09s390/raw3270: add raw3270_start_request() helperSven Schnelle
2023-01-09s390/tty3270: add AID definesSven Schnelle
2023-01-09s390/tty3270: ignore NUL charactersSven Schnelle
2023-01-09s390/tty3270: add support for VT100 graphics escapeSven Schnelle
2023-01-09s390/tty3270: add support for graphic escapeSven Schnelle
2023-01-09s390/tty3270: add support for background colorSven Schnelle
2023-01-09s390/tty3270: add struct tty3270_attributeSven Schnelle
2023-01-09s390/tty3270: use switch/case in tty3270_erase_display()Sven Schnelle
2023-01-09s390/tty3270: use switch/case in tty3270_erase_line()Sven Schnelle
2023-01-09s390/con3270: fix formatting issuesSven Schnelle
2023-01-09s390/tty3270: rename to con3270Sven Schnelle
2023-01-09s390/3270: unify con3270 + tty3270Sven Schnelle
2022-05-06s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli
2021-09-07s390/con3270: use proper type for tasklet functionHeiko Carstens
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2020-12-02s390: remove pm support from console driversVineeth Vijayan
2019-04-10s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-16s390: use false/true when using boolHeiko Carstens
2016-09-30s390/con3270: fix insufficient space paddingSascha Silbe