aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27tty: drop put_tty_driverJiri Slaby1-4/+4
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/gregkh/ttyLinus Torvalds1-5/+4
2021-06-18s390/sclp: convert list_for_each to entry variantZou Wei1-3/+1
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-03-22s390/sclp: increase sclp console line lengthPeter Oberparleiter1-7/+2
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+0
2018-03-18s390/sclp_tty: enable line mode tty even if there is an ascii consoleChristian Borntraeger1-1/+4
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-28s390/sclp: Use setup_timer and mod_timerHimanshu Jha1-5/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-31s390: char: make sclp_tty explicitly non-modularPaul Gortmaker1-2/+1
2015-10-14s390/sclp: avoid merged message outputMartin Schwidefsky1-4/+4
2014-08-15s390/sclp: remove unnecessary XTABS flagMartin Schwidefsky1-1/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-7/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+2
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-1/+3
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2012-04-09TTY: sclp_tty, add tty_portJiri Slaby1-14/+19
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-05-23[S390] sclp: event buffer dissectionMartin Schwidefsky1-84/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2008-07-14[S390] sclp_tty: Fix scheduling while atomic bug.Heiko Carstens1-19/+17
2008-07-14[S390] sclp_tty: remove ioctl interface.Heiko Carstens1-195/+22
2008-07-14[S390] Cleanup sclp printk messages.Martin Schwidefsky1-8/+0
2008-04-30s390 tty: Prepare for put_char to return success/failAlan Cox1-2/+2
2008-04-17[S390] sclp: Get rid of in_atomic() use.Heiko Carstens1-1/+1
2008-02-05[S390] sclp_tty/sclp_vt220: Fix scheduling while atomicChristian Borntraeger1-1/+1
2007-04-27[S390] sclp: fix coding style.Stefan Haberland1-3/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+0
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-13/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+813