aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_vt220.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-1/+1
2022-05-06s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli1-19/+23
2022-03-27s390: cleanup timer API useYu Liao1-4/+2
2021-10-04s390/sclp_vt220: fix unused function warningRandy Dunlap1-2/+2
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+4
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-51/+5
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-18s390/sclp: Remove vt220 power management supportPeter Oberparleiter1-49/+3
2021-06-07s390/sclp_vt220: fix console name to match deviceValentin Vidic1-2/+2
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-3/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2021-04-07s390/sclp: use LIST_HEAD for InitializationVineeth Vijayan1-4/+2
2021-04-07s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan1-2/+1
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+0
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-26s390/sclp_vt220: support magic sysrequestsHendrik Brueckner1-1/+51
2014-09-25s390/sclp: reduce dependency on event type masksMartin Schwidefsky1-4/+0
2014-06-10s390/sclp_vt220: Enable ASCII console per defaultPeter Oberparleiter1-2/+0
2014-04-11s390/sclp_vt220: Fix kernel panic due to early terminal inputPeter Oberparleiter1-3/+11
2013-06-26s390/sclp: add parameter to specify number of buffer pagesMartin Schwidefsky1-5/+34
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-7/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-04-09TTY: sclp_vt220, remove unused allocationJiri Slaby1-8/+1
2012-04-09TTY: sclp_vt220, add tty_portJiri Slaby1-10/+14
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-27[S390] sclp_vt220: set initial terminal window sizeHendrik Brueckner1-0/+4
2009-10-14[S390] sclp_vt220 build fixMichael Holzheu1-15/+15
2009-06-22[S390] vt220 console: convert from bootmem to slabHeiko Carstens1-13/+5
2009-06-16[S390] pm: power management support for SCLP drivers.Michael Holzheu1-39/+79
2008-12-25[S390] sclp vt220: fix compile warningHeiko Carstens1-17/+16
2008-10-10[S390] console flush on panic / rebootHolger Smolinski1-8/+18
2008-07-14[S390] Cleanup sclp printk messages.Martin Schwidefsky1-6/+1
2008-07-14[S390] sclp: simplify vt220 cleanup logicPeter Oberparleiter1-27/+28
2008-06-10[S390] vt220 console, initialize list head before useCarsten Otte1-0/+1
2008-05-30[S390] sclp_vt220: fix scheduling while atomic bug.Heiko Carstens1-20/+7
2008-04-30s390 tty: Prepare for put_char to return success/failAlan Cox1-1/+5
2008-04-17[S390] sclp: Get rid of in_atomic() use.Heiko Carstens1-7/+6
2008-03-05[S390] sclp_vt220: speed up console output for interactive workChristian Borntraeger1-1/+1
2008-02-19[S390] sclp: clean up send/receive naming schemePeter Oberparleiter1-1/+1
2008-02-09[S390] sclp_vt220: Fix vt220 initializationChristian Borntraeger1-13/+18
2008-02-05[S390] sclp_tty/sclp_vt220: Fix scheduling while atomicChristian Borntraeger1-1/+1
2007-07-27[S390] Fix sclp_vt220 error handling.Heiko Carstens1-21/+40
2007-07-27[S390] Get rid of new section mismatch warnings.Heiko Carstens1-2/+1
2007-04-27[S390] sclp: fix coding style.Stefan Haberland1-4/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens1-1/+1
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-10/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+785