aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/raw3270.c
AgeCommit message (Expand)Author
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-01-09s390/raw3270: fix nullpointer checkSven Schnelle
2023-01-09s390/raw3270: split up raw3270_activate_view()Sven Schnelle
2023-01-09s390/raw3270: remove BUG_ON in raw3270_request_reset()Sven Schnelle
2023-01-09s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle
2023-01-09s390/raw3270: fix indentation/whitespace errorsSven Schnelle
2023-01-09s390/raw3270: move EXPORT_SYMBOL() next to functionsSven Schnelle
2023-01-09s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle
2023-01-09s390/tty3270: resize terminal when the clear key is pressedSven Schnelle
2023-01-09s390/tty3270: move resize work to raw3270Sven Schnelle
2023-01-09s390/raw3270: add raw3270_start_request() helperSven Schnelle
2023-01-09s390/raw3270: use __packed instead of __attribute__((packed))Sven Schnelle
2023-01-09s390/raw3270: fix formatting issuesSven Schnelle
2023-01-09s390/tty3270: add support for diag 8cSven Schnelle
2022-11-23s390/3270: make raw3270_state_final() depend on CONFIG_TN3270_CONSOLEHeiko Carstens
2022-05-06s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli
2021-11-16s390: replace snprintf in show functions with sysfs_emitQing Wang
2020-12-02s390: remove pm support from console driversVineeth Vijayan
2019-04-10s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky
2017-11-24s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-07-26s390/raw3270: constify attribute_group structures.Arvind Yadav
2017-01-16s390: use false/true when using boolHeiko Carstens
2016-05-10s390/3270: handle reconnect of a tty with a different sizeMartin Schwidefsky
2016-05-04s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky
2014-07-16s390/3270: correct size detection with the read-partition commandMartin Schwidefsky
2014-04-01s390/3270: fix crash with multiple reset device requestsMartin Schwidefsky
2014-03-26s390/con3270: optionally disable auto updateMartin Schwidefsky
2014-02-21s390/cio: reorder initialization of ccw consolesSebastian Ott
2014-02-21s390/cio: fix driver callback initialization for ccw consolesSebastian Ott
2013-10-24s390/3270: use diagnose 0x210 for device sensing under z/VMMartin Schwidefsky
2013-10-24s390/3270: remove unnecessary pointer checkMartin Schwidefsky
2013-04-17s390/cio: ccw_device_force_console don't use static variableSebastian Ott
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky
2013-02-14s390/3270: introduce device notifierMartin Schwidefsky
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-10-30[S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter
2011-05-23[S390] get rid of unused variablesHeiko Carstens
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23[S390] ccw_driver: remove duplicate membersSebastian Ott
2011-01-05[S390] 3270: add support for irq statisticsHeiko Carstens
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-10-06[S390] 3270 console build fixSebastian Ott
2009-06-22[S390] driver_data accessMartin Schwidefsky
2009-06-22[S390] 3270 console: convert from bootmem to slabHeiko Carstens
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-06-16[S390] pm: con3270 power management callbacks.Martin Schwidefsky
2009-06-15s390: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2008-10-16device create: s390: convert device_create_drvdata to device_createGreg Kroah-Hartman