summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_console.c
Commit message (Expand)AuthorAgeFilesLines
* tty: hvc: hvc_write() fix break conditionNicholas Piggin2018-09-101-1/+6
* tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin2018-09-101-2/+22
* tty: hvc: hvc_poll() fix read loop hangNicholas Piggin2018-09-101-2/+5
* tty: hvc: introduce the hv_ops.flush operation for hvc driversNicholas Piggin2018-07-231-2/+33
* tty: hvc: hvc_write() may sleepNicholas Piggin2018-07-231-15/+21
* tty: hvc: hvc_poll() may sleepNicholas Piggin2018-07-231-2/+14
* tty: hvc: hvc_poll() break hv read loopNicholas Piggin2018-07-231-43/+45
* tty: hvc: use mutex instead of spinlock for hvc_structs lockNicholas Piggin2018-07-231-12/+11
* tty: hvc: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty/hvc_console: fix console lock ordering with spinlockDenis Kirjanov2017-03-311-2/+2
* tty: Remove extra include in HVC console tty frameworkSergio Valverde2017-02-101-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: hvc_console: silence unintialized variable warningDan Carpenter2016-04-301-1/+1
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-171-1/+1
* drivers/tty: make hvc_console.c explicitly non-modularPaul Gortmaker2015-10-041-17/+1
* tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-031-1/+8
|\
| * tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt2014-05-281-1/+8
* | drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama2014-05-031-1/+1
|/
* hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker2014-02-131-1/+5
* drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria2013-12-171-1/+1
* tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner2013-07-241-1/+10
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-1/+1
* TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras2012-11-141-7/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-061-7/+26
|\
| * hvc_console: Better kernel console supportBenjamin Herrenschmidt2012-09-051-7/+26
* | tty: Fix hvc returnAlan Cox2012-09-171-1/+1
* | TTY: hvc_console, add tty installJiri Slaby2012-08-131-6/+25
|/
* TTY: hvc, fix TTY refcountingJiri Slaby2012-04-131-5/+0
* TTY: HVC, use count from tty_portJiri Slaby2012-04-091-19/+21
* TTY: HVC, use tty from tty_portJiri Slaby2012-04-091-21/+15
* TTY: HVC, add tty_portJiri Slaby2012-04-091-9/+14
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* Revert "hvc_console: display printk messages on console."Linus Torvalds2011-11-061-6/+1
* hvc_console: display printk messages on console.Miche Baker-Harvey2011-10-181-1/+6
* TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-251-1/+1
* hvc_console: Add kdb supportAnton Blanchard2011-07-191-0/+39
* hvc_console: Improve tty/console put_chars handlingHendrik Brueckner2011-07-191-3/+5
* powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt2011-06-291-1/+22
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-131-0/+914