summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc (unfollow)
Commit message (Expand)Author
2021-12-22xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-12-08tty: 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-29tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta
2020-05-02tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko
2020-01-12powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens
2018-08-06hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith
2018-02-25tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley
2015-10-04ARM64: TTY: hvc_dcc: Add support for ARM64 dccAbhimanyu Kapur
2015-10-04hvc_dcc: don't ignore errors during initializationTimur Tabi
2015-10-04drivers/tty: make hvc_console.c explicitly non-modularPaul Gortmaker
2015-09-21s390/iucv: do not use arrays as argumentUrsula Braun
2015-09-08hvc/xen: Further s/MFN/GFN clean-upJulien Grall
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-08-20powerpc/hvsi: Fix endianness issues in the HVSI driverLaurent Dufour
2015-05-28hvc_xen: avoid uninitialized variable warningJan Beulich
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-05-22hvc: Convert to using interrupts instead of opal eventsAlistair Popple
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel
2015-05-11drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf
2015-05-10tty/hvc: remove celleb-only beat driverDaniel Axtens
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-05xen/console: Update console event channel on resumeBoris Ostrovsky
2015-03-26tty/hvc_opal: constify of_device_id arrayFabian Frederick
2015-01-22s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner
2014-11-26tty-hvsi_lib: Deletion of an unnecessary check before the function call "tty_...Markus Elfring
2014-11-05tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida
2014-10-20tty: hvc: drop owner assignment from platform_driversWolfram Sang
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely
2014-06-02drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZEROFabian Frederick
2014-05-28ARM: tty: Move HVC DCC assembly to arch/armChristopher Covington
2014-05-28tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt
2014-05-16tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner
2014-05-03drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama
2014-04-07tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker
2014-01-22s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner
2014-01-22s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner
2014-01-22s390/hvc_iucv: fix sparse warningHendrik Brueckner
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria
2013-10-28tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner