summaryrefslogtreecommitdiff
path: root/drivers/s390/char/tty3270.c
AgeCommit message (Expand)Author
2023-01-09s390/tty3270: rename to con3270Sven Schnelle
2023-01-09s390/3270: unify con3270 + tty3270Sven Schnelle
2023-01-09s390/tty3270: add tty3270_create_view()Sven Schnelle
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-03-08s390/tty3270: avoid comma separated statementsJoe Perches
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
2020-07-01s390/tty3270: remove function callback castsOscar Carter
2019-04-10s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-24s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-10s390/3270: hangup the 3270 tty after a disconnectMartin Schwidefsky
2016-05-10s390/3270: handle reconnect of a tty with a different sizeMartin Schwidefsky
2016-05-04s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky
2016-05-04s390/3270: fix garbled output on 3270 tty viewMartin Schwidefsky
2016-05-04s390/3270: fix view reference countingMartin Schwidefsky
2016-05-04s390/3270: add missing tty_kref_putMartin Schwidefsky
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2015-08-26s390/3270: redraw screen on unsolicited device endMartin Schwidefsky
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-12-18s390/3270: fix allocation of tty3270_screen structureMartin Schwidefsky
2013-12-16s390/3270: fix use after free of tty3270_screen structureMartin Schwidefsky
2013-09-30s390/3270: fix return value check in tty3270_resize_work()Wei Yongjun
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens
2013-03-21s390/3270: fix minor_start issueMartin Schwidefsky
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky
2013-02-14s390/3270: introduce device notifierMartin Schwidefsky
2013-02-14s390/3270: fix initialization order in tty3270_alloc_viewMartin Schwidefsky
2013-02-14s390/3270: readd tty3270_openMartin Schwidefsky
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-08-13TTY: tty3270, add tty installJiri Slaby
2012-08-13TTY: automatically create nodes for some driversJiri Slaby
2012-08-10TTY: tty3270, free tty driver properlyJiri Slaby
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2012-04-09TTY: tty3270, add tty_portJiri Slaby
2012-04-09TTY: tty3270, push tty down to tty3270_do_writeJiri Slaby
2012-04-09TTY: tty3270, get rid of ugly aliasingJiri Slaby
2012-04-09TTY: tty3270, move initialization to allocationJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2011-03-31Fix common misspellingsLucas De Marchi