aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_console.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-10tty: hvc: hvc_write() fix break conditionNicholas Piggin1-1/+6
2018-09-10tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin1-2/+22
2018-09-10tty: hvc: hvc_poll() fix read loop hangNicholas Piggin1-2/+5
2018-07-23tty: hvc: introduce the hv_ops.flush operation for hvc driversNicholas Piggin1-2/+33
2018-07-23tty: hvc: hvc_write() may sleepNicholas Piggin1-15/+21
2018-07-23tty: hvc: hvc_poll() may sleepNicholas Piggin1-2/+14
2018-07-23tty: hvc: hvc_poll() break hv read loopNicholas Piggin1-43/+45
2018-07-23tty: hvc: use mutex instead of spinlock for hvc_structs lockNicholas Piggin1-12/+11
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-03-31tty/hvc_console: fix console lock ordering with spinlockDenis Kirjanov1-2/+2
2017-02-10tty: Remove extra include in HVC console tty frameworkSergio Valverde1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-30tty: hvc_console: silence unintialized variable warningDan Carpenter1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2015-10-04drivers/tty: make hvc_console.c explicitly non-modularPaul Gortmaker1-17/+1
2015-05-10tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into nextLinus Torvalds1-1/+8
2014-05-28tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt1-1/+8
2014-05-03drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria1-1/+1
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner1-1/+10
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+1
2012-11-14TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras1-7/+0
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+26
2012-09-17tty: Fix hvc returnAlan Cox1-1/+1
2012-09-05hvc_console: Better kernel console supportBenjamin Herrenschmidt1-7/+26
2012-08-13TTY: hvc_console, add tty installJiri Slaby1-6/+25
2012-04-13TTY: hvc, fix TTY refcountingJiri Slaby1-5/+0
2012-04-09TTY: HVC, use count from tty_portJiri Slaby1-19/+21
2012-04-09TTY: HVC, use tty from tty_portJiri Slaby1-21/+15
2012-04-09TTY: HVC, add tty_portJiri Slaby1-9/+14
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-11-06Revert "hvc_console: display printk messages on console."Linus Torvalds1-6/+1
2011-10-18hvc_console: display printk messages on console.Miche Baker-Harvey1-1/+6
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-07-19hvc_console: Add kdb supportAnton Blanchard1-0/+39
2011-07-19hvc_console: Improve tty/console put_chars handlingHendrik Brueckner1-3/+5
2011-06-29powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt1-1/+22
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman1-0/+914