summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/raw3270.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/3270: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-281-0/+1
* s390/3270: Fix buffer assignmentSven Schnelle2024-04-261-2/+4
* s390/raw3270: make class3270 constantRicardo B. Marliere2024-03-131-5/+7
* s390/raw3270: improve raw3270_init() readabilityRicardo B. Marliere2024-03-131-10/+12
* s390/3270: use new address translation helpersHeiko Carstens2024-03-131-7/+7
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* 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-091-3/+7
* s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle2023-01-091-9/+9
* s390/raw3270: fix indentation/whitespace errorsSven Schnelle2023-01-091-18/+21
* s390/raw3270: move EXPORT_SYMBOL() next to functionsSven Schnelle2023-01-091-24/+23
* s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle2023-01-091-1/+8
* s390/tty3270: resize terminal when the clear key is pressedSven Schnelle2023-01-091-7/+7
* s390/tty3270: move resize work to raw3270Sven Schnelle2023-01-091-6/+22
* s390/raw3270: add raw3270_start_request() helperSven Schnelle2023-01-091-0/+14
* s390/raw3270: use __packed instead of __attribute__((packed))Sven Schnelle2023-01-091-3/+3
* s390/raw3270: fix formatting issuesSven Schnelle2023-01-091-89/+51
* s390/tty3270: add support for diag 8cSven Schnelle2023-01-091-0/+11
* s390/3270: make raw3270_state_final() depend on CONFIG_TN3270_CONSOLEHeiko Carstens2022-11-231-6/+6
* s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli2022-05-061-0/+15
* s390: replace snprintf in show functions with sysfs_emitQing Wang2021-11-161-6/+6
* s390: remove pm support from console driversVineeth Vijayan2020-12-021-72/+6
* s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky2019-04-101-1/+2
* s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/raw3270: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
* s390: use false/true when using boolHeiko Carstens2017-01-161-1/+1
* s390/3270: handle reconnect of a tty with a different sizeMartin Schwidefsky2016-05-101-3/+29
* s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky2016-05-041-82/+19
* s390/3270: correct size detection with the read-partition commandMartin Schwidefsky2014-07-161-1/+0
* s390/3270: fix crash with multiple reset device requestsMartin Schwidefsky2014-04-011-3/+6
* s390/con3270: optionally disable auto updateMartin Schwidefsky2014-03-261-0/+9
* s390/cio: reorder initialization of ccw consolesSebastian Ott2014-02-211-1/+8
* s390/cio: fix driver callback initialization for ccw consolesSebastian Ott2014-02-211-1/+9
* s390/3270: use diagnose 0x210 for device sensing under z/VMMartin Schwidefsky2013-10-241-1/+1
* s390/3270: remove unnecessary pointer checkMartin Schwidefsky2013-10-241-1/+1
* s390/cio: ccw_device_force_console don't use static variableSebastian Ott2013-04-171-1/+1
* s390/cio: wait_cons_dev don't use static variableSebastian Ott2013-04-171-2/+2
* s390/3270: asynchronous size sensingMartin Schwidefsky2013-02-141-289/+246
* s390/3270: introduce device notifierMartin Schwidefsky2013-02-141-61/+15
* s390/irq: remove split irq fields from /proc/statHeiko Carstens2013-01-081-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* [S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter2011-10-301-2/+1
* [S390] get rid of unused variablesHeiko Carstens2011-05-231-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [S390] ccw_driver: remove duplicate membersSebastian Ott2011-03-231-2/+4
* [S390] 3270: add support for irq statisticsHeiko Carstens2011-01-051-0/+2
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* [S390] 3270 console build fixSebastian Ott2009-10-061-0/+2
* [S390] driver_data accessMartin Schwidefsky2009-06-221-2/+2