aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_vt220.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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-rc2Linus Torvalds1-0/+785