aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
AgeCommit message (Expand)Author
2023-11-28hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse
2023-04-05hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne
2023-01-18hvc/xen: lock console list traversalRoger Pau Monne
2022-04-15tty: hvc: fix return value of __setup handlerRandy Dunlap
2021-12-22xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-12-01tty: hvc: replace BUG_ON() with negative return valueJuergen Gross
2021-09-22hvsi: don't panic on tty_register_driver failureJiri Slaby
2020-10-29tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler
2020-06-30Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman
2020-06-25tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta
2020-06-10tty: hvc_console, fix crashes on parallel open/closeJiri Slaby
2020-04-29tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko
2020-01-09powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens
2019-05-22tty: Don't force RISCV SBI console as preferred consoleAnup Patel
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-08-20powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin
2018-08-13Merge branch 'topic/hvc' into nextMichael Ellerman
2018-07-24tty: hvc: remove unexplained "just in case" spin delayNicholas Piggin
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas 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
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-03-26tty: hvc: remove tile driverArnd Bergmann
2018-03-26tty: remove bfin_jtag_comm and hvc_bfin_jtag driversArnd Bergmann
2018-03-09tty: New RISC-V SBI console driverPalmer Dabbelt
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-08-29tty: hvcs: make ktermios constBhumika Goyal
2017-08-28tty: hvcs: constify vio_device_idArvind Yadav
2017-08-28tty: hvc_vio: constify vio_device_idArvind Yadav
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2017-07-31powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI)Michael Ellerman
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-06-12s390/hvc_iucv: fix broken Kconfig select statementHeiko Carstens
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman