summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
...
* | s390/fs3270: add missing braces to if/elseSven Schnelle2023-01-091-6/+9
* | s390/fs3270: fix whitespace errorsSven Schnelle2023-01-091-16/+16
* | s390/raw3270: fix nullpointer checkSven Schnelle2023-01-091-1/+1
* | s390/raw3270: split up raw3270_activate_view()Sven Schnelle2023-01-091-28/+46
* | s390/raw3270: remove BUG_ON in raw3270_request_reset()Sven Schnelle2023-01-092-4/+8
* | s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle2023-01-091-9/+9
* | s390/raw3270: add comment to spinlock memberSven Schnelle2023-01-091-1/+1
* | s390/raw3270: fix raw3270 declarationsSven Schnelle2023-01-091-29/+30
* | s390/raw3270: fix indentation/whitespace errorsSven Schnelle2023-01-092-20/+23
* | s390/raw3270: move EXPORT_SYMBOL() next to functionsSven Schnelle2023-01-091-24/+23
* | 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-092-170/+74
* | s390/tty3270: use normal char buffer for prompt/inputSven Schnelle2023-01-091-55/+81
* | s390/tty3270: convert lines during outputSven Schnelle2023-01-092-238/+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-093-15/+17
* | 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-093-8/+27
* | s390/tty3270: move resize work to raw3270Sven Schnelle2023-01-093-34/+42
* | s390/raw3270: add raw3270_start_request() helperSven Schnelle2023-01-093-4/+17
* | s390/tty3270: add AID definesSven Schnelle2023-01-092-2/+13
* | 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-092-1/+44
* | s390/tty3270: add support for background colorSven Schnelle2023-01-092-26/+80
* | s390/tty3270: add struct tty3270_attributeSven Schnelle2023-01-091-56/+57
* | s390/raw3270: use __packed instead of __attribute__((packed))Sven Schnelle2023-01-091-3/+3
* | 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/raw3270: fix formatting issuesSven Schnelle2023-01-091-89/+51
* | s390/con3270: fix formatting issuesSven Schnelle2023-01-091-114/+58
* | s390/tty3270: add support for diag 8cSven Schnelle2023-01-091-0/+11
* | s390/tty3270: rename to con3270Sven Schnelle2023-01-093-11/+3
* | s390/3270: unify con3270 + tty3270Sven Schnelle2023-01-094-690/+158
* | s390/tty3270: add tty3270_create_view()Sven Schnelle2023-01-091-24/+33
|/
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * driver core: fix up missed drivers/s390/char/hmcdrv_dev.c class.devnode() con...Stephen Rothwell2022-11-301-1/+1
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1