index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
char
/
raw3270.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-28
s390/3270: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-04-26
s390/3270: Fix buffer assignment
Sven Schnelle
1
-2
/
+4
2024-03-13
s390/raw3270: make class3270 constant
Ricardo B. Marliere
1
-5
/
+7
2024-03-13
s390/raw3270: improve raw3270_init() readability
Ricardo B. Marliere
1
-10
/
+12
2024-03-13
s390/3270: use new address translation helpers
Heiko Carstens
1
-7
/
+7
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-09
s390/raw3270: fix nullpointer check
Sven Schnelle
1
-1
/
+1
2023-01-09
s390/raw3270: split up raw3270_activate_view()
Sven Schnelle
1
-28
/
+46
2023-01-09
s390/raw3270: remove BUG_ON in raw3270_request_reset()
Sven Schnelle
1
-3
/
+7
2023-01-09
s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributes
Sven Schnelle
1
-9
/
+9
2023-01-09
s390/raw3270: fix indentation/whitespace errors
Sven Schnelle
1
-18
/
+21
2023-01-09
s390/raw3270: move EXPORT_SYMBOL() next to functions
Sven Schnelle
1
-24
/
+23
2023-01-09
s390/raw3270: make raw3270_buffer_address() accept x/y coordinates
Sven Schnelle
1
-1
/
+8
2023-01-09
s390/tty3270: resize terminal when the clear key is pressed
Sven Schnelle
1
-7
/
+7
2023-01-09
s390/tty3270: move resize work to raw3270
Sven Schnelle
1
-6
/
+22
2023-01-09
s390/raw3270: add raw3270_start_request() helper
Sven Schnelle
1
-0
/
+14
2023-01-09
s390/raw3270: use __packed instead of __attribute__((packed))
Sven Schnelle
1
-3
/
+3
2023-01-09
s390/raw3270: fix formatting issues
Sven Schnelle
1
-89
/
+51
2023-01-09
s390/tty3270: add support for diag 8c
Sven Schnelle
1
-0
/
+11
2022-11-23
s390/3270: make raw3270_state_final() depend on CONFIG_TN3270_CONSOLE
Heiko Carstens
1
-6
/
+6
2022-05-06
s390/consoles: improve panic notifiers reliability
Guilherme G. Piccoli
1
-0
/
+15
2021-11-16
s390: replace snprintf in show functions with sysfs_emit
Qing Wang
1
-6
/
+6
2020-12-02
s390: remove pm support from console drivers
Vineeth Vijayan
1
-72
/
+6
2019-04-10
s390/3270: fix lockdep false positive on view->lock
Martin Schwidefsky
1
-1
/
+2
2017-11-24
s390: char: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-07-26
s390/raw3270: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-01-16
s390: use false/true when using bool
Heiko Carstens
1
-1
/
+1
2016-05-10
s390/3270: handle reconnect of a tty with a different size
Martin Schwidefsky
1
-3
/
+29
2016-05-04
s390/3270: avoid endless I/O loop with disconnected 3270 terminals
Martin Schwidefsky
1
-82
/
+19
2014-07-16
s390/3270: correct size detection with the read-partition command
Martin Schwidefsky
1
-1
/
+0
2014-04-01
s390/3270: fix crash with multiple reset device requests
Martin Schwidefsky
1
-3
/
+6
2014-03-26
s390/con3270: optionally disable auto update
Martin Schwidefsky
1
-0
/
+9
2014-02-21
s390/cio: reorder initialization of ccw consoles
Sebastian Ott
1
-1
/
+8
2014-02-21
s390/cio: fix driver callback initialization for ccw consoles
Sebastian Ott
1
-1
/
+9
2013-10-24
s390/3270: use diagnose 0x210 for device sensing under z/VM
Martin Schwidefsky
1
-1
/
+1
2013-10-24
s390/3270: remove unnecessary pointer check
Martin Schwidefsky
1
-1
/
+1
2013-04-17
s390/cio: ccw_device_force_console don't use static variable
Sebastian Ott
1
-1
/
+1
2013-04-17
s390/cio: wait_cons_dev don't use static variable
Sebastian Ott
1
-2
/
+2
2013-02-14
s390/3270: asynchronous size sensing
Martin Schwidefsky
1
-289
/
+246
2013-02-14
s390/3270: introduce device notifier
Martin Schwidefsky
1
-61
/
+15
2013-01-08
s390/irq: remove split irq fields from /proc/stat
Heiko Carstens
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-10-30
[S390] fix mismatch in summation of I/O IRQ statistics
Peter Oberparleiter
1
-2
/
+1
2011-05-23
[S390] get rid of unused variables
Heiko Carstens
1
-2
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-23
[S390] ccw_driver: remove duplicate members
Sebastian Ott
1
-2
/
+4
2011-01-05
[S390] 3270: add support for irq statistics
Heiko Carstens
1
-0
/
+2
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2009-10-06
[S390] 3270 console build fix
Sebastian Ott
1
-0
/
+2
2009-06-22
[S390] driver_data access
Martin Schwidefsky
1
-2
/
+2
[next]