summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_console.c
Commit message (Expand)AuthorAgeFilesLines
* tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)2023-11-251-3/+1
* tty: hvc: Make hvc_remove() return no valueUwe Kleine-König2023-11-231-2/+1
* tty: hvc: convert counts to size_tJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
* tty: hvc: use console_is_registered()John Ogness2022-12-021-2/+2
* Revert "tty: hvc: pass DMA capable memory to put_chars()"Greg Kroah-Hartman2021-10-261-21/+15
* tty: hvc: pass DMA capable memory to put_chars()Xianting Tian2021-10-211-15/+21
* tty: hvc: use correct dma alignment sizeXianting Tian2021-10-211-1/+1
* tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan2021-05-211-2/+2
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: hvc_console, fix crashes on parallel open/closeJiri Slaby2020-05-271-15/+8
* Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman2020-05-121-14/+2
* tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta2020-04-281-2/+14
* tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko2020-04-231-9/+14
* 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