summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_vt220.c
Commit message (Expand)AuthorAgeFilesLines
* s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli2022-05-061-19/+23
* s390: cleanup timer API useYu Liao2022-03-271-4/+2
* s390/sclp_vt220: fix unused function warningRandy Dunlap2021-10-041-2/+2
* tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+3
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-5/+4
|\
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-3/+2
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-041-51/+5
|\ \
| * | s390/sclp: Remove vt220 power management supportPeter Oberparleiter2021-06-181-49/+3
| * | s390/sclp_vt220: fix console name to match deviceValentin Vidic2021-06-071-2/+2
| |/
* / kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* s390/sclp: use LIST_HEAD for InitializationVineeth Vijayan2021-04-071-4/+2
* s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan2021-04-071-2/+1
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+0
* s390/sclp: Convert timers to use timer_setup()Kees Cook2017-11-141-4/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/sclp_vt220: support magic sysrequestsHendrik Brueckner2015-08-261-1/+51
* s390/sclp: reduce dependency on event type masksMartin Schwidefsky2014-09-251-4/+0
* s390/sclp_vt220: Enable ASCII console per defaultPeter Oberparleiter2014-06-101-2/+0
* s390/sclp_vt220: Fix kernel panic due to early terminal inputPeter Oberparleiter2014-04-111-3/+11
* s390/sclp: add parameter to specify number of buffer pagesMartin Schwidefsky2013-06-261-5/+34
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-7/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+2
* TTY: use tty_port_link_deviceJiri Slaby2012-08-131-0/+1
* TTY: sclp_vt220, remove unused allocationJiri Slaby2012-04-091-8/+1
* TTY: sclp_vt220, add tty_portJiri Slaby2012-04-091-10/+14
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [S390] sclp_vt220: set initial terminal window sizeHendrik Brueckner2010-01-271-0/+4
* [S390] sclp_vt220 build fixMichael Holzheu2009-10-141-15/+15
* [S390] vt220 console: convert from bootmem to slabHeiko Carstens2009-06-221-13/+5
* [S390] pm: power management support for SCLP drivers.Michael Holzheu2009-06-161-39/+79
* [S390] sclp vt220: fix compile warningHeiko Carstens2008-12-251-17/+16
* [S390] console flush on panic / rebootHolger Smolinski2008-10-101-8/+18
* [S390] Cleanup sclp printk messages.Martin Schwidefsky2008-07-141-6/+1
* [S390] sclp: simplify vt220 cleanup logicPeter Oberparleiter2008-07-141-27/+28
* [S390] vt220 console, initialize list head before useCarsten Otte2008-06-101-0/+1
* [S390] sclp_vt220: fix scheduling while atomic bug.Heiko Carstens2008-05-301-20/+7
* s390 tty: Prepare for put_char to return success/failAlan Cox2008-04-301-1/+5
* [S390] sclp: Get rid of in_atomic() use.Heiko Carstens2008-04-171-7/+6
* [S390] sclp_vt220: speed up console output for interactive workChristian Borntraeger2008-03-051-1/+1
* [S390] sclp: clean up send/receive naming schemePeter Oberparleiter2008-02-191-1/+1
* [S390] sclp_vt220: Fix vt220 initializationChristian Borntraeger2008-02-091-13/+18
* [S390] sclp_tty/sclp_vt220: Fix scheduling while atomicChristian Borntraeger2008-02-051-1/+1
* [S390] Fix sclp_vt220 error handling.Heiko Carstens2007-07-271-21/+40