summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/raw3270.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [S390] 3270 console: convert from bootmem to slabHeiko Carstens2009-06-221-30/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-161-8/+8
|\
| * s390: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-8/+8
* | [S390] pm: con3270 power management callbacks.Martin Schwidefsky2009-06-161-11/+73
|/
* device create: s390: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-8/+6
* [S390] more bus_id -> dev_name conversionsCornelia Huck2008-10-101-2/+2
* device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-6/+8
* [S390] Cleanup 3270 printk messages.Martin Schwidefsky2008-07-141-1/+0
* [S390] drivers/s390: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-07-141-10/+1
* [S390] cio: introduce fcx enabled scsw formatPeter Oberparleiter2008-07-141-8/+8
* [S390] 3270: fix race with stack local wait_queue_head_t.Martin Schwidefsky2008-05-301-5/+4
* [S390] use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-261-2/+2