aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_console.c
AgeCommit message (Expand)Author
2023-11-25tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)
2023-11-23tty: hvc: Make hvc_remove() return no valueUwe Kleine-König
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2022-12-02tty: hvc: use console_is_registered()John Ogness
2021-10-26Revert "tty: hvc: pass DMA capable memory to put_chars()"Greg Kroah-Hartman
2021-10-21tty: hvc: pass DMA capable memory to put_chars()Xianting Tian
2021-10-21tty: hvc: use correct dma alignment sizeXianting Tian
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-21tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-05-27tty: hvc_console, fix crashes on parallel open/closeJiri Slaby
2020-05-12Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman
2020-04-28tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta
2020-04-23tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko
2018-09-10tty: hvc: hvc_write() fix break conditionNicholas Piggin
2018-09-10tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin
2018-09-10tty: hvc: hvc_poll() fix read loop hangNicholas Piggin
2018-07-23tty: hvc: introduce the hv_ops.flush operation for hvc driversNicholas Piggin
2018-07-23tty: hvc: hvc_write() may sleepNicholas Piggin
2018-07-23tty: hvc: hvc_poll() may sleepNicholas Piggin
2018-07-23tty: hvc: hvc_poll() break hv read loopNicholas Piggin
2018-07-23tty: hvc: use mutex instead of spinlock for hvc_structs lockNicholas Piggin
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-03-31tty/hvc_console: fix console lock ordering with spinlockDenis Kirjanov
2017-02-10tty: Remove extra include in HVC console tty frameworkSergio Valverde
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-04-30tty: hvc_console: silence unintialized variable warningDan Carpenter
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley
2015-10-04drivers/tty: make hvc_console.c explicitly non-modularPaul Gortmaker
2015-05-10tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-05-28tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt
2014-05-03drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-14TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-09-17tty: Fix hvc returnAlan Cox
2012-09-05hvc_console: Better kernel console supportBenjamin Herrenschmidt