summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/raw3270.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+19Star
* s390/3270: correct size detection with the read-partition commandMartin Schwidefsky2014-07-161-1/+0Star
* 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/+246Star
* s390/3270: introduce device notifierMartin Schwidefsky2013-02-141-61/+15Star
* 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/+1Star
* [S390] get rid of unused variablesHeiko Carstens2011-05-231-2/+0Star
* 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/+2Star
* 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-161-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/+6Star
* [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-221-6/+8
* [S390] Cleanup 3270 printk messages.Martin Schwidefsky2008-07-141-1/+0Star
* [S390] drivers/s390: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-07-141-10/+1Star
* [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/+4Star
* [S390] use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-261-2/+2
* [S390] struct class_device -> struct device conversion.Cornelia Huck2007-10-221-15/+11Star
* [S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu2007-08-221-0/+1
* [S390] Get rid of new section mismatch warnings.Heiko Carstens2007-07-271-4/+2Star
* [S390] raw3270: use mutex instead of semaphoreChristoph Hellwig2007-05-311-5/+5
* [S390] cio: Get rid of _ccw_device_get_device_number().Cornelia Huck2007-05-101-2/+3
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-2/+2
* [S390] sysfs_create_xxx return values.Heiko Carstens2006-07-181-17/+35
* [S390] Fix sparse warnings.Heiko Carstens2006-07-121-17/+17
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [S390] modular 3270 driver.Martin Schwidefsky2006-06-291-33/+34
* [PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2006-03-261-19/+20