aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/con3270.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)1-6/+6
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-01-10s390/con3270: move condev definitionHeiko Carstens1-1/+3
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle1-15/+61
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle1-23/+8
2023-01-09s390/con3270: simplify update flagsSven Schnelle1-20/+10
2023-01-09s390/con3270: return from notifier when activate view failsSven Schnelle1-2/+6
2023-01-09s390/con3270: fix minor checkpatch issuesSven Schnelle1-11/+17
2023-01-09s390/con3270: use msecs_to_jiffies()Sven Schnelle1-1/+1
2023-01-09s390/con3270: fix multiple assignments in one lineSven Schnelle1-5/+10
2023-01-09s390/con3270: fix camelcase in enum membersSven Schnelle1-13/+13
2023-01-09s390/con3270: add key help to status areaSven Schnelle1-7/+33
2023-01-09s390/con3270: reduce highlight width to 3 bitsSven Schnelle1-14/+21
2023-01-09s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle1-10/+18
2023-01-09s390/con3270: rewrite command line recallingSven Schnelle1-91/+74
2023-01-09s390/tty3270: use normal char buffer for prompt/inputSven Schnelle1-55/+81
2023-01-09s390/tty3270: convert lines during outputSven Schnelle1-236/+102
2023-01-09s390/con3270: generate status line during outputSven Schnelle1-39/+45
2023-01-09s390/tty3270: add 3270 datastream helpersSven Schnelle1-44/+53
2023-01-09s390/tty3270: move ASCII->EBCDIC conversion to convert_line()Sven Schnelle1-42/+42
2023-01-09s390/con3270: move tty3270_convert_line()Sven Schnelle1-162/+162
2023-01-09s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle1-13/+8
2023-01-09s390/tty3270: allocate screen with scrollbackSven Schnelle1-14/+21
2023-01-09s390/con3270: add helper to get number of tty rowsSven Schnelle1-23/+29
2023-01-09s390/tty3270: split up tty3270_convert_line()Sven Schnelle1-68/+93
2023-01-09s390/tty3270: resize terminal when the clear key is pressedSven Schnelle1-1/+19
2023-01-09s390/tty3270: move resize work to raw3270Sven Schnelle1-27/+19
2023-01-09s390/raw3270: add raw3270_start_request() helperSven Schnelle1-4/+1
2023-01-09s390/tty3270: add AID definesSven Schnelle1-2/+6
2023-01-09s390/tty3270: ignore NUL charactersSven Schnelle1-0/+2
2023-01-09s390/tty3270: add support for VT100 graphics escapeSven Schnelle1-4/+23
2023-01-09s390/tty3270: add support for graphic escapeSven Schnelle1-1/+43
2023-01-09s390/tty3270: add support for background colorSven Schnelle1-25/+78
2023-01-09s390/tty3270: add struct tty3270_attributeSven Schnelle1-56/+57
2023-01-09s390/tty3270: use switch/case in tty3270_erase_display()Sven Schnelle1-16/+20
2023-01-09s390/tty3270: use switch/case in tty3270_erase_line()Sven Schnelle1-3/+10
2023-01-09s390/con3270: fix formatting issuesSven Schnelle1-114/+58
2023-01-09s390/tty3270: rename to con3270Sven Schnelle1-0/+2107
2023-01-09s390/3270: unify con3270 + tty3270Sven Schnelle1-651/+0
2022-05-06s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli1-15/+16
2021-09-07s390/con3270: use proper type for tasklet functionHeiko Carstens1-3/+4
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2020-12-02s390: remove pm support from console driversVineeth Vijayan1-1/+0
2019-04-10s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky1-1/+1
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-16s390: use false/true when using boolHeiko Carstens1-1/+1
2016-09-30s390/con3270: fix insufficient space paddingSascha Silbe1-2/+7
2016-09-30s390/con3270: fix use of uninitialised dataSascha Silbe1-1/+1
2016-05-04s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky1-2/+1
2015-12-30s390/con3270: testing return kzalloc retvalPierre Morel1-0/+2
2015-08-26s390/3270: redraw screen on unsolicited device endMartin Schwidefsky1-0/+4
2014-03-26s390/con3270: optionally disable auto updateMartin Schwidefsky1-0/+7
2014-02-21s390/cio: fix driver callback initialization for ccw consolesSebastian Ott1-5/+1
2012-09-26s390/3270: drop unused spinlock from struct con3270Jean Delvare1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-07[S390] 3215/3270 console: remove wrong commentHeiko Carstens1-1/+0
2009-06-22[S390] 3270 console: convert from bootmem to slabHeiko Carstens1-8/+5
2009-06-16[S390] pm: con3270 power management callbacks.Martin Schwidefsky1-6/+6
2009-06-12[S390] 3270: lock dependency fixesMartin Schwidefsky1-24/+14
2008-10-10[S390] console flush on panic / rebootHolger Smolinski1-4/+23
2008-07-14[S390] cio: introduce fcx enabled scsw formatPeter Oberparleiter1-3/+3
2007-10-12[S390] Get rid of a bunch of sparse warnings again.Heiko Carstens1-2/+1
2007-04-27[S390] Get rid of console setup functions.Heiko Carstens1-7/+0
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-02-01[PATCH] s390: ccw_device_probe_console return valuePeter Oberparleiter1-1/+2
2005-10-30[PATCH] s390: 3270 fullscreen viewRichard Hitt1-3/+4
2005-06-25[PATCH] s390: add vmcp interfaceChristian Borntraeger1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+638