aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/char/tty3270.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-01s390/tty3270: remove function callback castsGravatar Oscar Carter 1-6/+6
2019-04-10s390/3270: fix lockdep false positive on view->lockGravatar Martin Schwidefsky 1-1/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2017-11-24s390: char: add SPDX identifiers to the remaining filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-14s390/sclp: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2016-05-10s390/3270: hangup the 3270 tty after a disconnectGravatar Martin Schwidefsky 1-3/+35
2016-05-10s390/3270: handle reconnect of a tty with a different sizeGravatar Martin Schwidefsky 1-1/+24
2016-05-04s390/3270: avoid endless I/O loop with disconnected 3270 terminalsGravatar Martin Schwidefsky 1-2/+1
2016-05-04s390/3270: fix garbled output on 3270 tty viewGravatar Martin Schwidefsky 1-1/+4
2016-05-04s390/3270: fix view reference countingGravatar Martin Schwidefsky 1-8/+6
2016-05-04s390/3270: add missing tty_kref_putGravatar Martin Schwidefsky 1-0/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-2/+2
2015-08-26s390/3270: redraw screen on unsolicited device endGravatar Martin Schwidefsky 1-0/+4
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-5/+2
2013-12-18s390/3270: fix allocation of tty3270_screen structureGravatar Martin Schwidefsky 1-1/+1
2013-12-16s390/3270: fix use after free of tty3270_screen structureGravatar Martin Schwidefsky 1-5/+2
2013-09-30s390/3270: fix return value check in tty3270_resize_work()Gravatar Wei Yongjun 1-1/+1
2013-09-07s390: make various functions static, add declarations to header filesGravatar Heiko Carstens 1-3/+3
2013-03-21s390/3270: fix minor_start issueGravatar Martin Schwidefsky 1-7/+9
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-47/+140
2013-02-14s390/3270: asynchronous size sensingGravatar Martin Schwidefsky 1-25/+84
2013-02-14s390/3270: introduce device notifierGravatar Martin Schwidefsky 1-16/+33
2013-02-14s390/3270: fix initialization order in tty3270_alloc_viewGravatar Martin Schwidefsky 1-6/+8
2013-02-14s390/3270: readd tty3270_openGravatar Martin Schwidefsky 1-0/+15
2013-01-15TTY: move low_latency to tty_portGravatar Jiri Slaby 1-2/+2
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-0/+2
2012-08-13TTY: tty3270, add tty installGravatar Jiri Slaby 1-9/+22
2012-08-13TTY: automatically create nodes for some driversGravatar Jiri Slaby 1-1/+1
2012-08-10TTY: tty3270, free tty driver properlyGravatar Jiri Slaby 1-0/+1
2012-07-20s390/comments: unify copyright messages and remove file namesGravatar Heiko Carstens 1-2/+1
2012-04-09TTY: tty3270, add tty_portGravatar Jiri Slaby 1-27/+21
2012-04-09TTY: tty3270, push tty down to tty3270_do_writeGravatar Jiri Slaby 1-5/+6
2012-04-09TTY: tty3270, get rid of ugly aliasingGravatar Jiri Slaby 1-23/+19
2012-04-09TTY: tty3270, move initialization to allocationGravatar Jiri Slaby 1-10/+10
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-25tty: phase out of ioctl file pointer for tty3270 as wellGravatar Heiko Carstens 1-8/+6
2009-12-07[S390] tty3270: move keyboard compat ioctlsGravatar Arnd Bergmann 1-0/+20
2009-06-12[S390] 3270: lock dependency fixesGravatar Martin Schwidefsky 1-24/+18
2009-06-12[S390] 3270: do not register with tty_register_deviceGravatar Martin Schwidefsky 1-15/+0
2008-07-14[S390] Cleanup 3270 printk messages.Gravatar Martin Schwidefsky 1-3/+0
2008-07-14[S390] cio: introduce fcx enabled scsw formatGravatar Peter Oberparleiter 1-3/+3
2008-05-07[S390] tty3270: fix put_char fail/success conversion.Gravatar Heiko Carstens 1-9/+6
2008-04-30s390 tty: Prepare for put_char to return success/failGravatar Alan Cox 1-1/+2
2007-10-12[S390] Get rid of a bunch of sparse warnings again.Gravatar Heiko Carstens 1-3/+6
2007-02-05[S390] Get rid of a lot of sparse warnings.Gravatar Heiko Carstens 1-8/+5
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-1/+1